/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #ced8be url(images/ng_bg.jpg) repeat-x;
	text-align: justify;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #31576F;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	/*text-transform: lowercase;*/
	color: #5d585c;
	background-position: left bottom;
	background-repeat: repeat-x;
	font: small-caps 1.4em/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 0 0 5px;
}

p, ol, ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	background: #FFFFFF url(images/col1_top.gif) no-repeat left top;
	padding: 10px 20px;
}

.bg2 {
	padding: 20px;
	background: #FFFFFF url(images/col2_top.gif) repeat-x;
}

/* Header */

#header {
	width: 892px;
	height: 160px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	/*text-transform: lowercase;*/
	color: #FFFFFF;
}

#header h1 {
	float: left;
	font-size: 33px;
	background: url(images/logomain.png) no-repeat 0 bottom;
	padding-bottom: 0;
	width: 200px;
	height: 70px;
	padding-top: 50px;
}

#header h1 span {
	display: none;
}

#header h2 {
	float: left;
	font: normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	padding: 123px 0 0 10px;
	color: #002f61;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 12px 0;
	background: url(images/men//u_arrow.png) no-repeat;
	text-decoration: none;
	color: #fff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

#header a:hover {
	color: #d3cfd2;
}

/* Content */

#content {
	width: 892px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

#colOne {
	float: left;
	width: 186px;
}

#colOneBottom {
	float: left;
	width: 186px;
	height: 10px;
	background-image: url(images/col1_bottom.gif);
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	background: url(images/img6gif) repeat-x;
	padding: 5px 0;
	border-top: 1px solid #e1e1e1;
}

#colOne li a {
	text-decoration: none;
}

#colOne li a:hover {
}

#colOne li.first {
	border-top-style: none;
}

#colTwo {
	float: right;
	width: 686px;
}

#colTwo ul {
	padding-left: 0;
	list-style: none none outside;
}

#colTwo li {
	background: url(images/img6gif) repeat-x;
	padding: 5px 0;
	border-top: 1px solid #e1e1e1;
}

#colTwo li a {
	text-decoration: none;
}

#colTwo li a:hover {
	color: #000;
}

#colTwo li.first {
	border-top-style: none;
}

#colTwo h3.sub {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-transform: capitalize;
	padding-left: 0;
}

#colTwoBottom {
	float: right;
	width: 686px;
	background: #ffa667 url(images/col2_bottom.gif) no-repeat left bottom;
	height: 10px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	padding: 0;
	background: #fff repeat-x;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
	position: relative;
	top: 15px;
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: lowercase;
	color: #002f61;
	padding-top: 5px;
}