/* Layout main page */
/* ---------------- */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 140%;
	margin: 0px;
	background-color: #ff681f;
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px
}
hr
{
	height: 0;
	border: 0;
	border-top: 1px solid #ff681f
}
hr.little
{
	height: 0;
	border: 0;
	width: 200px;
	border-top: 1px dotted #ffffff;
}
a
{
	color: #ffffff;
	text-decoration: none
}
a:visited
{
	text-decoration: none
}
a:hover
{
	background: #ffffff;
	color: #5c9aed;
}
a:active
{
}
.head
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px
}
.littlehead
{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px
}
.error
{
	color: #ff0000
}
.rowbodypic
{
	color: #5c9aed;
	background-image: url(../images/margindiagonal.gif)
}
.margin
{
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px
}
.captcha
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: #ff681f 1px solid;
	border-left: #ff681f 1px solid;
	border-bottom: #ff681f 1px solid;
	border-right: #ff681f 1px solid
}

.highlight {
	color: #003399;
}

.hot {
	color: #FF6600;
	font-weight: bold;
}

/* div styles */
/* ---------- */
#centrecontainer
{
	left: 0px;
	width: 100%;
	position: absolute;
	top: 50%;
	scrollbar-face-color: #ff681f;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #5c9aed;
	scrollbar-darkshadow-color: #5c9aed; 
	scrollbar-shadow-color: #fff; 
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #5c9aed
}
#outercontainer
{
	left: 50%;
	margin-left: -444px;
	position: absolute;
	top: -270px;
}
#header
{
	width: 893px;
	height: 30px;
	/*letter-spacing: 1px;*/
	position: absolute;
	top: 0px;
	left: 0px
}
#headlogin
{
	width: 19px;
	height: 458px;
	background-color: #fff;
	position: absolute;
	top: 29px;
	left: 871px
}
#loginpic
{
	position: absolute;
	top: 18px;
}
#middle
{
	border-right: #fff 0px solid;
	border-top: #fff 19px solid;
	border-left: #fff 19px solid;
	border-bottom: #fff 19px solid;
	width: 852px;
	height: 420px;
	position: absolute;
	top: 29px;
	left: 0px;
}
#middleleft
{
	border-right: #fff 19px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	position: absolute;
	/*width: 420px;*/
	/*height: 420px*/
}
#middleleft2
{
	border-right: #fff 19px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	position: absolute;
	background-color: #5c9aed;
	overflow: auto;
	text-align: justify;
	width: 410px;
	height: 410px
}
#middleright
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #5c9aed;
	/*float: right;*/
	position: absolute;
	overflow: auto;
	width: 403px;
	height: 410px;
	top: 0px;
	left: 439px;
	text-align: justify
}
#middlerighttop
{
	border-bottom: #fff 11px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #5c9aed;
	/*float: right;*/
	position: absolute;
	overflow: auto;
	width: 403px;
	height: 235px;
	top: 0px;
	left: 439px;
	text-align: justify
}
#middlerightbottom
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #5c9aed;
	position: absolute;
	overflow: hidden;
	width: 403px;
	height: 154px;
	top: 256px;
	left: 439px;
	text-align: justify
}
#footer
{
	width: 900px;
	height: 60px;
	position: static;
	top: 488px;
	left: 0px
}
#newsletter
{
	float: left;
	position: absolute;
	top: 488px;
	left: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px
}
#logo
{
	/*float: right;*/
	position: absolute;
	top: 488px;
	left: 500px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

/* Menu */
/* ---- */
#navcontainer ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	margin: 0px;
	font-weight: bold
	
}
#navcontainer ul li
{
	display: inline
}
#navcontainer ul li a
{
	padding-right: 15px;
	padding-left: 14px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin: 0px;
	float: left;
	color: #fff;
	text-decoration: none
}
#navcontainer ul li a:hover
{
	color: #5c9aed;
	background-color: #fff
}


/* Layout forms */
/* ------------ */
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	margin-top: 1px;
	border: #ff681f 1px solid
}
input.newsletter
{
	border: #5c9aed 1px solid
}
/*input.button
{
	border: #ff681f 1px solid;
	color: #ff681f;
	background-color: #ffffff
}*/
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	margin-top: 1px;
	border: #ff681f 1px solid
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	margin-top: 1px
}

/* Layout pics */
/* ----------- */
img
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px
}
img.validate
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
	border-width: 0px
}

/* Layout links pics */
/* ----------------- */
a.pic
{
	text-decoration: none
}
a.pic:visited
{
	text-decoration: none
}
a.pic:hover
{
	background: #5c9aed;
	text-decoration: none
}
a.pic:active
{
	text-decoration: none
}
a.picback
{
	text-decoration: none
}
a.picback:visited
{
	text-decoration: none
}
a.picback:hover
{
	background: url(../images/margindiagonal.gif);
	text-decoration: none
}
a.picback:active
{
	text-decoration: none
}
a.picfooter
{
	text-decoration: none
}
a.picfooter:visited
{
	text-decoration: none
}
a.picfooter:hover
{
	background: #ff681f;
	text-decoration: none
}
a.picfooter:active
{
	text-decoration: none
}