@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Form style */


textarea { background-color:#e7e7ca; border-top:1px #999 solid; border-right:1px #ccc solid; border-bottom:1px #ccc solid; border-left:1px #999 solid; width:290px; height:150px;
	font:100% verdana;}

input.text {background-color:#e7e7ca; border-top:1px #999 solid; border-right:1px #ccc solid; border-bottom:1px #ccc solid; border-left:1px #999 solid;}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html,body{margin:0;padding:0}
body{ font:76% verdana,arial,sans-serif; text-align:center; background:#ffffe4 url(../images/frontend/bg.jpg) repeat-x; }
p{ margin:0 10px 10px; }
a{ padding:5px; }

/* Header */
div#header h1{ display:none; }
div#header { position:relative; width:960px; background:url(../images/frontend/bg-header.jpg) no-repeat left top; height:365px; }
div#header img { position:absolute; top:20px; left:100px; }
div#header div.text { font-family: verdana,Arial, Helvetica, sans-serif; font-size:1.3em; color:#fff; display:block; width:410px; position:absolute; top:150px; left:400px; }

div#container{text-align:left;}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{
}

div#wrapper { background:url(../images/frontend/bg-content.jpg) no-repeat; padding-top:50px; margin-top:6px; width: 960px;}

div#container{ width:960px; margin:0 auto; }

div#content { float:left; width:650px; }
div#content div.section-b { background:url(../images/frontend/bg-content-b.png) no-repeat bottom ; padding:0px 30px 50px 31px; width:450px; margin:0;margin-left:1px;  }
div#content div.section-t { padding:40px 30px 5px 30px; background:url(../images/frontend/bg-text-top.png) no-repeat top left; width:450px; margin:0; }
div#content h2 { color:#767662; font-size: 1.8em; font-weight:100; font-family:"Times New Roman", Times, serif; text-transform:uppercase; margin:0 0 10px 10px; }
div#content div.text { font-size:1.2em; font-family: verdana, Arial, Helvetica, sans-serif; color:#222; }
 
div#content ul { list-style:circle;  margin:12px 0 12px 30px; }
div#content ul li a { color:#02a9ff; line-height:1.5; }
div#content a  { color:#02a9ff; }
div.right-sections a { margin:0 5px; color:#325397; }
div.right-sections { float:right; clear:right; width:300px; border-bottom:1px solid #515151; padding-bottom:20px;font-family: verdana; font-size:11px; }
div.right-sections a img { margin:0; }
div.right-sections h2 { color:#767662; font-size: 1.8em; font-weight:100; font-family:"Times New Roman", Times, serif; text-transform:uppercase; margin:20px 0 5px 8px;  }

div#footer { clear:both; width:100%; }
div#footer p { margin:0; padding:5px 10px 30px 10px; color:#7f7f79; }
div#footer p a { color:#7f7f79; }

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.error{color:red;text-transform:uppercase;}
.msg{font-size:1.2em;}
.success{color:#02A9FF;}