/* ------------------------------------------------------------
   Project: Metelec
   Type: CSS2
   Author: Lee Westwood
   Date: 22/04/2008
   Company: www.brandintermedia.co.uk
   ------------------------------------------------------------ */ 


body {

	background: #222;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */ 

#wrapper {
	width: 885px;
	border: solid 7px #fff;
	margin: auto auto;
	background: url(images/bg.jpg) repeat-y #d9d9d9;
	text-align: left;
	overflow: auto;
	position: relative;
}
#left {
	width: 213px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	padding-left: 26px;
}
#right {
	width: 645px;
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
}
#call {
	background: #d9d9d9;
	width: 181px;
	padding: 2px 2px 2px 10px;
	overflow: auto;
	margin: 20px 0px 20px 0px;
}
#top {
	width: 603px;
	height: 142px;
	background: url(images/top.jpg) top left no-repeat;
	padding: 15px 14px 0px 16px;
	margin: 5px 0 0 0;
	text-align: center;
}
#contentbox {
	background: url(images/contentbox/bg.jpg) repeat-y;
	width: 633px;
	overflow: auto;
	text-align: left;
	float: left;
}
#contentbottom {
	background: url(images/contentbox/bottom.jpg) no-repeat;
	width: 633px;
	height: 28px;
}
#contenttop {
	background: url(images/contentbox/top.jpg) no-repeat top;
	width: 604px;
	padding: 15px 14px 5px 15px;
}

#contentleft {
	height: 114px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	float: left;
}
#contentleft h3 {
	background-color:#fff !important;
	color: #222 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 2px;
	margin-top:10px;
	width: 35px;
	
}
#contentmiddle {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
#contentmiddle h3 {
	background-color:#fff !important;
	color: #222 !important;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 2px;
	margin-top: 10px;
	
}
#contentright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 183px;
	float: left;
}
#contentright h3 {
	background-color:#fff !important;
	color: #222 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height:2px;
	width:25px;	
	margin-left: 20px;
	
}
#maxiflexbox {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: auto;
}

#maxiflexbox ul {
	margin: 10px 0px 0px 27px;
	padding: 0px;
}
#maxiflexbox li {
	margin: 0px;
	padding: 0px;
	list-style: disc;
}



/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#call a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	display: block;
}
#contenttop h1 {
	background: #222;
	padding: 5px 0px 5px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
#contenttop h2 {
	background: #ffed00;
	padding: 5px 0px 5px 15px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.h2-strip {
	background: #222 !important;
	padding: 5px 0px 5px 15px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0px 0px 5px 0px !important;
}
.h3-strip {
	background: #ffed00 !important;
	padding: 5px 0px 5px 15px !important;
	color: #222 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0px 0px 5px 0px !important;
	text-align: left !important;
}
#contenttop h3 {
	background: #d9d9d9;
	padding: 5px 0px 5px 15px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#contenttop h3 a {
	color: #222;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#contenttop h4 {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#contenttop p {
	color: #222;
	font-size: 12px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	line-height: 20px;
}
#contenttop p a {
	color: #222;
	font-size: 12px;
	text-decoration: underline;
}
#contenttop p a:hover {
	color: #5d5d5d;
	font-size: 12px;
	text-decoration: underline;
}


/* ------------------------------------------------------------
   Menu
   ------------------------------------------------------------ */

#menu {
	width: 195px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	outline: none;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	outline: none;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	padding: 2px 0px 7px 2px;
	outline: none;
}
#menu ul li a {
	display: block;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	margin:0px;
	padding:0 0 0 16px;
	outline: none;
}
#menu ul li a:hover {
	color: #999;
}
#menu span {
	display: block;
}

/* Navigation */

.dropdown {
	background: url('images/plus.gif') 0% 4px no-repeat;
	min-width: 80px;
}
a.dropdown-links {
	font-size: 12px !important;
	padding: 0 0 0 28px !important;
}
.on {
	background: url('images/minus.gif') 0% 4px no-repeat !important;
}
.bullet {
	background: url('images/bullet.gif') 17px 5px no-repeat;
}
#advert-ban {
	background: #fff;
	width: 899px;
	height: 115px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}
.advert1 {
	width: 170px;
	margin: 0 220px 0 0;
	padding: 0;
	display: block;
	float: left;
	outline: none;
}
.advert2 {
	width: 110px;
	margin: 0 210px 0 0;
	padding: 0;
	display: block;
	float: left;
	outline: none;
}
*html .advert2 {
	margin: 0 160px 0 0;
}
*html .advert1 {
	margin: 0 168px 0 0;
}
.advert3 {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	outline: none;
}





/* Contact Table */
.contact-table {
	margin: 0;
	padding: 5px 0 0 13px;
	display: block;
	clear: both;
	font-size: 12px;
	color: #666;
}
.contact-text {
	width: 170px;
	height: 16px;
	margin: 0;
	padding: 1px 0 0 0;
	display: block;
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.textarea {
	width: 220px;
	min-height: 72px;
	height: auto !important;
	height: 72px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.left-form {
	width: 298px;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	float: left;
}
.right-form {
	width: 298px;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	float: left;
}
.submit-block {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	text-align: center;
}



/* Footer */
.footer-nav {
	background: #fff;
	width: 865px;
	margin: 0 auto;
	padding: 0 0 0 34px;
	display: block;
	clear: both;
	outline: none;
}
*html .footer-links-dropdown {
	height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	text-decoration: none;
	color: #666;
	outline: none;
}
.footer-links-dropdown {
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	clear: both;
	text-decoration: none;
	color: #666;
	outline: none;
}
.footer-links-dropdown a {
	margin: 0 10px 0 0;
	padding: 5px 0 10px 0;
	display: inline-block;
	float: left;
	color: #666;
	outline: none;
}
.footer-link {
	text-decoration: none;
	color: #666;
	outline: none;
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.clearfix {
	clear: both;
}
.header {
	background: #FFFFFF;
	width: 602px;
	height: 115px;
	margin: 0;
	padding: 2px 0 0 0;
	display: block;
	clear: both;
}
.image-one {
	background: #000;
	width: 197px;
	height: 113px;
	margin: 0 0 0 3px;
	padding: 0;
	display: inline-block;
	float: left;
}
.image-two {
	background: #000;
	width: 197px;
	height: 113px;
	margin: 0 0 0 3px;
	padding: 0;
	display: inline-block;
	float: left;
}
.image-three {
	background: #000;
	width: 197px;
	height: 113px;
	margin: 0 0 0 3px;
	padding: 0;
	display: inline-block;
	float: left;
}
