select {
font-family: Verdana, Arial, sans-serif;
font-size: 1.0em;
}

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FF0000;}
a:hover {color: #FF9F9F;}

img {
border: 0;
}

body {
	background: #b5d7f8 url(img/bg.jpg);
	color: #251C1E;
	font: normal 62.5% Verdana, Arial, Helvetica;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 3.0em Verdana;
	margin-bottom: 4px;
}





h1,h2,h3 {
	padding-top: 6px;
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


.container {
	background-color: #ffffff;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}


.top {
	padding: 10px 10px 0;
}


.header {
	background-color: #ffffff;
	font-size: 0.9em;
	height: 85px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #ffffff;
	height: 85px;	
}

.header .left {
	background-color: #D9E1E5;
	font: normal 4.8em "FlashTemplatesDesign",sans-serif;
	line-height: 85px;
	width: 564px;
	text-align: center;
	color: #000000;
	background-image: url(img/bgheader.gif);
	background: transparent url(img/1.jpg) left top repeat-x;
	
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(img/bgheader_right.gif);
	background-repeat: repeat-x;
	text-align: center;
	background: transparent url(img/1.jpg) left top repeat-x;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "FlashTemplatesDesign",sans-serif;}


.navigation {	
	background: #D9E1E5 url(img/1.jpg);
	border: 1px solid #ffffff;
	height: 21px;
}
.navigation a {
	background: transparent url(img/1.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #251C1E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 21px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/1.jpg) left bottom; 
color: #B51031;
}


.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}


.sidenav{-moz-border-radius:15px;-webkit-border-radius:15px;background:#ffc;background-repeat:repeat-y;border:1px solid #f90;border-radius:15px;float:left;font-size:.8em;padding-left:5px;padding-right:3px;padding-top:8px;padding-bottom:8px;width:206px}

.sidenav ul {
	border-top: 1px solid #b5d7f8;
}
.sidenav li {border-bottom: 1px solid #b5d7f8;
}
.sidenav li a {
	font-size: 1.1em;
	color: #b51031;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #c9e1f8;
	color: #251C1E;	
}


.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #B5D7F8;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgleft {
padding: 5px;
margin-left: 1px;
float: left;
}


.content .imgright {
padding: 5px;
margin-left: 4px;
float: right;
}

.content .imgbanner {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}

.content p
{
color: #000000;
}



.footer {
	background: transparent url(img/1.jpg) left top repeat-x;
	color: #251C1E;
	font: bold 1em sans-serif;
	line-height: 19px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
