/*<---CSS RESET--->*/
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*<---GLOBAL STYLES--->*/
body{
	background: #999;
}
#main {
	width: 1024px;
	margin: 44px auto;
	border-top: 3px solid #222;
	border-bottom: 3px solid #222;
	background: #fff;
	font-family: Helvetica, Arial, sans;
	font-size:14px;
	color:#333;
	line-height:30px;
}
@media screen and (min-device-width:1025px) { #main { width:1125px; }}
p {
	line-height:24px;
	margin-bottom: 10px;
}
a {
	color: #40d2ff;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Helvetica, Helvetica Neue, Quicksand;
	font-weight: bold;
	font-size:26px;
	letter-spacing:1px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
del {
text-decoration:line-through;
}
blockquote {
font-style: italic;
line-height: 26px;
background: #eee;
margin:20px 15px;
padding: 15px 25px;
width: 875px;
font-size: 12px;
font-family: Georgia, Times;
letter-spacing: 1px;
}
pre {
background: #eee;
margin:20px 15px;
padding: 15px 25px;
width: 875px;
font-family: Courier;
line-height: 22px;
font-size: 12px;
}
em{
font-style: italic;
}
table {
	margin: 25px auto;
	padding:0 0 15px;
}
th, td {
	background:#fff;
	border:1px solid #DADADA;
	margin:1px;
	padding:15px 40px 15px 15px;
	text-align:left;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif, "Nimbus Roman No9 L", FreeSerif;
	font-size:13px;
	line-height:22px;
	margin:15px 0;
}
th {
	font-weight: bold;
}
img {
	background: url("images/loading.gif") center no-repeat;
}
img.imageleft {
	float:left;
	margin-bottom:5px;
	margin-right:15px;
}
img.imageright {
	float:right;
	margin-bottom:5px;
	margin-left:15px;
}
/* FORM STYLES */
label {
	font-weight:normal; 
	display: block;
}
fieldset {
	width: 890px;
	padding:10px 30px;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-style: italic;
	font-size:18px;
	letter-spacing: 1px;
	font-family: Georgia;
}
input[type=text], input.small, input.large, textarea, select {
	display:block;
	background-color:#fff;
	border:1px solid #bbb;
}
select {
	padding: 4px;
	background: #fff;
}
input[type=text]:focus, input.large:focus, input.small:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input.text, input.title, textarea, select {
	margin:10px 0;
}
input.large, input.small {
	width:350px;
	padding:10px;
}
input.large {
	font-size:16px;
}
textarea {
	width:865px;
	height:250px;
	padding:10px;
	margin-bottom: 15px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	display: inline;
}
input[type=submit], input[type=reset] {
	font-size: 11px;
	cursor: pointer;
	padding: 10px 15px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
input[type=submit]:hover, input[type=reset]:hover {
	border: 1px solid #777;
}
/*<---MAIN ELEMENTS--->*/
#header {
	padding: 65px 0 60px;
	width:100%;
	overflow:hidden;
}
#header img{
	position: relative;
	top: -3px;
	line-height: 0;
}
#header .left{
	line-height: 0;
}
#header h1{
	color:#000;
	}
#nav ul{
	position: relative;
	float: right;
	height: 36px;
	display: block;
	top: -8px;
}
#nav li {
	float: left;
	list-style: none;
	padding-left:19px;
	width: 80px;
}
#nav li a {
	display: block;
	font-size: 13px;
	font-weight:bold;
	background: #fff;
	text-decoration:none;
	color: #444; /*#444*/
	line-height: 28px;
}
#nav li p {
	display: block;
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	text-decoration:none;
	color: #aaa;
	line-height: 18px;
}
#nav li.current a, #nav li.current:hover a{
	color: #6fdcfe;
}
#nav li.current p, #nav li.current:hover p{
	color: #888;
}
#nav li.current, #nav li.current:hover{
	/*border-left: 2px solid #222;*/
}
#nav li a:hover{
	color: #999;
	text-decoration:none;
	border: 0 none;
	line-height: 28px;
}
#nav li:hover p{
	/*color: #555;*/
}
#section, #aside {
	padding: 0px 0px 30px 0;
}

#section h2 {
	font-family: Georgia;
	color:#000;
	font-size:39px;
	letter-spacing:1px;
	line-height: 45px;
	padding-bottom:29px;
	font-weight: normal;
}
#aside h2, .column h2 {
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	color:#222;
	font-size:20px;
	padding-bottom:5px;
}
#section h3, #aside h3, .column h3 {
	margin-top: 5px;
	font-family: Helvetica;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
	padding-bottom:10px;
	text-transform: uppercase;
}
#aside h3 span, .column h3 span, #section h3 span {
	text-transform: lowercase;
	font-style:italic;
}
#section p, #aside p, .column p {
	font-size:13px;
	line-height:29px;
	color: #666;
}
#footer {
	margin-top: 30px;
	padding: 20px 0 15px 0;
	width:100%;
	border-top: 1px solid #ddd;
	overflow:hidden;
}
#footer li {
	display: inline;
	list-style: none;
	padding-right:5px;
}
#footer li a {
	font-size:12px;
	color: #40d2ff;
	text-decoration:none;
	padding: 7px 11px 6px 11px;
	/*font-weight: bold;*/
}
#footer .right{
	padding-top: 3px;
}
#footer li a:hover {
	background: #fff;
	border: 1px solid #ddd;
	padding: 6px 10px 5px 10px;
	text-decoration:none;
}

#footer li a.current, #footer li a.current:hover {
	font-weight:bold;
	background: #000;
	padding: 7px 11px 6px 11px;
	border: 0 none;
	text-decoration:none;
	color: #fff;
}
#footer p {
	font-size: 12px;
}

#slider {
	width: 950px;
	padding-bottom: 50px;
}

/*<---CLASSES STYLES--->*/
/* GRID */
#wrapper {
	width:950px;
	margin: 0 auto;
}
.grid_3 { width:207px; }
.grid_4 { width:290px; }
.grid_6 { width:455px; }
.grid_8 { width:620px; min-width:620px; }
.grid_max { width:703px; min-width:703px; }

.column {
	overflow: hidden;
	float: left;
	display: inline;
}
/*3 col*/
.middlecol {
    margin: 0 40px;
}
/*2col | 4 col and other layouts*/
.leftcol {
    margin: 0 40px 0 0;
}
.row {
margin-bottom: 30px;
}
.clearer {
	width:100%;
	overflow:hidden;
}
/* GRID END*/
.full {
	width: 100%
}
.clear {
	clear: both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.desc {
	position: relative;
	background: #111;
	color: #fff;
	top: -52px;
	padding: 8px 15px 0px 15px;
}
.desc:hover {
	background: #40d2ff;
	color: #fff;
}
.desc p {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;}
span.amp {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
}
.error, .notice, .success {
	width: 910px;
	padding:10px 20px;
	margin-bottom:15px;
	border:1px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#9F6000;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#4F8A10;
	border-color:#C6D880;
}
.error a, .notice a, .success a {
	text-decoration: underline;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#9F6000;
}
.success a {
	color:#4F8A10;
}
#bgsel {
	cursor: pointer;
	position: fixed;
	right: 0px;
	bottom:-155px;
}
#bgsel ul {
	padding: 0;
	margin: 0;
	display: block;
}
#bgsel li {
	background: #eee;
	list-style: none;
	margin: 0;
	border-left: 3px solid #888;
}
#bgsel li a {
	font-size:12px;
	color: #40d2ff;
	text-decoration:none;
	margin: 0;
	padding: 9px 11px 8px 11px;
	font-weight: bold;
}
#bgsel li:hover{
	background: #ddd;
	border-left: 3px solid #555;
}
#bgsel li:hover a{
	color: #888;
}
#bgsel img{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-left: 3px solid #222;
}
#bgsel li a.current{
	color: #000;
}