/*
*********************
GLOBAL
*********************
*/

html,*{
margin:0;
padding:0;
}

img { behavior: url("pngbehavior.htc");}

body {
	background-color: #D7D7D2;

	margin: 0 auto;
	margin-top: 15px;
	margin-left:5px;
	margin-right:5px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 95%;
}

a{
color:#00CC00;
}
a:hover{
color:#1ba3ff;
}
input{
color:#0080D5;
padding:2px;
font-weight:normal;
border:1px outset #0080D5;
}
input:hover{
background-color:#ffffcc;
}
input[type=submit]{
color:#0080D5;
background-color:#efefef;
font-size:13px;
font-weight:normal;
padding:5px;
border:1px outset #0080D5;
}
input[type=submit]:hover{
color:#000;
background-color:#7BCAFF;
font-size:13px;
font-weight:normal;
padding:5px;
border:1px inset #0080D5;
}
/*
*********************
PAGE CONTAINERS
*********************
*/

#container {
	width:auto;
    width:expression(document.body.clientWidth>1024 ? "1024px" : "auto");
	min-width: 580px;
	max-width:1024px;
	margin: 0 auto;
	padding-bottom: 25px;
	background-color: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
#header {
	background-color: #FFFFFF;
	background-image: url(headbg.png);
	padding-top: 35px;
	padding-left: 30px;
	padding-bottom: 15px;
	height: 30px;
	z-index: 1;
	background-repeat: repeat-x;
}
#headerbar {
	clear: both;
	padding-left: 1px;
	padding-right: 1px;
}
#logoblock {
	background-image: url(logobg.png);
	height: 120px;
	margin: 0 auto;
	padding-left: 30px;
	padding-top: 5px;
}

/*
*********************
MENUS
*********************
*/

.topmenu {
	font-family: Tahoma, Arial;
	font-size: 21px;
	font-weight: normal;
	float: left;
	color:white;
}
.topmenu li {
	list-style-type: none;
	padding-right: 25px;
	float: left;
}
.topmenu li a{
	text-decoration:none;
	color:#000000;
	text-transform: lowercase;
}

.topmenu li a:hover{
color:#14A1FF;
}

.topmenu ul {
	padding-bottom: 20px;
}
.logins {
	float: right;
	padding-right: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #1BA3FF;
}
.logins a{
text-decoration:none;
color: #1ba3ff;
}

.logins a:hover{
	text-decoration:underline;
}

/*
*********************
CONTENT AREA
*********************
*/

#content {
	clear: both;
	padding: 15px;
	background-repeat: repeat-y;
	min-height:280px;
  height:auto !important;
  height:100%;
  overflow:hidden;
}

.contentblock {
	background-image: url(contentbg.png);
	background-repeat: repeat-x;
}

#main {
/*    width:expression(document.body.clientWidth>1024 ? "520px" : "auto"); */
	min-width: 250px;
	max-width:560px;
	margin-left: 200px;
	text-align: justify;
	margin-right: 160px;
  position:relative;
  font-size:13px;
  height:auto !important;
  height:100%;

 }
 
#main h2 {
	color: #00CC00;
	text-transform: lowercase;
}
#main h3{
padding-top:15px;
}


#main p{
font-size:13px;
padding:5px 0;
}

#main ol, #main li{
font-size:12px;
padding:4px 25px;
text-align:left;
}

/*
*********************
SIDEBARS
*********************
*/


#left {
	background-image: url(leftbg.png);
	width: 180px;
	margin-right: 10px;
	float: left;
	color:white;
	margin-bottom: 40px;
}
.lefttitle {
	background-image: url(lefttitle.png);
	width: 176px;
	height: 26px;
	font-weight: bold;
	padding: 4px 0 0 4px;
	color:#333;
}
.leftmenu {
	padding: 0 10px;
}
.leftmenu a{
	text-decoration:none;
	color:#14A1FF;
	text-transform: lowercase;
float:left;
width:180px;
white-space: pre;
}

<!--
.leftmenu a:before, .leftmenu a::before{
white-space: pre;
content:" ";
}
-->

.leftmenu a:hover{
text-decoration:none;
color:#666666;
}

#leftbott {
	background-image: url(leftbott.png);
	height: 25px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#right {
	float: right;
	width: 143px;
	background-image: url(rightbg.png);
}
.righttext {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #13A1FF;
	line-height: 120%;
}
.righttext a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

.righttext a:hover{
color:#14A1FF;
}

#righttop{
	background-image: url(righttop.png);
	height: 17px;
	font-size:2px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#rightbott{
	background-image: url(rightbott.png);
	height: 17px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


/*
*********************
FOOTER
*********************
*/

#footer {
	height: 52px;
	clear: both;
	background-color: #E9E9E9;
	margin: 0 1px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;

}
.foottext {
	width: 750px;
	margin: 0 auto;
}
.bottleft {
	float: left;
}
.bottright {
	float: right;
}
.bottright a {
	color: #666666;
	text-decoration: none;
}
.bottright a:hover, .bottleft a:hover{
color:black;
}
#bottombar {
	margin: 0 auto;
	padding: 10px 5px;
	margin-bottom: 10px;
}


#homeright {
	float: right;
	width: 180px;
	background-image: url(homerightbg.png);
}
.homerighttext {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #13A1FF;
	line-height: 120%;
}
.homerighttext a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

.homerighttext a:hover{
color:#14A1FF;
}

#homerighttop{
	background-image: url(homerighttop.png);
	height: 50px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#homerightbott{
	background-image: url(homerightbott.png);
	height: 20px;
	background-repeat: no-repeat;
	background-color: #F2FAFF;
}
#special {
	position: relative;
	top: -205px;
	height: 206px;
	width: 268px;
	left: 340px;
	z-index: 1;
	float: left;
	background-image: url(special.png);
	padding: 50px 10px 10px 120px;
	background-repeat: no-repeat;
	text-align: center;
}


#biglogoblock {
	background-image: url(bigheadbg.png);
	height: 223px;
	width: 790px;
	margin: 0 auto;
	padding-left: 0px;
	padding-top: 0px;
	overflow: hidden;
}