 .wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 902px;
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	border: 1px solid #333333;	
   }

body {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background-color: #CAD2A1;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.copy {
	color: #333333;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 14px;
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #663F16;
	padding: 10px;
	line-height: 13px;
	clear: both;
}
	.copy_home{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	float: left;
	margin-top: 85px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 450px;
	text-align: left;
	clear: left;
	color: #442810;
}
.copy_interior {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	float: left;
	padding-top: 65px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 850px;
	text-align: left;
	clear: left;
	color: #442810;
}


.copy-narrow { 
	padding: 0px 295px 0px 25px;
	}
	
.menu {
	width:900px;
	height:20px;
	border:0px;
	height:28px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	clear: both;
	background-color: #442810;
	padding: 0px;
	margin-top: 1;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:899px; 
w\idth:898px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:auto;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:auto;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	width:auto;
	height:22px;
	border:1px solid #ccc;
	border-width:0px 1px 0px 0px;
	padding-top:6px;
	padding-left:18px;
	padding-right:18px;
	font-weight:bold;
	background-color: #442810;
	padding-bottom: 0px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:149px; 
w\idth:138px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#b7d186;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #998B75;
}
.menu ul ul :hover > a.drop {
	background-color: #A0947E;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:250px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:149px; 
top:-1px; 
width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFF;
	height:18px;
	line-height:1em;
	padding-top:6px;
	padding-left:18px;
	padding-right:18px;
	width:198px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;
	background-color: #998B75;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:150px;
w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000;
	background-color: #878EA6;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background-color: #99A656;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}

/* LINKS AND HEADINGS STYLING */

a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #9999FF
}

#dark {
	color: #99FFFF;
	text-decoration: none;
}
#dark:hover {
	color: #666699
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing:-.05em;
	color: #616936;
	background-color:transparent;
	margin-right: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing:-0.02em;
	color: #442810;
	background-color:transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #603814;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: none;
	color: #666666;
	letter-spacing:-.05em;
	padding-top:4px;
	padding-left:14px;
	margin-top:0;
	padding-bottom: 0px;
	padding-right: 14px;
	font-size: 18px;
	line-height: 10px;

}
.blue { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main {
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 180px;

}

.wrapper_promo {
	width: 902px;
	background-color: #F4D28A;
	float: left;

}
	 

.masthead {
	width: 940px;
	text-align: left;
	margin: 10px auto 0px auto; 
	padding-bottom: 3px;

}
#headbox {
	width: 400px;
        height: auto;
	float: right;
	text-align: right;
        background-color: #000;

}
#header {
	width: 100%;
	color: #000;
	height: 140px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#icons {
	float: right;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 60px;

}
#headcopy {
	float: right;
	text-align: right;

}



/* TOP LEFT LOGO */

#logo { 
	float: left; 
	padding: 10px 0 10px 10px; 
}
	
	#logo h1 { color: #000; background: #fff; }

/* TOP RIGHT HORIZONTAL MENU */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #333;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	height: 25px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #333;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #E7A922;
color: #fff;
}

#sidenavlist ul
{
	background-color: #777;
	padding-left: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	width: 225px;
	float: left;
}
#sidelistnav ul li { display: inline; }

#sidenavlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sidenavlist li a {
	text-decoration: none;
	color: #ddd;
}

#sidenavlist ul li a:hover
{
	color: #333333;
}

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #8D9CAF url(file:///C|/Documents%20and%20Settings/neilmackey/My%20Documents/PRESTIGE/2009%20Website/@@resource/images/leftintrobg.gif) repeat-x; 
	color: #111;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }


/* LEFT SIDE */
	
	
#left {
	float: left;
	width: 250px;
}
	.box {
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
	}
	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background: #FFFFAD url(file:///C|/Documents%20and%20Settings/neilmackey/My%20Documents/PRESTIGE/2009%20Website/@@resource/images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	float: right;
	width: 940px;
	background: #ccc url(file:///C|/Documents%20and%20Settings/neilmackey/My%20Documents/PRESTIGE/2009%20Website/@@resource/images/column_bg.gif) repeat-y 50% 0;
}

#right_home {
	float: right;
	width: 940px;
}
#leftcol {
	float: left;
	width: 268px;
	text-align: left;
	height: 90px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #CAD2A1;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99A656;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

	}
	
	#rightcol {
	float: left;
	width: 250px;
	text-align: left;
	height: 90px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #CAD2A1;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

	}
		
	.special {
	clear: both;
	margin: 0px 0px 0px 0px;
	font: normal .9em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	padding: 2px 15px 5px 5px;
	color: #d6e9f8;
	text-align: right;
	background-color: #7b0708;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	

/* FOOTER */

#footer { 
clear: both;
}
	

#bottom_block {
	float: left;
	width: 900px;
	padding: 0px;
	color: #111;
	height: 130px;
	clear: both;
	margin: 0px;
	background-repeat: no-repeat;
}

#main_rotate {
	float: left;
	width: 900px;
	padding: 0px;
	color: #111;
	height: 400px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/content_bg.gif);
}
#main_interior {
	float: left;
	width: 900px;
	color: #111;
	height: 400px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/content_media.gif);
	padding: 0px;
}
.copy_interior_narrow {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	float: left;
	padding-top: 65px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 420px;
	text-align: left;
	clear: left;
	color: #442810;
}
#store_interior {
	float: left;
	width: 900px;
	color: #111;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 10px solid #CAD2A1;
	vertical-align: top;
}
#body_store {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #442810;
	background-image: url(images/store_body_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
	height: 100%;
	vertical-align: top;
}
.copy_store {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	float: left;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 850px;
	text-align: left;
	clear: left;
	color: #442810;
}
.testimonial {
	background-color: #CAD2A1;
	width: 97%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

