/* -----------------------------------------------------------------------

	Custom Stylesheet

----------------------------------------------------------------------- */

/* Generic START */
body, html {height:100%;}
body {background:url(../images/bg.jpg) no-repeat center top #000404; color:#f4e6c1; font-family:"Times New Roman", Times, serif;}
#page {background:none; width:960px; padding:0 0 10px 0;}

a {color:#ffc600;}
a:hover {color:white;}

#page a {color:#89b000;}
#page a:hover {color:#3b3b3b;}

h1, h2, h3, h4, h5, h6 {color:#de9e64;}

h2 {font-size:21px;margin-bottom:15px;}

ul {list-style:none; margin:0; padding:0;}
li {font-size:18px; margin:0; padding:5px 0 5px 40px; background:url(../images/bullet.gif) no-repeat 20px 15px;}

td {vertical-align:top;}

#page span.button a {background:#aaaaaa; color:white;}
#page span.button a:hover {background:#ffc600; color:#3b3b3b;}
/* Generic END */

/* Header START */
#top {height:153px;text-align:center;}
#header {background:#bfbfbf; height:323px; margin-left:14px; margin-right:15px; margin-bottom:40px; position:relative; overflow:hidden;}
#header h1 {color:#0f0f0f;}
#header .slide {width:931px; height:323px; position:relative;}
#header .slide h1 {position:absolute; bottom:15px; left:0; font-size:30px; text-align:center; width:940px;}
#slidesWrapper {border:0;}
/* Header END */

/* Main Conent START */
#mainContent div.block {border-bottom:1px solid #e8e8e8; padding-bottom:10px; margin-bottom:10px;}
#mainContent {text-align:center;}
#mainContent h2 {font-size:36px;color:#ebd18a;}
#mainContent p {font-size:26px;margin-bottom:15px;}
/* Main Content END */

#contactForm {text-align:center;}
#contactForm .form {text-align:left;font-family:Arial, Helvetica, sans-serif;}

/* Footer START */
#footer {height:65px;font-family:Arial, Helvetica, sans-serif;}
#footerInfo {background:none; text-align:center; color:#de9e64; padding-top:25px;}
#footerInfo a {color:#f4e6c1;}
/* Footer END */

input.text {
	border:			1px solid #f4e6c1;
	font-size:		11px;
	width:			120px;
	padding:		2px;
	margin:			0px;
	background:#f4e6c1;
}

textarea {background:#f4e6c1; border:1px solid #f4e6c1; overflow:auto;}