/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/bg-repeat.jpg) repeat-x #fdf7db;
	font-family: Lucida Sans, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 980px;
}
	
#header {
	background: url(../images/header.jpg) no-repeat;
	clear: both;
	float: left;
	height: 264px;
	position: relative;
	width: 980px;
}

#wrapper {
	width: 980px;
}
	
#main-content {
	float: left;
	margin: 10px;
	width: 960px;
}

#supp-content {
	float: right;
	margin-left: 15px;
	width: 300px;
}
	
#footer {
	clear: both;
	float: left;
	text-align: center;
	width: 980px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #16252b;
	margin: 7px auto 6px auto;
}

h2 {
	color: #16252b;
	margin: 10px auto;
	text-align: center;
}

h3 {
	color: #16252b;
	margin: 7px auto 6px auto;
}

p {
	color: #333;
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #336699;
	font-weight: bold;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}



/*-------------------------------------------------------
	header
-------------------------------------------------------*/

#header {
	color: #fff;
}

#header * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul {
	float: left;
	height: 50px;
}

#header li {
	float: left;
	height: 50px;
}

#header li a {
	background: none;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-decoration: none;
}

#header li a:hover {
	background: #bad149;
	color: #16252b;
}

#header li a.down {
	background: #fff;
	color: #16252b;
	cursor: default;
}

#header p.domain {
	color: #fff;
	float: right;
	height: 50px;
	line-height: 22px;
	margin-right: 25px;
}

#header .contact-button {
	clear: both;
	float: left;
	height: 75px;
	left: 690px;
	position: absolute;
	text-indent: -999em;
	top: 75px;
	width: 260px;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/


/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.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: left;
	width: 275px;
	margin-top: 15px;
	margin-left: 175px;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	clear: both;
	/*float: left; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -15px;*/
	text-align: left;
	width: 100%;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

#contact-form p {
	margin-top: 15px;
	padding-left: 30px;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}
