﻿
/*
	-- -- -- -- -- -- --
	reset.css
	-- -- -- -- -- -- --
	
*/


* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}


/*

	-----------------------
			default
	-----------------------
	
*/


body{
font: 100.01%/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
background:#000;
color:#0e425e;
margin:0px;
padding:0px;
text-align:center;
}

h1,h2,h3,h4,h5,h6{
	padding-bottom:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{font-size:2em;}
h2{font-size:1.8em;}
h3{font-size:1.6em;}
h4{font-size:1.4em;}
h5{font-size:1.2em;}
h6{font-size:1em;}

p{
	padding-bottom:1.2em;
	line-height:1.6em;
}

h3{
	color:#003366;
	}

strong{font-weight:bold;}


ul{
padding-bottom:1.2em;
list-style:none;
}

ul li{
line-height:1.8em;
}

ol{
padding-bottom:1.2em;
list-style:none;	
}

ol li{
line-height:1.8em;
}

dl{
padding-bottom:1.2em;
list-style:none;
}

dl dt{
line-height:1.8em;
color:#000;
}


dd{
Margin-bottom:30px;
}

a,a:link,a:visited{
	color:maroon;
}


acronym,abbr{
cursor:help;
border-bottom:1px dotted red;
}
/*

	----------------------
	Re-usable Classes
	----------------------
*/

.align-left{text-align:left !important;}
.align-right{text-align:right !important;}
.align-center{text-align:center !important;}
.align-justify{text-align:justify !important;}
.float-left{float:left !important;}
.float-right{float:right !important;}
.clear{clear:both !important;}


/*

	-----------------------
		Site-Layout
	-----------------------
	
*/

html,body{
	height:100%;
}

body{
background:#e8f3f8 url('../images/bg-body.gif');
font-family: Arial, sans-serif;
font-size:62.5%;
}

#top_line{
	background:#000;
	height:10px;
	min-width:1000px;
	}

#site_wrapper{
width:960px;
margin:0px auto;
min-height:100%;
background:transparent url('../images/bg-site-wrapper.gif') repeat-y;
font-size:1.2em;
text-align:left;
}

#site_wrapper:after{
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	font-size:0px;
	}


#left_column{
	width:260px;
	background:#fff;
	float:left;
}

#slogan{
	width:700px;
	float:left;
	}
	
#slogan_inner{
	border:1px solid #fff;
	padding:10px;
	margin:5px 5px 5px 10px;
	}

#content{
	width:480px;
	float:left;
text-align:justify;
		}
		
#content_inner{
	padding:10px 10px;
	border:1px solid #fff;
	margin:5px 5px 5px 10px;
min-height:675px;
height:auto;}

/* for Internet Explorer */
/*\*/
* html #content_inner {
height: 675px;
}
/**/


#section_diabatic #content{width:700px;float:left;}
#section_orthotics #content{width:700px;float:left;}


#right_column{
	width:220px;
	float:left;

		}


#right_column_inner{
	padding:10px;
	margin:5px 0px 0px 5px;
	border:1px solid #fff;
	background:#f0f7fb;
min-height:675px;
height:auto;
}

/* for Internet Explorer */
/*\*/
* html #right_column_inner {
height: 675px;
}
/**/

#footer1{
	width:695px;
	float:left;
	margin-left:260px;
	display:inline;

}
#footer1_inner{
	border:1px solid #fff;
	padding:10px;
	margin:5px 5px 5px 10px;

}

#bottom_line{
background:#000 url('../images/bg-bottom-line.gif') repeat-x;
height:10px;
min-width:1000px;
}


/*

	-----------------------
		Menu
	-----------------------
	
*/


.left_menu_container{
	width:244px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	}
	
.left_menu_container ul{
	list-style:none;
}	

.left_menu_container ul li{
	height:40px;
	margin:5px 0px;
	border:1px solid #e9f4fa;
	line-height:40px;
	padding-left:10px;
	background-color:#f8f9f9;
}

.left_menu_container ul li a,
.left_menu_container ul li a:link
{
	color:#185e84;
	text-decoration:none;
	display:block;
	width:190px;
	font-family:"Times New Roman", Times, serif;
font-size:14px;
}
.left_menu_container ul li a:hover{
	color:#000;
}

.left_menu_container ul li a.active{
	color:#185e84;
}

/*

	-----------------------
	title image replacement
	-----------------------
	
*/





/*

	-----------------------
	image Album
	-----------------------
	
*/

div.image_album{
	width:650px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
}
div.image_album:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	font-size:0px;
	visibility:hidden;
}

div.image_album div.image{
	width:200px;
	float:left;
	margin:10px 0px 10px 10px;
	border:1px solid #c6dde8;
	height:350px;
}
div.image_album div.image h3{text-align:center;}
div.image_album div.image h3 span{
	font-size:14px;
	color:#c9372e;
	font-weight:bold;
}
div.image_album div.image h3 span.zoom{
color:#868585;
}

div.image_album div.image p{text-align:center;}


/*

	-----------------------
	image Next
	-----------------------
	
*/

div.next{
	width:650px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	overflow:hidden;
}

div.next ul{
	margin-left:220px;	
	padding:0px;
}

div.next ul li{
	float:left;
	margin:10px 10px 10px 0px;
	border:1px solid maroon;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
}

div.next ul li.active{
background-color:#fff;
border:1px solid #e9e9e9;
}


div.next ul li a,
div.next ul li a:link,
div.next ul li a:visited{
	display:block;
	text-decoration:none;
}
div.next ul li a:hover{
	background-color:#fff;
}

/*

	-----------------------
	Classes
	-----------------------
	
*/

.all_rights{color:#8daaba;}

#footer1_inner a,
#footer1_inner a:link,
#footer1_inner a:visited{
	color:#105174;
}


/*

	-----------------------
	section_orthotics
	-----------------------
	
*/

.table-orthotics{
	width:650px;
}

.table-orthotics th{
font-weight:bold;
	padding:5px 5px 5px 5px;
	color:#523c3c;
}
.table-orthotics td{
	padding:5px 5px 5px 5px;
	font-size:1em;
	border:1px dotted #fff;
}


/*

	-----------------------
	section_contact
	-----------------------
	
*/


li.contact{display:block;height:20px;}
li.contact:after{content:".";display:block;clear:both;visibility:hidden;}
li.contact span.phone{float:left;}
li.contact a{color:maroon;}


.enquiry_div{}
.form_row{margin:10px 0px;width:95%;}
.form_input{
	height:25px;
	border:1px solid #89aabc;
}
