﻿body,
html {
	margin: 0;
	color: #000;
	background: #ccc;
	font-family: Verdana;
	font-size: 14px;	
	color: #666666;
	cursor: url(../Images/Icons/blank.cur), auto;
}

#wrap {
	width: 1024px;
	margin: 0 auto;
	background: #fff;
}
#header 
{
	height: 100px;
	background: #fff;
}
#headerleft
{
	float: left;
	width: 200px;
	/*height: 1000px;*/
	padding: 0 4px 0 0;
	font-size: 20px;
	color: #AAABAD;
	text-align: right;
}
#headerright
{
	float: right;
	width: 820px;
	height: 100px;
	background: #85C8CE url(../Images/UI/header-bg.gif) no-repeat;
}
#headerright-content
{	
	margin-top: 65px;
	margin-left: 235px;
	font-size: 14px;
	color: #fff;
}
#headerright-content-left
{	
	float: left;
	margin-top: 15px;
}
#headerright-content-right
{	
	float: right;
	padding-right: 5px;
	width: 112px;
	height: 32px;
	background: #85C8CE url(../Images/UI/header-submenu-bg.gif) no-repeat;
}
#headerright-content-right-content
{
	padding: 4px;
	text-align: center;
}

#main
{
	padding-top: 5px;
}
#body1
{
	height: 250px;
}
#body1left
{
	float: left;
	width: 199px;
	/*height: 300px;*/
	padding: 10px 5px 0 0;
	font-size: 14px;
	color: #F17039;
	text-align: right;
}
ul#body1left-navigation
{
	float: right;
	margin: auto;
	padding: 0;
	width: 180px;
	list-style-type: none;
}
ul#body1left-navigation li
{	
	padding: 1px 0 1px 0;
}
ul#body1left-navigation a:hover
{
	display: block;
	text-decoration: none;
	color: #666666;
	background: url(../Images/Icons/icon-airplane.gif) no-repeat;
	background-position: left;
}
ul#body1left-navigation .active
{
	display: block;
	text-decoration: none;
	color: #666666;
	background: url(../Images/Icons/icon-airplane.gif) no-repeat;
	background-position: left;
}
#body1right
{
	float: right;
	width: 820px;
	font-size: 14px;
	line-height: 1.3;
}

ul#body1right-content
{
	margin-top:0;
	list-style-image: url(../Images/Icons/icon-arrow-double.gif);
}
ul#body1right-content li
{
	float: left;
	padding: 1px 0 1px 0;
	font-size: 14px;
	color: #666666;
}

#body2
{
	float: left;
	padding-top: 5px;
	/*margin-top: -4px;*/
	height: 150px;
	background: #fff;
}
#body2left
{
	float: left;
	width: 199px;
	padding: 0 5px 0 0;
	/*height: 200px;*/
	font-size: 14px;
	color: #F17039;
	text-align: right;
}
#body2right
{
	float: right;
	width: 820px;
	/*height: 200px;*/
	font-size: 14px;
	color: #666666;
	line-height: 1.3;
}
#footer {
	clear:both;
	height: 75px;
}
#footerleft
{
	float: left;
	width: 199px;
	padding: 0 5px 0 0;
	font-size: 14px;
	color: #AAABAD;
	text-align: right;
}
#footerright
{
	float: right;
	width: 820px;
	/*height: 75px;*/
}
#footerright-content
{	
	margin:0;
	color: #fff;
}
ul#footerright-content-navigation
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*width: 750px;*/
	/*height: 70px;*/
	
}
ul#footerright-content-navigation li
{
	float: left;
}
ul#footerright-content-navigation a
{
	display: block;
	height: 68px;
	text-decoration: none;
	color: #F17039;
	font-size: 10px;
	padding-right: 10px;
}
ul#footerright-content-navigation a:hover
{
	text-decoration: underline;
}
ul#footerright-content-navigation p
{
	margin-top: 5px;
	display: block;
	height: 68px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	background: url(../Images/UI/footer-nav-divider.gif) no-repeat;
	background-position: left;
}
.content
{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
.colorcontent
{
	color: #F17039;
}
h1 {
    margin:0;
}
h2 {
	margin:0 0 1em;
}
a
{
	text-decoration: none;
	color: #F17039;
}
a:hover
{
	text-decoration: underline;
}

#mycursor {
    cursor: none;
    width: 50px;
    height: 26px;
    background: url("../Images/Icons/reny-cursor.gif") no-repeat left top;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 10000;
}
