body {
	color: #333333;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url(image/pagedropshad.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}

a {
	color: #774A39;
	text-decoration:none;
	background: inherit;
}

a:hover {
	color: #FF0000;
	background: inherit;
	text-decoration: none;
}

#preBuy2 {
  background-image: -moz-linear-gradient(top, #ffffff, #C4B9AE); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #C4B9AE)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#C4B9AE'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#C4B9AE')";
    border: 1px solid #917E6C;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 20px 20px 150px #433006;
    height: 160px;
    padding: 10px;
    width: 400px;
    z-index: 1000;
}

#bodyMask {
    background-color: black;
    height: 110%;
    margin: -20px;
    position: absolute;
    width: 110%;
    z-index: 500;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=10);
        -moz-opacity:0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
}

#cancel {
    background-color: #CFC0B2;
    border: 1px solid #F9F9F8;
    border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    box-shadow: 0 0 5px #FFFFFF inset;
    color: white;
    cursor: pointer;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    right: 10px;
    text-align: center;	
}

#cancel:hover {
	background-color:#AB7450;
}

table#prints td input {
    margin: 0 0 5px 118px;
    width: 96px;
}

h1.pp {
    margin: 30px 0 0;
}

h4.pp {
    margin: -30px 0 0;
}


#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width:898px;
	height:25px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #774a39;
	margin-top: 0px;
}
#menubar ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding-top: 3px;
}

#menubar li {
	display: inline;
	font-size: 1.1em;
}

#menubar a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 3px;
}

#menubar a:hover, #footer a:hover{
	color:#FF0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


h1, h2, h3 {
	font-size: 1.5em;
	margin-left: 4px;
	color: #513226;
}
h2, h3 {
	font-size: 1.3em;
}

#data ul {
	padding: 0;
	text-indent: 20px;
	list-style-type: none;
	margin-left: 20px;
}
#data li {
	background-image: url(image/baklist2.png);
	background-repeat: no-repeat;
	background-position: left center;

}

.imageleft {
	float: left;
	clear: left;
	background: #eee;
	color: #000;
	margin: 0 12px 10px 0;
}
.imageright{
	float: right;
	clear: right;
	background: #eee;
	color: #000;
	margin: 0 0  10px 25px;
}

.parastart {
	float:left;
	color:#333333;
	font-size:50px;
	line-height:30px;
	padding: 4px 4px;
	font-family: "Times New Roman", times, Sans-Sherif;
	background:inherit;
} 
#wrapper {
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 900px;
}
#masthead{
	width: 880px;
	height: 110px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(image/brushes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
p {
	margin-top: 10px;
	font-size: 1em;
}


.box {
	float: left;
	width: 30%;
	margin: 2px 0 0 14px;
	background: #fff;
	color: #303030;
	padding: 2px 2px 0 4px;
	border: #eee 1px solid;
}
	
.box h1 {
	margin: 2px 0;
	padding: 0;
	color: #333333;
	background: inherit;
	font-size: 1.1em;
	text-transform:uppercase;
}
		
.contentbox {
	float: left;
	width: 44%;
	background: #fff;
	color: #303030;
	text-align: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 35px;
}
			
#data, #data2 {
	background: #fff;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.clear {
	clear: both;
	margin: 0;
}
#footer {
    background-color: #774A39;
    border-color: #000000 #999999 #CCCCCC #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #999999;
    border-top: 1px solid #000000;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    margin: 0 auto -10px;
    text-align: center;
    width: 898px;
}

#footer.p2{
	margin: 0 auto 20px;
}

#footer a {
	font-weight: normal;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

.smallfoot {
	font-size: .7em;
}
.captions {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

td.tablecellblue, tr.tablerowblue {
	background-color: #F4F5FD;
}
td.tablecellorange, tr.tableroworange {
	background-color: #FFF8F0;
}
.pushdownpara {
	margin-bottom: 300px;
}
.smalltext {
	font-size: 11px;
}



/* Jimmy 20May10 - postage/buynow styles */


#confirm {
font-family:arial;
font-size:12px;
margin:60px 0 0;
width:550px;
}

span.error {
color:red;
font-weight:bold;
}

#priceCheck {
background-color:#F4F4F4;
float:left;
margin:0 20px 20px 0;
padding:0 5px;
width:290px;
}

#paypal {
float:left;
height:75px;
margin:20px 0 40px;
width:170px;
}

#postage {
clear:both;
font-family:arial;
font-size:12px;
width:500px;
}

#postage table {
border:medium none;
color:white;
font-family:arial;
font-size:12px;
margin:0 0 10px;
text-align:left;
width:500px;
}

#postage table th {
background:none repeat scroll 0 0 #774A39;
color:white;
font-weight:bold;
padding:3px 10px;
}

#postage table td.num {
background:none repeat scroll 0 0 #A55231;
font-weight:bold;
width:90px;
}

#postage table td {
background:none repeat scroll 0 0 #A55231;
padding:2px 10px;
}

