/* SITE FRAMEWORK STYLES */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #004890;
	margin: 0;
	min-width: 900px;
	text-align: left;
	padding: 0;
	border: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
}

#header {
	display: block;
	background: #fff;
	width: 900px;
	height: 184px;
	padding: 0;
	margin: 15px 0;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

#header h1 {
	text-indent: -10000px;
	background: #fff url('../images/logo.gif') top left no-repeat scroll;
	width: 186px;
	height: 164px;
	border: 0;
	position: absolute;
	right: 18px;
	top: 11px;
}

#header p {
	text-indent: -10000px;
}

#header .details {
	position: absolute;
	top: 11px;
	left: 16px;
	background: #fff url('../images/top_details.gif') top left no-repeat scroll;
	width: 556px;
	height: 164px;
}




#wrap {
	width: 1px;
	height: 0px;
	text-align: left;
	float: left;
}

#main {
	background: transparent;
	margin: 0 auto;
	position: relative;
	width: 900px;
	padding: 0;
	border: 0;
	text-align: left;
	clear: left;
	border: 0;
	color: #000;

}


#main_inset {
	top: 0;
	margin: 0 auto;
	width: 900px;
	padding: 0;

	border: 0;
	text-align: left;
	clear: left;
	position: relative;

}


#leftmenu {
	font-size: 0.8em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	height: 566px;
	width: 255px;
	float: left;
}

#leftmenu ul {
	list-style: none;
	padding: 1em 1em 0 1em;
}

#leftmenu ul li {
	border-bottom: 1px solid #97b3cf;
}

#leftmenu ul li.home a {
	background-image: url('../images/menu/home.gif');
}

#leftmenu ul li.mot a {
	background-image: url('../images/menu/mot.gif');
}

#leftmenu ul li.service a {
	background-image: url('../images/menu/service.gif');
}


#leftmenu ul li a {
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	font-size: 1.25em;
	background-position: 6px 0;
	background-repeat: no-repeat;
	height: 26px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 0 0.5em;
}

#leftmenu ul li a:hover {
	background-position: 6px -26px;
	background-color: #ef4135;
	border-top: 4px solid #ef4135;
	border-bottom: 4px solid #ef4135;
}

#leftmenu ul li.selected a {

}

#leftmenu ul li.selected a:hover {

}


#leftmenu img.special_offer {
	width: 231px;
	height: 123px;
	margin: 2.0em 0 0.5em 10px;
	border: 2px solid #000;
}

#leftmenu ul.service_list {
	margin-left: 10px;
	margin-top: 1.5em;
	background: #fff url('../images/servicelist.gif') no-repeat top left scroll;
	height: 160px;
}

#leftmenu ul.service_list li {
	text-indent: -10000px;
	height: 0;
	border: 0;
}


/* MAIN CONTENT STYLES */

.content {
	font-size: 0.8em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	width: 630px;
	height: 566px;
	margin-left: 15px;
	float: left;
}

.topborder {
	border-top: 10px solid #004890;
}

.content p {
	padding: 0 1.0em 1.0em 1.0em;
}
.content a {
	color: #004890;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content a img {
	border: 0;
}

.content img {
	margin-bottom: 1.0em;
}

.content h2 {
	color: #ef4135;
	font-size: 14pt;
	padding: 1.0em 1.0em 1.0em 1.0em;
	text-align: left;
}

.content ul {
	margin-left: 2.0em;
}

.content ul li {
	padding: 0.3em 0;
}

.content p.coming_soon {
	font-weight: bold;
	font-style: italic;
	padding: 1.0em 0;
	text-align: center;
}



.content p.address {
	text-align: center;
	padding: 0.5em 0;
}

#contact_details {

	position: relative;
}

#contact_details img.left_image {
	position: absolute;
	top: 19px;
	left: 20px;
}

#contact_details img.right_image {
	position: absolute;
	top: 19px;
	right: 20px;
}



#footer {
	clear: left;
	width: 900px;
	background: #ef4135;
	display: block;
	height: 30px;
	color: #fff;
	border-top: 15px solid #004890;
}

#footer p {
	line-height: 30px;
	font-size: 10px;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p.left {
	float: left;
	padding: 0 0 0 1.0em;
}

#footer p.right {
	float: right;
	padding: 0 1.0em 0 0;
}