@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

h2 {
	font-size:12px;
	color:#A4040C;
	padding-bottom:10px;
}

h4 {
	font-weight:normal;
	font-size:20px;
	color:#A4040C;
	text-align:right;
	}
	


body {
	background:#c0c0c0;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:12px;
	color:#000;
	background-image:url(../images/background.jpg);
}

#shell {
	width:800px;
	text-align:left;
	margin:0 auto;
	padding:0px 100px 0 100px;
	background-image:url(../images/bk.jpg);
	background-repeat:repeat-y;
}

#header {
	background:url(../images/logo.jpg) left no-repeat #fff;
	height:95px;
	text-align:right;
	padding-top:30px;
}


#headertext {
width:390px;
padding-right:50px;
height:50px;
float:right;
text-align:right;

}

#header2 {
	background:url(../images/types.jpg);
	background-repeat:no-repeat;
	height:74px;
	text-align:right;
	border-bottom:1px solid #000;
}

#navcontainer {
background-image:url(../images/menu.jpg);
background-repeat:repeat-x;
	width:800px;
	height:38px;
}

ul#navlist {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#navlist li {
  display: inline;
  list-style-type: none;
  float:left;
  background-image:url(../images/menu.jpg);
  background-repeat:repeat-x;
}

#navlist a {
	padding-top: 10px;
	display:block;
	width:133px;
	height:28px;
	text-align:center;
	font-size:12px;
	background-image:url(../images/divide.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#navlist a:link, #navlist a:visited {
  color: #fff;
  text-decoration: none;
}

#navlist a:hover {
  color: #fff;
  text-decoration: none;
  background-image:url(../images/hover.jpg);
  background-repeat:repeat-x;
}

.nav-div {
	background:url(../images/nav-div.png) top no-repeat;
	width:2px;
	height:55px;
	float:left;
}

#content {
	padding:10px;
}

#left {
	width:255px;
	float:left;
	margin-bottom:25px;
	
}

#left h1, #right h1, #right2 h1 {
	font-weight:normal;
	font-size:26px;
	padding:10px 0;
	color:#F10128;
}

#right ul li {
	list-style:none url(../images/tick.png);
	width:100%;
	margin:20px;
	padding-top:0px;
}

#right  p {
	margin:15px 0px;
}

#right img {
	border:1px solid #000;
}

#left ul {
	margin-left:15px;
	padding-left:5px;
	padding-bottom:35px;
}

#left h2 {
	font-weight:bold;
	font-size:16px;
	padding:10px 0;
	color:#F10128;
}

#tel {
	background:#1d1d1d;
	padding:25px 30px;
	color:#fff;
	margin-bottom:10px;
	border-top:10px solid #A4040C;
}

#tel2 {
	background:#1d1d1d;
	padding:25px 30px;
	color:#fff;
	margin-bottom:10px;
	border-top:10px solid #A4040C;
}

#tel2 h2 {
	font-size:14px;
	padding-left:5px;
	padding-top:5px;
	font-weight:normal;
	color:#fff;
}

#tel2 p {
	font-size:20px;
}

#tel img {
	padding-right:5px;
	float:left;
}

#tel h2 {
	font-size:14px;
	padding-left:5px;
	padding-top:5px;
	font-weight:normal;
	color:#fff;
}

#tel p {
	font-size:20px;
}

#logos {
	text-align:center;
}

#logos p {
	padding-bottom:5px;
}

#right {
	width:505px;
	float:right;
	margin-bottom:25px;
	padding-left:10px;
	overflow:hidden;
}

#box{
	width:480px;
	float:left;
	padding:10px;
	overflow:hidden;
	background-color:#1d1d1d;
	border-top:10px solid #A4040C;
	color:#FFFFFF;
}



#col {
	width:240px;
	float:right;
	margin-bottom:25px;
	padding-left:10px;
	overflow:hidden;
}

#col2 {
	width:240px;
	float:right;
	margin-bottom:25px;
	padding-left:20px;
	overflow:hidden;
}

#col p {
	padding-bottom:10px;
	text-align:justify;
}

#col2 p {
	padding-bottom:10px;
	text-align:justify;
}

#right p {
	padding-bottom:10px;
}

.testimonial {
	border-bottom:2px solid #7d7d7d;
	margin-bottom:10px;
}

#footer {
	clear:both;
	height:0px;
	color:#fff;
}

#ems {
	width:800px;
	padding-left: 100px;
	padding-right: 100px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	height:40px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-y;
}

#ems img {
	border:none;
}

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

#ems a:hover {
	color:#999;
}

/* the form */

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
