﻿
/*Primary layout sections*/

body {
	color: #333;
	font-family: "Times New Roman", Georgia, Perpetua, Serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFEFCE;
	
}
/*
#wraphome {
	position: relative;
	margin: auto;
	padding-top: 150px;		
}*/

#wraphome {
position: absolute;
  width: 879px;
  height: 421px;
  left: 50%;
  top: 50%;
  margin-left: -440px;
  margin-top: -210px;
}

#wrap {
	position: relative;
	margin: auto;
	width: 875px;	
}


/*Top header for Info areas*/

#headhome {
	position: relative;
	background: url(../i/masterhome.jpg) -5px 0 no-repeat;
	height: 607px;
}

#headvintage {
	position: relative;
	background: url(../i/mastervintage.jpg) -5px 0 no-repeat;
	height: 607px;
}

#headrange {
	position: relative;
	background: url(../i/masterrange.jpg) -5px 0 no-repeat;
	height: 607px;
}

#headcontact {
	position: relative;
	background: url(../i/mastercontact.jpg) -5px 0 no-repeat;
	height: 607px;
}

#navigation {
	position: relative;
	float: left;
	list-style: none outside;
	width: 870px;
	background: url(../i/navbar.gif) left no-repeat;
	font-size: 130%;
	padding-right: 0;
	margin-top: 130px;
	
}

#navigation ul {
	margin: 0 60px;
	padding: 0;
	letter-spacing: 0.3px;	
}

#navigation li {
	padding: 0;
	display: inline;
	margin: 0;		
}

#navigation li a:link, #navigation li a:visited {
	color: #fff; 
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	padding: 3px 35px;
}

#navigation a:hover, body#home #t-home a {color: #fff; font-weight: normal; text-decoration: none; background: #9E5F6C;}
#navigation a:hover, body#vintage #t-vintage a {color: #fff; font-weight: normal; text-decoration: none; background: #9E5F6C;}
#navigation a:hover, body#range #t-range a {color: #fff; font-weight: normal; text-decoration: none; background: #9E5F6C;}
#navigation a:hover, body#contact #t-contact a {color: #fff; font-weight: normal; text-decoration: none; background: #9E5F6C;}
#navigation a:hover, body#order #t-order a {color: #fff; font-weight: normal; text-decoration: none; background: #9E5F6C;}

#navigation li a#selected:link, #menu li a#selected:visited {
	color: #fff; 
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	padding: 3px 35px;
}


/*End Top header */
#righttext {
	float:right;
	width: 380px;
	text-align: left;
	margin-right: 10px;
	padding-right: 40px;
} 

#rightrange {
	float:right;
	width: 390px;
	text-align: left;
	margin-right: 20px;
	padding-right: 35px;
} 

#righttext img {
	border: 1px solid #9E5F6C;
} 

/*text sizes and so forth */

#rightrange h1 {
	color: #801C35;
	font-size: 175%;
	font-weight: normal;
	font-style: italic;
	line-height: 120%;
	padding: 0;
	margin: 20px 0 6px 0;
	
}

#rightrange-rge {
	float:right;
	width: 410px;
	text-align: left;
	margin-right: 13px;
	padding-right: 10px;
} 

h1 {
	color: #801C35;
	font-size: 175%;
	font-weight: normal;
	font-style: italic;
	line-height: 120%;
	padding: 0;
	margin: 40px 0 6px 0;
	
}

h2 {
	text-transform: uppercase;
	color: #801C35;
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0 0;
	letter-spacing: 2px;
}

h2 .joiner {
	text-transform: none;
	color: #333;
	font-size: 0.84em;
	font-weight: normal;
	padding: 0;
	line-height: 148%;
	letter-spacing: 0px;
}


h3 {
	color: #801C35;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 120%;
	padding: 0;
	margin: 40px 0 6px 0;
	letter-spacing: 1px;
}

p {
	font-size: 0.83em;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 10px 0;
	line-height: 150%;
}


.tight {
	padding: 0;
	margin: 0;
}

.emph {
	color: #801C35;
	font-size: 0.83em;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 4px 0;
	line-height: 150%;
}


ul, ol, li {
	
	list-style-position: outside;
	font-size: 0.82em;
		
}


/*Links for main content areas */

a:link {color: #801C35; font-weight: bold; text-decoration: none;}
a:visited {color: #801C35; font-weight: bold; text-decoration: underline;}
a:hover {color: #9E5F6C; font-weight: bold; text-decoration: underline;}
	

p img 
{
	float: left;
	padding: 2px;
	border: solid 1px #ccc;
	background: #fff;
	margin: 0 6px 1px 0;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
	
}
