body {
	background-color: #F4F0E0;
	margin:0;
	padding:0;
	text-align:center;
}

div {
	margin:0;
	padding:0;
}

br {
	clear:both;
}

/* navigation start */ 

#buttonwrapper {
	clear:both;
	text-align:center;
	margin-top:8px;
}


a.squarebutton{
background: transparent url('../images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: 13px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 35px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
margin-left:10px;
white-space:nowrap;
text-transform:uppercase;
font-weight:bold;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #FFFFFF; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 10px 9px 10px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #FFFFFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* end navigation */ 


.top {
	background-image:url(../images/top.gif);
	background-position: center top;
	background-repeat:no-repeat;	
}

.top_bot {
	background-image:url(../images/bot.gif);
	background-position: center bottom;
	background-repeat:no-repeat;	
	text-align:center;
}


.bot {
	background-image:url(../images/bot.gif);
	background-position: center bottom;
	background-repeat:no-repeat;	
}

.bot_top {
	background-image:url(../images/top.gif);
	background-position: center top;
	background-repeat:no-repeat;	
}

#logo {
	width:903px;
	background-color:#FCFAF5;
	margin: 0 auto;
	border: 1px solid #DFD7BA;
	text-align:left;
	clear:both;
	padding:10px;
}

#logo_holder {
	
}

#phone {
	float:right;
	color:#937944;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-top:20px;
}

#flash_sec {
	background-color:#F4F0E0;
	clear:both;
	height:290px;
}

#flash_sec_content {
	background-color:#F4F0E0;
	clear:both;
	height:290px;
	width:903px;
	margin: 0 auto;
	text-align:left;
}

#subpage_flash_sec {
	background-color:#F4F0E0;
	clear:both;

}

#subpage_heading {
	background-color:#F4F0E0;
	clear:both;
	width:903px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:10px;
}

#sub_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#937944;
	padding-bottom:10px;
	border-bottom: 1px solid #E1D9BD;
	margin:0;
	padding-top:10px;
}

#sub_content a {
	color:#000;
}
/*
#sub_content img {
	border: 1px solid #DCD6B8;
	padding:7px;
	background-color:#FFFFFF;
	margin:7px;
}
*/

#img_gallery img	{

	border: 1px solid #DCD6B8;
	padding:7px;
	background-color:#FFFFFF;
	margin:7px;

}

#sub_content a:hover {
	color:#FF0000;
	text-decoration:none;
}


#flash_sec_content_holder {
	margin-top:10px;
}

#welcome {
	float:left;
	width:360px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#747360;
}

#welcome h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#937944;
	padding-bottom:10px;
	border-bottom: 1px solid #E1D9BD;
	margin:0;
	padding-top:10px;
}

#welcome_flash {
	float:right;
	border: 1px solid #DCD6B8;
	width:507px;
	padding:10px;
	background-color:#FFFFFF;
}

.readmore {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:right ;
	padding-right:10px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

.readmore a {
	color:#000000;
}

.readmore a:hover {
	color:#FF0000;
}

#content {
	background: #FBFAF5; 
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:903px;
	border: 1px solid #E0D8BC;
	margin: 0 auto;
	text-align:left;
	padding:10px;
}

#sub_content {
	background: #FBFAF5; 
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:903px;
	border: 1px solid #E0D8BC;
	margin: 0 auto;
	text-align:left;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#747360;
	display:table;	

}

#sub_content_holder {

}

#submenu {
	float:left;
	width:175px;
	padding-top:10px;
	padding-left:5px;

}

#sub_page_content {

	float:right;
	width:700px;
	margin:0;
	padding:0;
	
}

/* submenu start */ 

.arrowlistmenu{
width: 170px; /*width of menu*/
}

.arrowlistmenu .headerbar{
color: white;
background: #D1B282 url(../images/subnav_brown.gif) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 10px; /*header text is indented 10px*/
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
border: 1px solid #B38C4F;
margin-top:0;
margin-bottom:0;

}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #E1D9BD;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F4F0E0;
}

/* end submenu start */ 


#box_holder {
	display:table;
	padding-left:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	clear:both;
	border: 1px solid #FBFAF4;
}

#box_holder h1 {
	color:#FF0000;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:3px;
	width:200px;
	clear:both;
}

#box1 {
	width:215px;
	margin-right:5px;
	margin-left:0px;
	height:240px;
	float:left;
	clear:both;
}

#box2 {
	width:215px;
	margin-right:5px;
	margin-left:5px;
	height:240px;
	float:left;
}

#box3 {
	width:215px;
	margin-right:6px;
	margin-left:6px;
	height:240px;
	float:left;
}

#box4 {
	width:215px;
	margin-right:0px;
	margin-left:6px;
	height:240px;
	float:left;
	
}

#box_content1 {
	background-image:url(../images/bgbox1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #ECE7D5;
	background-color:#F3F3CE;
	padding:15px;
	height:180px;
}

#box_content2 {
	background-image:url(../images/bgbox2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #ECE7D5;
	background-color:#F3F3CE;
	padding:15px;
	height:180px;
}

#box_content3 {
	background-image:url(../images/bgbox3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #ECE7D5;
	background-color:#F3F3CE;
	padding:15px;
	height:180px;
}

#box_content4 {
	background-image:url(../images/bgbox4.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #ECE7D5;
	background-color:#F3F3CE;
	padding:15px;
	height:180px;
}

.box_image {
	text-align:center;
	clear:both;
	margin-bottom:5px;
}

.box_image img {
	border: 2px solid #E9E3CD;
}

#about_holder {
	clear:both; 
	width:100%;
	padding-left:5px;
	display:table;
	padding-top:10px;
}


#contact {
	border:1px solid #ECE7D5;
	float: left;
	width:194px;
	color:#747360;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F6F3E8;
}

#contact h1 {
	color:#715A34;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	clear:both;
	
}


#about {
	float:left;
	border: 1px solid #DFD8BB;
	width:663px;
	margin-right:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#747360;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
}

.more1 {
	float:left;
	width:47%;
	line-height:16px;
	padding:8px;
	border-right:1px solid #E1D9BD;
}	


.more2 {
	float:left;
	width:47%;
	line-height:16px;
	padding:8px;
}	


#footer {
	background-color:#F4F0E0;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-bottom:15px;
}

#footer_content {
	width:900px;
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	margin: 0 auto;
}
#footer_links {
	float:left;
}

#footer_copyright {
	float:right;
}

#footer_content a {
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	color:#000000;
	text-decoration:none;
}

#footer_content a:hover {
	text-decoration:underline;
}

/*ecom common style classes*/

.ecom_left_align	{

	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.ecom_right_align	{

	text-align:right;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.ecom_tbl_header	{

	font-weight:700;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.ecom_strong_right_align	{

	font-weight:700;
	text-align:right;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.ecom_strong_left_align	{

	font-weight:700;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

#ecom_product_window	{

	margin-top:10px;
	margin-bottom:10px;
	height:240px;
	width:525px;
	overflow:auto;


}

#ecom_product_summary table	{

	width:60%;
	

}

/*Ajax product display*/

#detail_display	{

	margin-top:10px;
	border-top:1px solid white;
	padding-top:3px;
	padding-left:0px;
	padding-right:1px;
	padding-bottom:1px;
}

#detail_display img	{


	margin-top:3px;
	margin-left:0px;
	margin-bottom:3px;


}

h2.product_header	{

	margin-top:3px;
	margin-bottom:3px;
	font-size:10pt;


}

/*image gallery style*/



.gallery_float_left	{

	float:left;
	margin:3px;
	height:100px;

}
.category_box	{

	clear:both;

}
.red	{

	color:red;

}

