/* Help IE6 Render */
 img, div, input, body {
	behavior: url("/scripts/iepngfix.htc");
 } 

/* Standard Defnitions */
html{
	height: 100%;
}

body{
	margin: 0;
	height: 100%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
}


a{
	color: #6699cc; 
	text-decoration: none;
}

a:visited{
	color: #800080;
}

a:hover{
	text-decoration: underline;
}

p{
	margin-top: 2px; margin-bottom: 1em;
}

p a{
	color: #6699cc; 
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
}

img {
	border: none;
}

h1{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.8em; 
	margin: 0;
	color: #e51b24;
}

h2{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.6em; 
	margin: 0;
	color: #e51b24;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em; 
	margin: 0;
	color: #e51b24;
}

h2.upper{
	text-transform: uppercase;
}

/* Site Skeleton */
#header{
	width: 1024px;
	height: 96px;
	background-color: #ffffff;
	background-image: url(/images/misc/header_bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#top_nav{
	width: 1024px;	
	height: 50px;	
	background-color: #42738e;	
	margin-left: auto;	
	margin-right: auto;	
	background-image: url(/images/misc/top_nav_bg.gif);	
	background-repeat: repeat-x;	
}

#top_nav ul{
margin: 0px;
padding: 0px;
text-align: center;
}

#top_nav ul li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
	text-transform: uppercase;
}

#top_nav ul li a{
	font-size: 16px;
	color: #ffffff;

}

#top_nav ul {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	
}

#main{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#learn_more .section{
	margin-top: 30px;
}

#learn_more div.section div.text{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#guarantee_frame{
	width:450px;
	height: 500px;
	overflow: hidden;
	text-align: center;
	background-image: url(/images/misc/guarantee.jpg);
	background-repeat: no-repeat;
}


#guarantee_frame .content{
	margin-left: auto;
	margin-right: auto;
	width: 323px;
	margin-top: 189px;
}

#guarantee_frame .content p{
	font-size: 18px;
	line-height: 1.4em;
	color: #ffffff;
}


#left_sidebar{
	background-color: #af1e2c;
	width: 224px;
	overflow: hidden;
}

#left_sidebar .content{
	width: 224px;
	overflow: hidden;
}

#left_sidebar .heading{
	background-color: #c37367;
	font-size: 20px;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#left_sidebar .heading a{
	color: #ffffff;
	text-decoration: none;
}

#left_sidebar ul.navigation{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 15px;
}

#left_sidebar .content ul.navigation li,#left_sidebar .content ul.navigation li a{
	color: #ffffff;
}

#left_sidebar ul.navigation li{
	margin-bottom: 4px;
	font-size: 18px;
}

#middle{
	width: 574px;
	overflow: hidden;
}



#content .content{
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 526px;
	overflow: hidden;
}

#content .boilerplate{
	width: 574px;
	height: 228px;
	overflow: hidden;
}

#slide_show{
	margin-bottom: 24px;
}

#gallery_archive{
	padding-top: 24px;
	padding-bottom: 24px;
}

#right_sidebar{
	background-color: #feefcf;
	background-image: url(/images/misc/right_sidebar_bg.jpg);
	background-repeat: no-repeat;
	width: 226px;
	text-align: left;
}

#right_sidebar h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 17px; 
font-weight: bold;
color: #000000;
}

#right_sidebar .content{
	width: 226px;
	overflow: hidden;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 24px;
}

#footer a{
	text-transform: uppercase;
}

#alert, #ialert {
	background : url(/images/misc/icon-alert.gif) no-repeat 15px 10px;
	border-bottom : 1px solid #f00;
	margin : 0 0 15px 0;	padding : 15px 15px 15px 75px;
}

#alert h2 {
	margin : 0;
	padding : 0;
}

#alert p, #ialert p {
	margin : 1.2em 0 0 0;
	padding : 0;
}

#ialert h2 {
	color : #b41d3b;
	font-size : 20px;
	font-weight : bold;
	margin : 0;
	padding : 0;
}

#intro_price{position: absolute; top: -50px; left: 0px;}

/* Generic Classes */
.green{
	color: #ffffff;
}

.bold{
	font-weight: bold;
}

.normal{
	color: #000000;
}

.balloon {
	background: #007db1 url(/images/misc/balloon_top.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	width: 166px;
}

.balloon_bottom {
	background:  url(/images/misc/balloon_bottom.png) no-repeat;
	margin-bottom: 1em;
	width: 186px;
	height: 31px;
}


.folder{margin-bottom: 24px;}
.folder .tab_left{width: 18px; height: 36px; background-image: url(/images/misc/tab_left.jpg); float: left;}
.folder .tab_label{background-color: #ffefb5; font-size: 20px; color: #be0004; float: left; text-transform: uppercase; height: 36px;}
.folder .tab_right{width: 56px; height: 36px; background-image: url(/images/misc/tab_right.jpg); float: left; clear: right;}
.folder .body{color: #000000; padding-left: 18px; padding-right: 18px; padding-top: 10px; padding-bottom: 10px; clear: both; background-color: #ffefb5; background-image: url(/images/misc/folder_bottom.gif); background-position: bottom; background-repeat: repeat-x;}

.contributor{
	font-style:italic;
	float:right;
}

.red{color: #e51b24;}

.redBullet{
	margin: 0px; 
	padding: 0px; 
	margin-left: 0px;
}

.redBullet li{
	list-style-type: none;
	padding-left: 0px; 
	background-image: url(/images/misc/btn_bullet.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	margin-bottom: 10px;
}

.redBullet li{
	list-style-type: none; 
	padding-left: 20px; 
	margin-left: 0px; 
	font-weight: normal;
}

.grayBullet{
	margin: 0px; 
	padding: 0px; 
	margin-left: 0px;
	margin-top: 5px;
}

.grayBullet li{
	list-style-type: none;
	padding-left: 0px; 
	background-image: url(/images/misc/btn_bullet_gray.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	margin-bottom: 10px;
}

.grayBullet li{
	list-style-type: none; 
	padding-left: 20px; 
	margin-left: 0px; 
	font-weight: normal;
}

.extra_fine{
	font-size: 10px;
}

.fine{
	font-size: 12px;
}

div.bio{
	text-align: left;
	margin-bottom: 8px;
}

div.bio div.image{
	text-align: center;
}

div.bio div.nameplate{
	font-family: Georgia, Helvetica, Arial, sans-serif; 
	font-style: italic;
	color: #c37367;
	font-size: 16px;
	
}

div.bio div.text{
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
}

div.divider{
background-image: url(/images/misc/elegant_horizontal_rule.jpg);
background-position: center;
background-repeat: no-repeat;
height: 17px;
min-width: 293px;
width: auto !important;
width: 293px;

}

div.sidebar_box{
background-color: #ffffff;
padding-left: 15px;
padding-right: 15px;
width: 163px;
border-left: 2px solid #c37367;
border-right: 2px solid #c37367;
margin-left: auto;
margin-right: auto;
}

div.sidebar_box div.nameplate{
	font-family: Georgia, Helvetica, Arial, sans-serif; 
	font-style: italic;
	color: #c37367;
	font-size: 18px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 20px;
}

div.sidebar_box div.text{
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	text-align: left;
}

div.sidebar_box div.text p{
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	line-height: 1.1em;
}