* {
  margin: 0 auto; 
  padding: 0;
}

body {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 10pt;
	background: #0E0E0E url(img/bg.gif) repeat-x;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

#container {
  width: 749px; 
  color: #696969; 
	margin-top: 50px;
	background-color: #F7F7F7;
}

#header {
  background: white url(img/hd_home.jpg) no-repeat top left;
  height: 402px;
}
#header_ct {
  background: white url(img/hd_contact.jpg) no-repeat top left;
  height: 38px;
}
#header_team {
  background: white url(img/hd_vans.jpg) no-repeat top left;
  height: 402px;
}

/* navigation starts */
#nav {
	list-style-type: none;
	text-align: center;
}
#nav ul {
	padding: 10px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: white;
	padding: 15px 30px;
	font-size: 110%;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.selected {
	padding: 15px 30px;
	font-size: 110%;
	color: #A60000;
	text-decoration: underline;
}
/* navigation ends */

#content {
	padding: 0 20px;
	background: #F7F7F7 url(img/background.gif) no-repeat top left;
}

#main.home {
	width: 460px;
	float: left;
	background: #F7F7F7 url(img/background.gif) no-repeat top left;
}
#main.contact {
	width: 200px;
	float: left;
}
#main h2 {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 90%;
	color: #010175;
}
#main p {
	margin: 8px 0 8px 10px;
	font-size: 90%;
}

/* products styling */
#prod {
	margin: 0px 0;
	padding: 8px 0;
}
#prod ul {
	width: 33em;  /* room for 3 columns */
	display: block;
	height: 8em;
}
#prod.large ul {
	width: 50em;  /* room for 4 columns */
	height: 5em;
}
#prod ul li {
	list-style: none;
	float: left;
	width: 10em;  /* accommodate the widest item */
	color: #A60000;
}
#prod br {
	clear: left;
}
/* products styling ends */

#sidebar {
	width: 220px;
	float: right;
}
#ct_form {
	width: 420px;
	float: right;
}

/* Testimonials styling */
#testimonials {
	border: solid 1px #CBCBCB; 
	background-color: #E8E8E8;
	margin: 15px 0; 
	padding: 0 10px 5px 10px;
}
#testimonials h3 {
	font-size: 100%;
	padding: 3px 0;
	color: #A60000;
}
#testimonials p.author {
	text-align: right;
	font-weight: bolder;
	color: #010175;
}
#testimonials p.title {
	text-align: right;
	color: #010175;
}
/* Testimonials styling ends */

/* Form styling */
#subsform fieldset {
	border: solid 1px #CBCBCB;
	padding: 0 10px;
	font-size: 90%;
}
#subsform fieldset.ct{
	border: none;
}
#subsform p {
	padding: 2px 0;
	font-size: 90%;
}
#subsform p.bld {
	font-weight: bolder;
	color: #010175;
}
#subsform label {
	float: left;
	width: 50px;
	padding: 2px 2px 0 0;
	text-align: right;
}
#subsform input {
	border: solid 1px #DCDCDC;
	width: 135px;
	padding: 1px;
	font-size: .9em;
}
#subsform textarea {
	border: solid 1px #DCDCDC;
	width: 330px;
	padding: 3px;
	overflow: auto;
	font-size: .9em;
}
#subsform input.btn {
	border: solid 1px #DCDCDC;
	width: 70px;
	margin-left: 54px;
	font-size: .9em;
}
#ct_form {
	padding: 15px 0;
}
/* Subscription styling ends */

/* Adobe definition list styling */
#adobe dt {
	clear: both;
	width: 145px;
	text-align: right;
	padding: 33px 33px 0 0;
	float: left;
}
#adobe dd {
	padding-top: 40px;
}
#adobe dd.home {
	padding-top: 33px;
}
/* Adobe definition list styling ends */

/* Zebra table styling */
table.zebra {
	border-right: 1px solid #D9D9D9;
	width: 90%;
	font-size: 90%;
}

table.zebra tr td {
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	width: 33%;
}

table.zebra tr.odd td {
}
/* Zebra table styling ends */

#map {
	width: 749px;
	height: 400px;
}

#footer {
	clear: both;
  background: #0E0E0E url(img/ctnr_bt.gif) no-repeat top left;
	font-size: 90%;
	text-align: center;
}
#footer p.design {
	padding-bottom: 15px;
}
#footer p.design a {
	color: red;
	text-decoration: none;
}
#footer p.design a:hover {
	color: red;
	text-decoration: underline;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
