@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	line-height:20px;
}

#wrapper{
	width:960px;
	display:block;
	margin:0 auto;
	top:0;
	min-height:100%;
	height:auto;
	position:relative;
}

#shadow-left { 
	position:absolute;
	top:0;
	right:-25px;
	width:25px;
	height:100%;
	background:url(../images/dshad_right.gif) repeat-y;
}

#shadow-right {
	position:absolute;
	top:0; 
	left:-25px; 
	width:25px; 
	height:100%; 
	background:url(../images/dshad_left.gif) repeat-y;
}

#header{
	padding-top:5px;
}

#logo{
	margin-left:32px;
	background-image:url(../images/header-line.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:240px;
	float:left;
	padding-bottom:8px;
}
#logo2{
	width:70px;
	float:left;
	margin-left:55px;
	padding-top:12px;
}
#logo3{
	width:200px;
	float:left;
	font-size:12px;
	padding-top:30px;
}
#header-line{
	background-image:url(../images/header-title.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:180px;
	height:45px;
	float:left;
	margin:20px 0 0 30px;
}

#header-line span{
	display:none;
}

#short-menu{
	width:130px;
	float:right;
	display:block;
	font-size:11px;
}

#short-menu a{
	text-decoration:none;
	color:#000000;
}

#smenu-home{
	width:60px;
	background:url(../images/icon-home.jpg) center no-repeat;
	float:left;
	padding-top:23px;
	text-align:center;
}

#smenu-sitemap{
	width:60px;
	background:url(../images/icon-sitemap.jpg) center no-repeat;
	float:left;
	padding-top:23px;
	text-align:center;
}

#smenu-blog{
	width:60px;
	background:url(../images/icon-blog.jpg) center no-repeat;
	float:left;
	padding-top:23px;
	text-align:center;
}

#menu{
	width:960px;
	background-image:url(../images/menu-background.jpg);
	background-repeat:repeat-x;
	height:61px;
	clear:both;y
}

#menu ul{
	width:960px;
	height:51px;
	padding:0px 0 0 0px;
	margin:0;
	float:left;
	font-family:Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color:#000000;
}

#menu li{
	padding:7px 25px 0 25px;
	margin:17px 0 0 0;
	float:left;
	list-style:none;
	background-image:url(../images/menu-line.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:37px;
}

#menu li.last{
	padding:7px 25px 0 25px;
	margin:17px 0 0 0;
	background:none;
	float:left;
	list-style:none;
	height:37px;
}

#nav li a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
/*
#menu li a:hover{
	color:#E36906;
}*/

#nav, #nav ul{
	position:relative;
}

#nav a{
	display:block;
	text-decoration:none;
}

#nav a:hover{
	color:#E36906;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:130px;
	top:35px;
	left:0;
}

#nav li ul a{
	float:left;
}

#nav ul ul{
	top:0;
	background-image:none;
}

#nav li ul li{
	background-image:none;
	height:27px;
	width:130px;
	background-color:#fff;
	border-bottom:dotted 1px #333333;
	padding:5px 0px 0px 10px;
	margin:0;
}

#nav li ul ul {
	left:0px;
	margin:0;
	padding:0;
	background-image:none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

#content{
	clear:both;
	min-height:500px;
	margin:5px 25px 10px 25px;
	width:910px;
}

#breadcrumb{
	width:500px;
	padding:5px 0 10px 3px;
	float:left;
}


#breadcrumb a{
	background-image:url(../images/breadcrumb.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	text-decoration:none;
}

#left-co{
	width:400px;
	display:left;
	float:left;
}

#right-co{
	width:450px;
	display:left;
	float:left;
}

.ftitle{
	width:80px;
	display:block;
	float:left;
}

#brand{
	clear:both;
	padding-top:15px;
}

#brand-content{
	width:850px;
	padding-bottom:25px;
}

#submit{
	margin-left:80px;
}

.red{
	color:#CC0000;
}


/* footer */
#footer{
	width:960px;
	border-top:#E1E1E1 7px solid;
	min-height:40px;
	font-size:12px;
	clear:both;
}

#footer-link{
	text-align:center;
	padding:10px 0 5px 0;
}

#footer-link a{
	padding:0 18px 0 5px;
	background:url(../images/footer-line.jpg) right no-repeat;
	color:#000000;
	text-decoration:none;
}

#copy-right{
	margin:0 auto 0 auto;
	text-align:center;
}