/*------------------------------------------------------------
						   RESET
------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*-----------------------------------------------------------
						STRUCTURAL
-----------------------------------------------------------*/

body {
	text-align: ;
	background: url(../images/layout/body-bg.gif) repeat-y center;
	font-family: Arial;
	font-size: 12px;
	color: #043964; 
}
	
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	background: url(../images/layout/body-bg.gif) top center repeat-y;
}
	
#header {
	width: 960px;
	height: 190px;
	clear: both;
	background: url(../images/layout/header.gif);
}

#wrapper {
	width: 960px;
	float: left;
	clear: both;
	background: url(../images/layout/container-bg.gif) bottom no-repeat;
	padding-bottom: 85px;
}	

#main-nav {
	width: 135px;
	float: left;
	display: inline;
	 }
	
#main-content {
	float: right;
	display: inline;
	width: 780px;
	margin-right: 15px;
}
	
#supp-content {
	width: 135px;
	float: left;
	display: inline;
}	

#footer-wrapper {
	width: 960px;
	clear: both;
	margin: 0 auto;
	background: url(../images/layout/footer-wrapper-bg.gif) repeat-y; 
}
	
#footer {
	width: 610px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}
		
		
/*-----------------------------------------------------------
					STANDARD SELECTORS
-----------------------------------------------------------*/

h1 {
	margin: 7px auto 6px auto;
	background: url(../images/layout/h1-bg.gif) repeat-x;
	height: 41px;
	width: 100%;
	line-height: 36px;
	text-indent: 10px;
	font-size: 18px;
	color: #ffffff;
	clear: both;	
}

h2 {
	margin: 7px auto 6px auto;
	font-size: 24px;
	color: #b50101;
	text-align: center;
}

h3 {
	margin: 7px auto 6px auto;
	font-size: 24px;
	color: #043964;
	text-align: center;
}

p {
	line-height: 125%;
	margin: 10px 0;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #043964;
	font-weight: bold;
}
	 
a:hover {
	color: #b50101; 
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}

	
/*------------------------------------------------------------
	  				SPECIFIC SELECTORS
------------------------------------------------------------*/

#main-nav a:link, #main-nav a:visited {
	width: 135px;
	height: 60px;
	background: url(../images/layout/nav-link-bg.gif) no-repeat;
	color: #ffffff;
	line-height: 40px;
	text-indent: 30px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#main-nav a:hover {
	color: #83a1ba;
}

#main-nav li {	
	list-style: none;
	clear: both;
}

.bottom-fill {
	margin: 360px 0 0 0;
	width: 135px;
	clear: both;
	float: left;
	display: inline;	
}

#main-content img {
	border: 2px solid #043964;
}

#footer li {
	display: inline;
}

#footer {
	color: #ffffff;
	text-align: center;
}

#footer p {
	margin-top: 10px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	font-weight: bold;
}

.category-list {
	margin: 10px 0 10px 300px;
}

.promo-contact {
	width: 580px;
	margin: 40px auto;
}

.promo-contact p {
	width: 340px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	  			     OTHER SELECTORS
-------------------------------------------------------------*/
	
.first {
	margin-top: 10px; }

.clear {
	clear: both; }
	
.float-r {
	float: right; }
	
.float-l {
	float: left;
	margin-right: 10px; }

.faqs {
	margin: auto 50px;
}

.faqs li {
	padding-left: 25px;
	text-indent: -25px;
	margin-bottom: 25px;
}

.space-bottom {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------
					  BROWSER FIXES
-----------------------------------------------------------*/

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

/*-----------------------------------------------------------
					  CONTACT FORM
-----------------------------------------------------------*/
#contact-form * { list-style-type: none;
}

#contact-form {
	text-align: right;
	width: 360px;
	margin: 0 0 0 180px;
}

#contact-form label { 
	text-align: right;
	display: inline;
}

#contact-form input {
	display: inline;
	background: #FFFFFF;
	margin-left: 10px;
	border: 1px solid #043964;
	width: 200px;
}

#contact-form .submit {
	margin: 20px 0 0 0;
	padding: 4px; 
}

#contact-form textarea {
	border: none;
	border: 1px solid #043964; 
}

#contact-form select {
	border: 1px solid #043964; 
}

.bot-input { 
	float: left; 
	margin-left: -999em; 
}

.form-elements {
	margin: 10px 0;
}

#contact-form .hidden {
	border: none;
}

#contact-form .button {
	width: 130px;
	background: #b50101;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;	
}
