/***********************************************/
/* HTML tag styles - The Royalist */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color:#e1deae;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	line-height: 16px;
	color:#666666;
	font-size: 12px;
}

img{border:none;}

label{
	font-weight: bold;
	color: #999;
	display: block;
}

fieldset{
	margin: 10px;
	padding: 1em;
	border: 1px solid #ccc;
	width: 350px;
}
 legend{
	font-weight: bold;
	color: #999;
 }

 p input{
	width: 200px;
}

#textContainer p {
	margin: 10px 0 10px 0;
}


textarea{
	width: 200px;
	height: 100px;
} 

input:focus, textarea:focus{
	background: #efefef;
}
.error{border:1px solid #fbc2c4;background-color: #fbe3e4;padding:5px;color: #8a1f11;}

#wrapper {
	position: relative;
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom:91px;
	background-image: url(../images/left_grapes.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	/*background-image:url(images/right_pattern.gif);
	background-position: top right;
	background-repeat:no-repeat;*/

}

#backgroundWrapper  {
	width:999px;
	margin-top: 20px;
	/*background-image:url(images/right_pattern.gif);
	background-position: 15px top;
	background-repeat:no-repeat;*/
}

#topRightImage {
	position: absolute;
	width: 204px;
	height: 372px;
	top: 170px;
	left: 960px;
	background-image: url(../images/right_grapes.png);
	z-index: -1;
}

#borderWrapper {
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	background-color: #343434;
	border:solid 1px #343434;
}

#patterBottom {
	height: 89px;
	width:910px;
	margin-left:60px;
}


#innerWrapper {
	width: 900px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;

}

#contentContainer {
	background-image:url(images/background_image.gif);
	background-repeat:repeat-x;
	width:860px;
	padding:20px 20px 0px 20px;
}

#logo {
	width:278px;
	padding-left:35px;
	padding-top: 20px;
}

#topLinks {
	float:right;
	color:#cccccc;
	font-size:14px;
	margin-right:15px;
	width:225px;
	line-height:20px;
}

#flash {
	float:right;
	width:552px;
	height:248px;

}

#headerArea {
	position: relative;
}

#testimonials {
	position: relative;
	width: 220px;
	height: 246px;
	padding: 40px 10px 10px 10px;
	float: left;
	/*background-color: #fff;*/
}

#testimonials h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
}

#testimonials p {
	margin: 0;
	padding: 0;
	color: #31322d;
	font-size: 180%;
	line-height: 24px;
}

#testimonials p#tagline {
	margin: 0;
	padding: 0;
	color: #31322d;
	font-size: 100%;
}

#imageCarousel {
	position: relative;
	float: left;
}

#commentsBox {
	width: 202px;
	height: 248px;
	float:left;
}
#flashContainer{
	width:754px;
	height:248px;
}

.clear {
	clear:both;
	height:1px;
}


#textContainer {
	float:right;
	width:640px;
}

#brochure {
	float:right;
}

#address {
	width:350px;
	float:right;
	padding:0px 20px 8px 5px;
	text-align:right;
	color: #c1bf98;
}

#signature {
	width:300px;
	float:rleft;
	padding:0px 5px 8px 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#c1bf98;
}


/***********  #title tags styles ***********/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
}

h6{ 
	display: inline;
	color:#999999;
}

h1{	
	font-size: 160%;
	color:#000000;
}

h2{
	font-size: 120%;
	color:#640032;	
}

h3{
 font-size: 110%;
 color:#666666;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #640032;

}

h5{
 font-size: 150%;
 color:#640032;
 font-weight:normal;
 text-decoration:underline;
}



/***********  #navContainer styles ***********/

#navContainer {
	width:180px;
	float:left;
	
}

#navtext{
	width:155px;	

}

#navtext ul{
padding:5px;

}

#navtext ul li{
	font-size:13px;
	float:left;
	height:20px;
	padding-bottom:5px;
	list-style-type:none;
	width:150px;
	
}

#navtext ul li a:link, #navtext ul li a:visited{
	color:#666666;
	text-decoration: none;
	display:block;
	width:150px;

}

#navtext ul li a:hover{
	color:#660033;
	text-decoration: none;
}
#topLinks img{
	margin-bottom:10px;
}
#topLinks p{
	float:left;
	width:105px;
}

#topLinks a:link {
	color:  #cccccc;
	text-decoration: none;
}


#topLinks a:visited {
	color:#efefef;
	text-decoration: none;
}

#topLinks a:hover {
	color:#fff;
	text-decoration: none;	
}


a:link {
	color:  #666666;
	text-decoration: underline;
}

a:visited {
	color:#666666;
	text-decoration: none;
}

a:hover {
	color:#999999;
	text-decoration: underline;	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}

#footer {
	float:right;
	margin-top:10px;
	font-size:11px;
	color:#666;

}

#footer a:link {
	color:#cbcfb3;
	text-decoration: none;
}

#footer a:visited {
	color:#cbcfb3;
	text-decoration: none;
}

#footer a:hover {
	color:#cbcfb3;
	text-decoration: underline;	
}


.brochureBack{
	background-image:url(images/brochurerequest_back.gif);
	background-repeat:no-repeat;
	height:67px;
	width:480px;
		
	padding:20px;
}


.scroll_link:link, .scroll_link:visited{
	display:block;
	padding:10px 10px 10px 50px;
	background-image:url(images/link_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:105%;

}

#leftBanner{
	padding-top:20px:
	margin-top:20px:
	border:solid 2px #ccc;

}


/******************* Gallery *************************/

#galleryContainer{
	margin-top:10px;
	margin-bottom:10px;
	/*margin-right:-15px;
	margin-left:-15px;*/
}

.galleryItem{
	width:111px;
	float:left;
	margin:5px 6px;

}
.galleryItem img{
	border:solid 1px #ccc;
	padding:3px;
}

.tariff_table tr td{
	padding:10px;
}
.tariff_table .header td{
	background-color:#2f0000;
	color:#fff;
}
.tariff_table td{
	background-color:#eaebe2;
}
.tariff_table .alt1{
	background-color:e5e7d9;
}


/***********************************************************************/


#bottomLogos{
	float:right;
}