body
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#contentBody
{
	margin:0px auto;
	width: 1000px;
	background-color:#FFF;
	/*border-widht:1px;
	border-style:solid;
	border-color:#000;*/
}

#contentMiniBody
{
	margin:0px auto;
	width: 500px;
	background-color:#FFF;
	/*border-widht:1px;
	border-style:solid;
	border-color:#000;*/
}

#contentHeader
{
	width: 100%;
	height:60px;
	margin: 0;
}

#logoArea
{
	width: 150px;
	height:60px;
	float:left;
	vertical-align:middle;
	margin:0;
	padding:0;
}

#headerRight
{
	float: right;
	height: 60px;
	width: 740px;
	padding-left: 10px;
}

#navTop
{
	width:100%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

#navBottom
{
	background: url(/data/template/default/image/navBg.gif) no-repeat;
	width: 100%;
	height: 30px;
}

#nav-bossless
{
	padding-left:50px;
	padding-top:7px;
	float: left;
	font-weight: bold;
	color: #990033;
}

#nav-bossless a
{
	color: #990033;
	text-decoration: none;
}

#nav-waitting
{
	padding-left:265px;
	padding-top:2px;
	font-size: 12px;
	color: #999999;
	float: left;
}

#contentBottom
{
	margin-top: 30px;
	width: 100%;
	text-align:center;
}

#footerHR
{
	height: 1px;
	color: #FFE5BD;
}

#headerNav
{
	width: 100%;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 25px;
	text-align: center;
	background: url('/data/template/default/image/headerNavBg.gif') repeat-x;
}

#headerNav ul
{
	margin: 0;
	padding: 0;
	margin-left: 40px;
}

#headerNav li
{
	list-style: none;
	float: left;
	width: 145px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#headerNav li a
{
	color: #DF5917;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.smallBold
{
	font-size: 12px;
	font-weight: bold;
}

.mediumBold
{
	font-size: 14px;
	font-weight: bold;
}

.smallFont
{
	font-size:12px;
}

.bold
{
	font-weight: bold;
}

.normalFont
{
	font-size:14px;
}

.bigFont
{
	font-size:16px;
}

.alignCenter
{
	text-align:center;
}

.alignRight
{
	text-align:right;
}

.largeLineHeight
{
	line-height: 150%;
}

.graySmall
{
	font-size:12px;
	color:gray;
}

.redSmall
{
	font-size: 12px;
	color: red;
}

.red
{
	color: red;
}

.green
{
	color: green;
}

.lightRedSmall
{
	font-size:12px;
	color: #FF3300;
}

.lightBlueBg
{
	background-color: #D8D8FF;
}

.whiteBg
{
	background-color: #FFFFFF;
}

.inputError
{
	border: 1px red solid;
}

.errorMsg
{
	color: red;
	font-size: 12px;
	padding: 0;
}

.dotLine
{
	background: url(/data/template/default/image/dot.gif) repeat-x;
}

.lineSplit
{
	height: 8px;
}

.yellow
{
	color: yellow;
}

.yellowBorder
{
	border: 2px solid #F89B08;
	padding: 10px;
}

.centerDiv
{
	text-align: center;
	margin: 10px;
}

.dottedBorderTop
{
	border-top: 1px dotted #000;
}

.yellow_lt
{
	background: url(../image/dyellow_lt.gif) no-repeat top left;
	left:-1px;
	position:relative;
	top:-1px;
}

.yellow_rt
{
	background: url(../image/dyellow_rt.gif) no-repeat top right;
	left:2px;
	position:relative;
}

.yellow_lb
{
	background: url(../image/dyellow_lb.gif) no-repeat bottom left;
	position:relative;
	left:-2px;
	top: 2px;
}

.yellow_rb
{
	background: url(../image/dyellow_rb.gif) no-repeat bottom right;
	left: 2px;
	position:relative;
	padding:12px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#aboutUs
{
	margin-bottom: 4px;
	padding: 45px 16px 6px 16px; /*иосробвС*/
	font-size:12px;
	height: 114px;
	line-height: 160%;
	color: #880000;
	background: url(../image/aboutUs.gif) no-repeat;
}

.lightGrayBg
{
	background-color: #FAFAFA;
}

.whiteBg
{
	background-color: white;
}

.currentPage
{
	color:red;
}