/*
 *   3H Medical STYLE SHEETS 
 *   Last modified: 10/08
 */

/*
_______________________________
GLOBAL RESETS */

@import url(global_reset.css);

/*
_______________________________
COLOURS 

 	Blue: 4c7dc1
	Lighter Blue: 7097cd
/*
_______________________________
_______________________________
PAGE STRUCTURE */

body {
	padding: 0;
	margin: 0 auto;
}

#page_container {
	width:930px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	background-position: 20px 140px;
	background-repeat: no-repeat;
	background-image: url(../img/tel_no.gif);
}

#logo {
	width: 187px;
	float: left;
}

#logo_gap {
	width: 28px;
	float: left;
}


#nav_container {
	width: 715px;
	float: left;
}

#main_content {
	width: 715px;
	float: right;
	padding-left:215px;
	margin-top: 20px;
}

#contact_btn {
	width: 187px;
	height: 52px;
	position: relative;
	top:-168px; 
}

#contact_btn a { 
	width: 187px;
	height: 52px;
	z-index: 100;
	display:block; 
}

#contact_btn a:hover { 
	width: 187px;
	height: 52px;
	display:block; 
	background-image: url(../img/contact_quote_hover.gif);
}

#top_line {
	width: 715px;
	float: left;
}

.main_text {
	width: 465px;
	float:left;
}

.main_images {
	width: 230px;
	float:right;
}

.clear {
	clear: both;
	height: 1px;
}	

#bot_line {
	padding: 5px 0 0 0;
}

.preload_pic {display:none;}

/*
_______________________________
_______________________________
TEXT STYLES */

body {
	font-size: 0.8em;
	font-weight: normal;
	font-family: Georgia1, Georgia, serif;
	color: #4c7dc1;
	line-height: 1.6em;
}

p {
	margin-bottom: 10px;
	color: #7097cd;
}

#footer {
	font-size: 0.85em;
	text-align: right;
	width:930px;
	font-family: arial, helvetica, sans-serif;
	height:50px;
	padding:0px 0px 5px 0px;

}


h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #4c7dc1;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #4c7dc1;
	margin: 10px 0 10px 0;
	font-family: Din, arial, helvetica, sans-serif;
	line-height: 1.3em;
}

a {
	color: #7097cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #4c7dc1;
}

.links a:link, .links a:visited {
	color: #4c7dc1;
}

hr {
	border: 0;
	color: #7097cd;
	background-color: #7097cd;
	height: 1px;
	width: 100%;
	text-align: left;
	display: block;
}

/*
_______________________________
_______________________________
QUOTES */

body#intro		#main_content {background: url(../img/contact_quote_01.gif) no-repeat left bottom;}
body#services	#main_content {background: url(../img/contact_quote_02.gif) no-repeat left bottom;}
body#who		#main_content {background: url(../img/contact_quote_03.gif) no-repeat left bottom;}
body#deliver	#main_content {background: url(../img/contact_quote_01.gif) no-repeat left bottom;}
body#why		#main_content {background: url(../img/contact_quote_02.gif) no-repeat left bottom;}
body#contact	#main_content {background: url(../img/contact_quote_blank.gif) no-repeat left bottom;}
body			#main_content {background: url(../img/contact_quote_blank.gif) no-repeat left bottom;}



/*
_______________________________
_______________________________
NAVIGATIONS */

#logo {
	float:left;
}

#nav { width:702px; margin-top: 28px; }
#nav li { float:left; }
#nav a span { position: absolute; left: -999em; }

#nav a.intro { height:85px; width:124px; display:block; background:url(../img/nav.gif) no-repeat 0px 0px; }
#nav a.services { height:85px; width:92px; display:block; background: url(../img/nav.gif) no-repeat -124px 0px; }
#nav a.who { height:85px; width:109px; display:block; background: url(../img/nav.gif) no-repeat -216px 0px; }
#nav a.deliver { height:85px; width:155px; display:block; background: url(../img/nav.gif) no-repeat -325px 0px; }
#nav a.why { height:85px; width:112px; display:block; background: url(../img/nav.gif) no-repeat -480px 0px; }
#nav a.contact { height:85px; width:110px; display:block; background: url(../img/nav.gif) no-repeat -592px 0px; }

#nav a:hover.intro { height:85px; width:124px; display:block; background:url(../img/nav.gif) no-repeat 0px -85px; }
#nav a:hover.services { height:85px; width:92px; display:block; background: url(../img/nav.gif) no-repeat -124px -85px; }
#nav a:hover.who { height:85px; width:109px; display:block; background: url(../img/nav.gif) no-repeat -216px -85px; }
#nav a:hover.deliver { height:85px; width:155px; display:block; background: url(../img/nav.gif) no-repeat -325px -85px; }
#nav a:hover.why { height:85px; width:112px; display:block; background: url(../img/nav.gif) no-repeat -480px -85px; }
#nav a:hover.contact { height:85px; width:110px; display:block; background: url(../img/nav.gif) no-repeat -592px -85px; }


/* current page */
body#intro		#nav a.intro { height:85px; width:124px; display:block; background:url(../img/nav.gif) no-repeat 0px -170px; }
body#services	#nav a.services { height:85px; width:92px; display:block; background: url(../img/nav.gif) no-repeat -124px -170px; }
body#who		#nav a.who { height:85px; width:109px; display:block; background: url(../img/nav.gif) no-repeat -216px -170px; }
body#deliver	#nav a.deliver { height:85px; width:155px; display:block; background: url(../img/nav.gif) no-repeat -325px -170px; }
body#why		#nav a.why { height:85px; width:112px; display:block; background: url(../img/nav.gif) no-repeat -480px -170px; }
body#contact	#nav a.contact { height:85px; width:110px; display:block; background: url(../img/nav.gif) no-repeat -592px -170px; }


/*
_______________________________
_______________________________
WHO WE 3H */

#who_are_text {
	background-repeat: repeat-y;
	background-image: url(../img/who_lines.gif);
	margin-bottom: 10px;
}

.who_are_text_1 {
width:219px;
float:left;
padding-right:10px;
}
.who_are_text_2 {
width:219px;
float:left;
padding-right:10px;
margin-left:10px;
}
.who_are_text_3 {
width:219px;
float:left;
margin-left:10px;
}

.who_are_text_1 h2, .who_are_text_2 h2, .who_are_text_3 h2 { margin-top:0px; }

/*
_______________________________
_______________________________
LINKS BUTTON */

#links_btn {
	width: 187px;
	height: 52px;
	position: relative;
	top:-168px; 
	margin-top: 7px;
}

#links_btn a { 
	width: 187px;
	height: 52px;
	z-index: 100;
	display:block; 
	background: url(../img/links_btn2.gif) no-repeat 0px 0px;;
}

#links_btn a:hover { 
	width: 187px;
	height: 52px;
	display:block; 
	background: url(../img/links_btn2.gif) no-repeat 0px -52px;
}

/*
_______________________________
_______________________________
LINKS */

#link_content {
	background-repeat: repeat-y;
	background-image: url(../img/links_lines.gif);
	margin-bottom: 5px;
}
.link_list {
	padding-left: 15px;
	list-style: disc;
	color: #7097cd;
	list-style-position: outside;

}
/*
_______________________________*/
