﻿/* clean it */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	background: transparent none repeat scroll 0% 0%;
	border: 0pt none;
	font-size: 100%;
	margin: 0pt;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}

ol, ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: none;
}
:focus
{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0pt;
}

/* end clean */


#top
{
	width: 100%;
	height: 55px;
	background-image: url(../images/top_bg.png);
	background-position: 0px -10px;
	background-repeat: repeat;
	color: #FFFFFF;
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
}
#logo
{
	float: left;
	margin: 2px 0px 0px 20px;
}
#menu
{
	float: right;
	margin-right: 15px;
	width: auto;
	padding-top: 10px;
	width: 500px;
	background-color: transparent;
	height: 70px;
}
#contact
{
	position: absolute;
	float: right;
	margin-right: 10px;
	margin-left: 500px;
}
#canvas
{
	min-width: 830px;
	min-height: 700px;
	display: block;
}

#footer
{
	width: 100%;
	height: 70px;
	background: #1a1a1a;
	color: #cccccc;
	text-align: center;
	clear: both;
	background-color: #18191e;
	line-height: 35px;
}


ul
{
	margin-left: 15px;
}
li
{
}
label
{
	display: block;
	width: 100%;
	clear: both;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
}
input, textarea, select
{
	width: 250px;
	font-family: Helvetica,Lucida Sans;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	padding: 3px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333333;
}
.button
{
	overflow: hidden;
	margin: 2px;
	border: 2px solid #333;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.8);
	text-decoration: none;
	white-space: nowrap;
	background: #1a1a1a;
}
p
{
	margin: 0px;
	padding: 0px;
}


/*CONTACT FORM */
#contactForm
{
	z-index: 10;
	margin: 0 auto;
	left:25%;
	width: 300px;
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.75);
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position:absolute;
	top:-1000px;
	opacity:0.0;
	background-color:#efefef;
	padding: 90px 20px 10px 20px;

}
#contactForm .required
{
	color:#ba090a;
}
#contactForm label
{
	font-weight:bold;
	
}
#contactForm input,#contactForm textarea
{
	width:100%;
}
#contactForm h1
{
	font-size:26px;
	font-weight:400;
	color:#000000;
	margin:5px 0px 5px 0px;
}
.button
{
	height:45px;
	width:91px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	margin:5px;
	float:right;
	background-color:transparent;
	border:none;
}

.error
{
	color:#ba090a;
}
#errors
{
	color:#ba090a;
}
.sendItButton
{
	background-image:url(../images/button_send.png);
}
.sendItButton:hover
{
	background-position:0px -45px;
}
.noThanksButton
{
	background-image:url(../images/button_nothanks.png);
	float:left;
}
.noThanksButton:hover
{
	background-position:0px -45px;
}


/*  BANNER */
body
{
	line-height: 1;
	-x-system-font: none;
	background: #C1C3C8;
	color: #444444;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -0.04em;
	line-height: normal;
	margin: 0pt;
	padding: 0pt;
	text-align: left;
	width: 100%;

}
#banner
{
	width:100%;
	background:url(./images/banner_bg.jpg) repeat-x;
	text-align:center;
	display:block;
}


