/* CSS Document */

/* content light gray bg = #F9F9F9 */
/* button dark blue, header = #122641 */
/* button hover gray bg, gray horizontal line = #C8C8C8 */
/* gray text, body text = #646464 */
/* cyan = #39C6F3 */
/* bg mid gray = #ECECEC */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	background:#eee;
}

#background
{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -100;
	background:url(../img/bg.jpg) no-repeat;
	background-color: #ECECEC;
}

#background_subs
{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -100;
	background:url(../img/bg2.jpg) no-repeat;
	background-color: #ECECEC;
	min-height: 850px;
}

#main {
	width:950px;
	margin:0 auto;
}

#middle {
	background:url(../img/content_middle.png) repeat-y;
	width: 950px;
	padding-top:20px;
	margin-top:-32px;
}

#middle2 {
	background:url(../img/content_middle.png) repeat-y;
	width: 950px;
	padding-top: 5px;
	margin-top: 100px;
}

#info {
	width: 580px;
	padding-left: 25px;
	border:0;
}

#side {
	width: 230px;
	padding-right: 25px;
	border:0;
}

#full {
	width:950px;
	margin:30px auto 0 auto;
	padding: 0 25px;
	border: 0;
}

#bottom {
	background:url(../img/content_bottom.png) no-repeat;
	width:950px;
	height:50px;
	margin-bottom:30px;
}

.slider-wrapper { 
	width: 100%; 
	margin: 20px auto;
}

html, input {
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight: normal;
	color:#646464;
}

h1 {
	font-size:24px;
	line-height:28px;
	color:#122641;
	font-weight:normal;
}

#footer {
	width:950px;
	margin:0 25px 20px 25px;
	font-size:10px;
	line-height:12px;
	color:#646464;
}

#contact {
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	color: #646464;
	margin-left:50px;
	border: 0;
}

#contact_cyan {
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	color: #39C6F3;
}

a {
	color: #39C6F3;
}

a:hover, a:active {
	color: #122641;
}

.box {
	background: none;
	border: none;
	width: 330px;
	height: 50px;
	padding: 0 10px;
	margin: 0 10px;
	background:url(../img/box.png) no-repeat right;
}

.textbox {
	background: none;
	border: none;
	width: 330px;
	height: 320px;
	padding: 0 10px;
	margin: 0 10px;
	background:url(../img/text_body.png) repeat-y right;
}

textarea {
	resize: none;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	color:#646464;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}