/*----------
  * IE
  _ IE6
  . IE7
  Note: These IE hacks are only to be used as a last resort.
------------ */


/*
----------------------------------------------------------------
	T Y P O G R A P H Y
---------------------------------------------------------------- */

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:gray;
	padding-top:20px;
	text-align:left;
	}
	
p {
	
}


/*
----------------------------------------------------------------
	B A S E   S E T T I N G S
---------------------------------------------------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #d1d1d1 url(../images/bkg-body.jpg) repeat-x;
}

body.contactpage {
	background: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}

	
/* L I N K S */

a:link, a:visited {

}	

a:hover, a:active {
	
}

	
/* S T R U C T U R E */
	
#wrapper {
	margin: 0;
	padding: 0;
}
	
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#header {
	margin: 0;
	height: 122px;
	background: red url(../images/header.jpg) no-repeat;
}
 
#content {
	position: relative;
}

#content #main {
	float: left;
	width: 600px;
	padding-left: 16px;
}

#content #sidebar {
	float: left;
	width: 320px;
	padding: 0 0 0 20px;
	background: #fff url(../images/right-side.jpg) no-repeat;
	height: 900px;
}

#footer {
	margin: 30px 0;
	margin: 0;
	padding: 6px 6px 6px 20px;
	position: relative;
	margin: 10px 0;
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

#footer #cbsp {
	margin-top: 10px;
	text-align: left;
}

/* F O R M S */

input {
	width: 90%;
	height: 16px;
}

select {
	height: 22px;
	width: 93%;
	line-height: 18px; /* This is added for Safari */
}


h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 6px 6px 6px 20px;
	position: relative;
	width: 220px;
	font-size: 15px;
	color: #999;
	font-weight: bold;
	
}

form {
	background: #fff url(../images/form-bkg.jpg) repeat-y;
	width: 96%;
	.margin-top: -5px;
	_margin-top: -5px;
	
	
}

fieldset {
	
}

form ul {
	list-style: none;
	padding: 0 5px 0 20px;
}

form ul li {
	float: left;
	padding: 0 0 14px;
	width: 33%;
}

form ul li label {
	display: block;
}

#bsc {
	width: 30%;
}

.selectdd {
	width: 28%;
}

.selectyyyy {
	width: 34%;
}

.checkbox {
	width: 97%;
}

.checkbox input {
	float: left;
	width: 12px;
	margin: 0 12px 15px 0;
}


/* B U T T O N S */

.btnAddress {
	width: 33%;
	margin-top: -6px;
}

.btnAddress input {
	width: 159px;
	height: 32px;
	cursor: pointer;
	position: relative;
	top: 14px;
	background: transparent url(../images/btn-find-add.jpg) no-repeat;
	border: 0;
}

.btnSubmit {
	margin: 0 auto;
	float: none;
}

.btnSubmit input {
	height: 55px;
	width: 225px;
	cursor: pointer;
	position: relative;
	background: transparent url(../images/btn-submit.jpg) no-repeat;
	border: 0;
}


/* A D D R E S S   F I E L D   R E L A T E D */

.selectAddress {
	width: 100%;
}

.selectAddress select {
	width: 97%;
}


/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */


/* Popup contact page */

.contactpage {

}


/*
----------------------------------------------------------------
	I E 6   H A C K S
---------------------------------------------------------------- */

select {
	.margin-bottom: 2px; /* IE6/7 does not recognize height on selects, adding margin to make up the difference */
}


/*
----------------------------------------------------------------
	Clear Fix Rules with Horizontal Form Fields
---------------------------------------------------------------- */

.clearfix:after, form ul:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size: 0;
}
.clearfix, form ul {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, form ul {height: 1%;}
.clearfix, form ul {display: block;}
/* End hide from IE-mac */
