/*<group=General Styles>*/

body {
	background: #fff;
	color: #000;
	font: 12pt helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
}

p {
	color: #fff;
}

b, strong {
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

/*</group>*/

/*<group=Layout>*/

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.clearer {
}

#pageHeader {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
	height: 55px;
	width: 800px;
}

#pageHeader img {
}

#pageHeader h1 {
	padding: 0;
	color: #000;
	font-size: 52px;
	text-shadow: #666 2px 2px 2px;
	font-weight: normal;
}

#pageHeader h2 {
	color: #fff;
	font-size: 16px;
	text-shadow: #333 3px 3px 3px;
}

#main {
	width: 100%;
	height: 395px;
	margin: 0;
	padding: 0;
	background: #000;
	text-align: left;
	position: relative;
	color: #fff;
}

#top {
	width: 100%;
	height: 9px;
	background: #000 url(images/topgrad.jpg) repeat-x;
}

#content {
	width: 800px;
	height: 381px;
	background: #000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#left {
	width: 100px;
	height: 366px;
	padding-top: 20px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	float: left;
	position: relative;
}

#center {
	width: 200px;
	height: 366px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	float: left;
	position: relative;
}

#center ul {
	list-style: none;
	padding-left: 15px;
}

#center li, li a:link {
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: normal;

}

#center li a:hover {
	text-decoration: underline;
}

#center li img, li img a:link {
	padding-right: 10px;
	vertical-align: middle;
	border: none;
}

#right {
	text-align: right;
	float: right;
	position: relative;
}

#right img {
	float: right;
}

#bottom {
	width: 100%;
	height: 9px;
	background: #000 url(images/bottomgrad.jpg) repeat-x;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	background: #fff;
	padding: 0;
	height: 15px;
}

#footer p {
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#footer a:link, #footer a:visited {
	color: #fff;

}

#footer a:hover, #footer a:active {
	color: #fff;
}

/* Contact Form */
/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {width:450px; font-family:'Trebuchet MS', helvetica, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container h1 {color:#fff; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(contact/img/contactloading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#contact-container .contact-input {font-family:'Trebuchet MS', helvetica, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:144px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; background:url(contact/img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(contact/img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:50px; background:url(contact/img/contact/send.png) no-repeat;}
#contact-container .contact-cancel {width:65px; background:url(contact/img/contact/cancel.png) no-repeat;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#contact-container a.modal-close:hover {color:#fff;}

/* End Contact */
	