/* CSS Document */

html, body, h1, h2, h3, h4, h5, ul, ol, li, a, img, p {
	margin:0;
	padding:0;
	float:none;
	background:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	border:none;
}

html {
	font-size:62.5%;
} 

html>body {
	font-size:10px;
}

body {
	line-height:1.4em;
}

#container {
	width: 890px;
	height:480px;
	border-bottom:20px solid #967E7A;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -445px;
	margin-top: -250px;
	background:url(images/roofBG.jpg) top right no-repeat;
}

.title {
	position:absolute;
	top:0;
	left:0;
	width:246px;
	height:0;
	padding-top:90px;
	overflow:hidden;
	background:url(images/otcLogo.gif) top left no-repeat;
}

.mainText {
	position:absolute;
	left:250px;
	top:115px;
	padding: 15px 190px 0 20px;
}

.mainText h2 {
	font-size:1.8em;
	line-height:1em;
	font-weight:normal;
	margin-bottom: 0.83em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#251811;
}

.mainText h2 .subtitle, .mainText p {
	font-size:1.1em;
	line-height:1.36em;
	margin-top:0.36em;
	margin-bottom: 1.36em;
}

.mainText h2 .subtitle {
	margin-top: 0.36em;
	padding-top:0;
	font-style:italic;
	font-size:0.6em;
}


#bigPic {
	position:absolute;
	left:0;
	top:115px;
	width:246px;
	height:365px;
	overflow:hidden;
	margin:0;
	padding:0;
}

.menu {
	position:absolute;
	top:85px;
	left:0;
	width:890px;
	height:30px;
	background:#574139;
	overflow:hidden;
}

.menu ul {
	position:absolute;
	top:5px;
	left:25px;
	height:20px;
}

.menu ul li {
	float:left;
	height:20px;
	margin: 3px 45px 0 0;
}

.menu ul li a {
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:1.6em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.menu ul li a:hover {
	color:#FFFF99;
}

.subMenu {
	position:absolute;
	top:130px;
	left:740px;
	width:140px;
	overflow:hidden;
}

.subMenu ul {
	width:100%;
}

.subMenu ul li {
	width:140px;
	height:100px;
	margin-bottom:15px;
	background-color:#8F746E;
}

.subMenu ul .retailLink {
	background:#8F746E url(images/retailLink.jpg) top left no-repeat;
}

.subMenu ul .suitLink {
	background:#8F746E url(images/suitLink.jpg) top left no-repeat;
}

.subMenu ul .contactLink {
	background:#8F746E url(images/contactLink.jpg) top left no-repeat;
}

.subMenu ul li a {
	text-decoration:none;
	width:140px;
	height:100px;
}

.subMenu ul li a h3 {
	margin-left:67px;
	background:#564038;
	width:68px;
	color:#fff;
	padding: 3px 2px 5px 3px;
	font-size:1.2em;
	line-height:1.2em;
}

.subMenu ul li a:hover h3 {
	color:#FFFF99;
}

.subMenu ul li a p {
	padding:0.4em 2px 0 70px;
	font-size:1em;
	line-height:1.4em;
	color:#fff;
}

.subMenu ul li a:hover p {
	text-decoration:underline;
}

.address {
	position:absolute;
	top:18px;
	left:740px;
}

.address p {
	font-size:1em;
	len-height:1.3em;
}

.address p a {
	color:#574139;
	text-decoration:underline;
}

.address p a:hover {
	text-decoration:none;
}