/*	Global Styles */

form, body, h1, h2, h3, h4, h5, h6, p, pre, label, ul, ol, dl, fieldset, address, image {margin:0px; padding:0px;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

body {
	background-image: url(../images/tiledBG.jpg);
	background-repeat: repeat;
}
 #contentContainer{
	font-family:Verdana, Helvetica, sans-serif;
	color:#463b2e;
	font-size:11px;
 }
 #footer{
 color:#FFFFFF;
 font-size:11px;

 }
 
h1{
	color:#e55200;
	font-size:14px;
	padding-bottom:10px;
}
h2{
	font-size:12px;
	padding-bottom:10px;
}

h3{
	color:#e55200;
	font-size:12px;
	padding-bottom:10px;
}
p{
	padding-bottom:10px;
	line-height:18px;
}
.callout {
	float:right;
	width:170px;
	margin-left:20px;
	margin-bottom:0px;	
	padding: 0px 10px 0px 10px;
}

.orange{
	color:#e55200;
}

/* Global Link Styles*/   
a:link,  a:active, a:visited
 {
	color:#e55200; 
 	text-decoration:none;
}

a:hover
{
	color:#e55200;
	text-decoration:underline;
} 

#logoContainera:link,  #logoContainer a:active, #logoContainer a:visited
 {
	color:#ffc323; 
 	text-decoration:none;
}

#logoContainer a:hover
{
	color:#ffc323;
	text-decoration:underline;
} 



#footer a:link,  #footer a:active, #footer a:visited
 {
	color:#FFFFFF; 
 	text-decoration:none;
}

#footer a:hover
{
	text-decoration:none;
} 

blockquote{
background:#d0c59c;
padding:20px;
}
/*News Scroller */
.news{
margin-top:4px;
overflow:hidden;
height:90px;
width:180px;
clip:rect(0,75,180,0);

}
.newsInternal{position:relative;top:0;left:0;width:180px;height:90px;overflow:hidden;}
.newsItem{position:absolute;top:0;left:0;width:180px;height:70px;}

/*Tables*/

.tableWithBorder
{
    border-color: #d0c59c;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.tableWithBorder td
{
    border-color: #d0c59c;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}  
.cart {
    border:#d0c59c 1px solid;
	padding:10px;
	background:#ffffff;	
}
.cartButton{
 width:125px;
 float:right;
}
.cartThumb{
/*
border:#d0c59c 1px solid;
background:#d0c59c; 
 height:115px;
 width:115px;
 float:left; 
 margin-right:10px;
 */
}

