#container{
	margin: auto;
	width: 959px;
	background-image: url("/img/nav_sec_bg.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
}

body{
	background-color:#000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

img {
	border-style: none;
}

h1{
	font-size: 20px;
	color: #FF9C00;
	font-weight: bold;
	line-height: 20px;
}
h2{
	font-size: 12px;
	color: #FF9C00;
	font-weight: bold;
}
a:link, a:visited, a:active, a:hover {
	color: #ff9c00;
}
#breadcrumb{
	color: #cccccc;
	font-size: 9px;
	font-style: italic;
}

#header{
	background-image: url("/img/header.jpg");
	width: 959px;
	height: 161px;
	position: relative;
}

#header ul{
	position: relative;
	list-style-type: none;
	left: 120px;
	top: 125px ;
}

#header ul li{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	
	float: left;
	
	padding-left: 15px;
	padding-right: 15px;
}
#header ul li a:link, #header ul li a:visited, #header ul li a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#header ul li a:hover {
	color: #ff9c00;
}

#header ul lu ul li a:hover {
	
}

#nav_sec{
	width: 142px;
	position: relative;
	float: left;
	color: #ffffff;
	font-weight: bold;
}
#nav_sec ul li a:link, #nav_sec ul li a:visited, #nav_sec ul li a:active {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
#nav_sec ul li a:hover{
	text-decoration: underline;
	color: #ff9c00;
}
#content{
	width: 815px;
	margin-left: 144px;
}

#main, #content h1{
	margin-left: 40px;
	margin-right: 43px;
}

#main {
	background-color: #e8e8e8;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}

#footer{
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	margin-left: 144px;
}

/*****************/
/**brand view*****/
/*****************/

#categoryDescription {
	margin-bottom: 10px;
}
#categoryChildren{
	clear:both;
}
#categoryChildren div.categoryChild{
	width:150px;
	height: 150px;
	background-color: white;
	float:left;
	margin-right:0px;
	padding:10px;
	text-align: center;
	position: relative;
}
#categoryChildren div.categoryChild div.name {
	color: #FF9C00;
	font-weight: bold;
	bottom: 5px;
	display: block;
	width: 150px;
}
#categoryChildren div.categoryChild div.name a {
	text-decoration: none;
}
a#productcontact {
	padding: 5px;
	background-color: #FF9C00;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a#productcontact:hover {
	color: #000000;
}
#productimage {
	float: left;
	margin: 0px 10px 10px 0px;
}
div.subimages{
	float:left;
	clear:both;
}
div.subimages div.thumbs{
	width:50px;
	height: 60px;
	background-color: white;
	float:left;
	margin-right:0px;
	padding:3px;
	text-align: center;
/*	position: relative;*/
}

div.sitemap dd{
	margin-left:10px;
}

.notice{
	padding:5px 5px;
	margin:10px 43px 10px 40px;
	background-color:#D0F5A9;
	width:;
}
