/*
*************************************************

file : screen.css
client : Footsure Pty Ltd
use : Main stylesheet used for display on screen and projection
author : Karl BRIGHTMAN
date created: 26th February 2007
the song : Clair Bowditch And The Feeding Set - Divorced by 23
on this day : 1991 - WorldWideWeb, the world's first web browser, was introduced.

*************************************************
*/

/*-------------------------------------------    
    IMPORTS
-------------------------------------------*/

@import "misc.css";
@import "enquiryform.css";

/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
* {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

body {
	background: #8bb3d6;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
body#home { background: #fff url(../images/core/body_bg.gif) repeat-x 0 0; }

a {
	color: #0095da;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #007ab3;
}

h1 { color: #60809e; }
h2 { color: #bed0e1; }
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1em; }

/*-------------------------------------------    
    Structure
-------------------------------------------*/
#container {
	background: #fff;
	height: auto;
	margin: 0 auto;
	width: 740px;
}

/*-------------------------------------------    
    Header
-------------------------------------------*/
#header {
	background: url(../images/core/header_bg.jpg) no-repeat 0 0;
	height: 84px;
	position: relative;
}

#header a#logo {
	display: block;
	height: 36px;
	left: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 29px;
	width: 413px;
}

#header #phone_us_now { display: none; }

/*-------------------------------------------    
    Banner
-------------------------------------------*/
#banner {
	background: url(../images/core/banner.jpg) no-repeat 0 0;
	height: 160px;
}

/*-------------------------------------------    
    Navigation
-------------------------------------------*/
#navigation ul { list-style: none; }

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
}
#navigation ul li a:hover, #navigation ul li a:focus { background-position: 0 -32px !important; }

#navigation ul li a#nav-home {
	background: url(../images/nav/home.jpg) no-repeat 0 0;
	width: 72px;
}

#navigation ul li a#nav-our_services {
	background: url(../images/nav/our_services.jpg) no-repeat 0 0;
	width: 100px;
}

#navigation ul li a#nav-orthoses_for_feet {
	background: url(../images/nav/orthoses_for_feet.jpg) no-repeat 0 0;
	width: 131px;
}

#navigation ul li a#nav-veterans_affairs {
	background: url(../images/nav/veterans_affairs.jpg) no-repeat 0 0;
	width: 126px;
}

#navigation ul li a#nav-toenail_problems {
	background: url(../images/nav/toenail_problems.jpg) no-repeat 0 0;
	width: 133px;
}

#navigation ul li a#nav-hard_skin {
	background: url(../images/nav/hard_skin.jpg) no-repeat 0 0;
	width: 82px;
}

#navigation ul li a#nav-contact {
	background: url(../images/nav/contact.jpg) no-repeat 0 0;
	width: 96px;
}

/*-------------------------------------------    
    Content Structure
-------------------------------------------*/
#content_left, #content_right { float: left; }

#content_left {
	color: #3a3736;
	font-size: 1.1em;
	height: auto;
	margin-left: 20px;
	width: 200px;
}

#content_left a { color: #226997; }
#content_left a:hover, #content_left a:focus { color: #03437f; }

#content_left #open_6_days {
	background: url(../images/core/open_6_days.jpg) no-repeat 0 0;
	height: 104px;
	margin: 1.4em 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 200px;
}

#content_left #apc_logo {
	background: url(../images/core/apclogo.jpg) no-repeat 0 0;
	height: 100px;
	margin: 0 auto 1.4em;
	width: 139px;
}

#content_right {
	color: #3a3736;
	font-size: 1.1em;
	margin: 0 10px;
	width: 500px;
}

#content_right h1 {
	color: #02498d;
	font-size: 1.6em;
	font-weight: bold;
	margin: .5em 0;
}

#content_left a { color: #226997; }
#content_left a:hover, #content_left a:focus { color: #03437f; }

#content_right ul, #content_right ol, #content_right dl {
	margin-bottom: 1.4em;
	margin-left: 2em;
}

#content_right ul { list-style: url(../images/core/list.gif); }

/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer {
	margin-top: 1em;
	padding: 1em;
}
#footer_left {
	float: left;
	padding-top: 1em;
}

#footer_left ul#footer_nav { list-style: none; }
#footer_left ul#footer_nav li {
	border-left: 1px solid #226997;
	display: inline;
	padding: 0 3px 0 5px;
}
#footer_left ul#footer_nav li.first { border-left: 0; }
#footer_left ul#footer_nav li a {
	color: #226997;
	text-decoration: none;
}
#footer_left ul#footer_nav li a:hover, #footer_left ul#footer_nav li a:focus {
	color: #03437f;
}

#footer_right { float: right; }

/*-------------------------------------------    
    Form
-------------------------------------------*/
.form i { font-style: italic; color: #CF0008; }
.form { tex-align: left; margin: 0; padding: 0px; float: left; }
.form input, .form select, .form textarea {
	border: 1px solid #02498D;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3Z3736;
	background-color: #FFFFFF;
}
