/************ Global **************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align:center;
	font-size: 14px;
}
#page {
	text-align: left;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
/************ Header **************/
#header img{
	vertical-align:top;
}
#vistaLogo {
	margin-left:14px;
}
#lowestPrice {
	margin-left:19px;
}
#phNumber {
	margin-left:67px;
}
/************ SubglobalNav **************/
#subglobal1 {
	margin: -5px 0px 0px 75px;
}
#subglobal2 {
	margin: -5px 0px 0px 215px;
}
#subglobal3 {
	margin: -5px 0px 0px 337px;
}
.subglobalNav {
	width: 230px;
	position: absolute;
	visibility: hidden;
	text-align:left;
	z-index: 100; 
}
.subglobalNav a:link, .subglobalNav a:visited {
	display: block;
	border: 1px solid #333;
	border-top: none;
	background-color: #E0E398;
	padding: 2px 0px 2px 10px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.subglobalNav a:hover{
	color: #FFF;
	background-color: #CB1721;
}

/************ Main Navigation **************/
#nav, 
#nav li { 
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

#nav li.toplevel {
	float: left;
	display: inline;
}

#nav a.toplevel {
	height: 34px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav a.toplevel:hover { background-position: 0 -34px; }

#nav a#nav-home { background-image: url(images/menus/new/home.gif); width: 75px; }
#nav a#nav-products { background-image: url(images/menus/new/products.gif); width: 141px; }
#nav a#nav-showrooms { background-image: url(images/menus/new/showrooms.gif); width: 121px; }
#nav a#nav-measure { background-image: url(images/menus/new/measure.gif); width: 158px; }
#nav a#nav-commercial { background-image: url(images/menus/new/commercial.gif); width: 114px; }
#nav a#nav-specials { background-image: url(images/menus/new/specials.gif); width: 86px; }
#nav a#nav-contact { background-image: url(images/menus/new/contact.gif); width: 85px; }

#nav ul { width: 230px; }

#nav ul li { margin-top: -1px; }

#nav ul a {
	background: #e0e398;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	padding: 3px 10px;
	width: 210px;
	display: block;
	border: 1px solid #000;
}

#nav ul a:hover {
	background: #cb1721;
	color: #fff;
}

#nav ul a.highlight {
	background: #00703c;
	color: #fff;
}




/************ Content **************/
/************ Home **************/
#productFeaturesMenu {
	display:block;
	float: left;
	margin: 0;
	width: 188px;
}
#productFeaturesMenu img{
	vertical-align: text-top;
	float:left;
}
#specialsLink {
	float: left;
	padding-left:20px;
	margin: 25px 0px 0px 0px;
	width: 372px;
}
#productMenu {
	float: right;
	text-align:right;
	margin: 20px 0px 0px 0px;
	width: 200px;
}
#productMenu h2 {
	margin: 5px 0px 0px 0px;
}
#lowestPriceMenu {
	float: left;
	width: 400px;
	margin: 0;	
}
#lowestPriceMenu img {
	margin-right: 5px;	
}
/************ Products **************/
#productImage {
	float: left;
	width: 280px;
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
 }
#productInfo {
	float: right;
	width: 450px;
	height: 220px;
	margin: 0;
	padding-top: 15px;
}
#productFeatures {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 20px;
}
#productFeatures img {
	margin-right:5px;
	float: left;
	vertical-align:bottom;
}
#purchaseMenu {
	margin-top:5px;
	width: 400px;
	float: right;
	text-align: right;
	vertical-align:bottom;
}
#purchaseMenu img {
	margin-left:5px;
	margin-top:5px;
}
#productNav, #freeQuote {
	width: 780px;
	float: left;
	background-color: #E0E398;
}
#freeQuote {
	text-align:right;
}
#productNav img, #freeQuote img{
	vertical-align:top;
}
#productNav a:link, #productNav a:visited, #freeQuote a:link, #freeQuote a:visited {
	color: #000;
	margin: 0;
	text-decoration:none;
	font-weight:bold;
	background-color: #E0E398;
}
#productNav a:hover, #freeQuote a:hover {
	margin: 0;
	color: #FFF;
	background-color: #CB1721;
	text-decoration:none;
}
#previousProduct {
	float: left;
}
#nextProduct {
	float: right;
}
/************ Ready Mades **************/
#readyMades {
	float: left;
	padding-left: 24px;
	margin: 15px 0px 0px 0px;
	width: 100%;
}
/************ Specials **************/
#specialsPage {
	float: left;
	width: 100%;
}
/************ Commercial Pages **************/
.leftBox {
	float: left;
	padding-left: 24px;
	margin: 15px 0px 0px 0px;
	width: 470px;
}
.rightBox {
	float: right;
	margin: 15px 0px 0px 0px;
	width: 280px;
}
/************ Normal Pages **************/
#pageDescription {
	margin: 0px 0px 0px 14px;
}
.header {
	margin: 15px 0px 0px 14px;
}

#topMenu { z-index: 2; }

#contentWrapper { z-index: 1; }

#pageInfo {
	float: left;
	padding-left: 24px;
	margin: 15px 0px 0px 0px;
	width: 400px;
}
#pageImage {
	float: right;
}
#contactButton {
	width: 780px;
	float: right;
	text-align:right;
}
/************ Commercial **************/
#commercialBuilders img {
	margin-right:10px;
}
/************ Showrooms **************/
#showroomsImage {
	float: right;
	width: 349px
}
#showroomsMenu {
	float: right;
	width: 349px;
	background-color: #E0E398;
}
#showroomsAddress {
	float: right;
	margin:0;
	font-size: 15px;
	text-align: center;
	background-color: #CB1721;
	color: #FFF;
	width: 347px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#showroomsMenu a:link, #showroomsMenu a:visited {
	color: #000;
	margin: 0;
	text-decoration:none;
	font-weight:bold;
	background-color: #E0E398;
}
#showroomsMenu a:hover {
	margin: 0;
	color: #FFF;
	background-color: #CB1721;
	text-decoration:none;
}
/************ Forms **************/
.categories {
	text-align: left;
	padding-right: 10px;
}
/************ Lower Menu **************/
#lowerMenu {
	width: 780px;
	font-size: 10px;
	float:left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0E398;
}
.lowerMenu {
	float: left;
	text-align:center;
	margin-right: 10px;
	width: 100px;
}
.lowerMenu a:link, .lowerMenu a:visited {
	font-size: 11px;
	font-weight:bold;
}
/************ Disclaimer **************/
#disclaimer {
	width: 780px;
	font-size: 10px;
	float:left;
}
/************ Tags **************/
h1 {
	margin: 0px 0px 5px 0px;
	color: #006200;
	line-height: 1em;
	font-size: 30px;
}
h2 {
	margin: 0px 0px 5px 0px;
	color: #000;
	line-height: 1em;
	font-size: 18px;
}
p {
	font-size: 14px;
	margin: 0px 30px 10px 20px;
}
a:link, a:visited {
	font-size: 14px;
	color:#000000;
 	text-decoration:none;
}
a:hover {
	color: #006200;
	text-decoration: none;
}
form {
	margin:0px 0px 0px 60px;
}
td {
	padding-top: 2px;
}
img {
	border:0px;
}

#map {
	width:349px;
	height:270px;
		
}

#map_details {
	width: 210px;
	height:80px; 
	padding: 0px 0px 0px 0px;
}

.red {color: #CA1721}

img.border { border: 1px solid #000; }

a#cta-brochure {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/home/cta-brochure.gif) no-repeat;
	width: 228px; height: 37px;
	margin: 20px 0;
}

a#cta-brochure:hover { background-position: -228px 0; }




