/* CSS Document for anthony pearse */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #fff url(images/bg.gif) repeat-x;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* the hyperlinks */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
}

a img {
	color: #000;
	text-decoration: none;
	border: 3px double #000;
}
a:hover img, a:active img {
	color: #fff;
	text-decoration:none;
	border: 3px double #fff;
}
a:visited img{
	color: #ff0000;
	text-decoration:none;
	border: 3px double #ff0000;
}	
h1 {
font-size:16px;
font-weight:bold;
margin:5px 0px;
color:#000;
}
h2 {
font-size:14px;
font-weight:bold;
margin:3px 0px;
color:#000;
}
h3 {
font-size:18px;
font-weight:bold;
margin:5px 0px;
color:#000;
}
p {
margin: 8px 0px;
}

p.smaller {
font-size:12px;
}
.button{
background-color: #c3c2c2;
border: 3px #c3c2c2 outset;
padding: 5px 5px;
color: #000;
text-decoration: none;
font-size:14px;
font-weight:bold;
margin-right:10px;
}
.button:visited{
color: #000;
}
.button:hover{
border-style: inset;
background-color: #cdcdcd;
padding: 5px 5px; /*shift text 1px to the right and down*/
color:#fff;
}
.button:active{
color: #fff;
}
.buttonsmall{
background-color: #c3c2c2;
border: 2px #c3c2c2 outset;
padding: 2px 2px;
color: #000;
text-decoration: none;
font-size:12px;
font-weight:bold;
margin-right:10px;
}
.buttonsmall:visited{
color: #000;
}
.buttonsmall:hover{
border-style: inset;
background-color: #cdcdcd;
padding: 2px 2px; /*shift text 1px to the right and down*/
color:#fff;
}
.buttonsmall:active{
color: #fff;
}
ul {
margin-left: 30px;
list-style-type: square;
}

ol {
	margin-left: 30px;
	list-style-type: decimal;
}

.total {
font-size:16px;
font-weight:bold;
}

table.style {
background-color:#fff;
border:none;
}
table.style.header tr {
font-size: 12px; 
background-color: #ccc; 
}
table.style td {
border-bottom: 1px solid #333;
}
table.styleNone td {
border-bottom:none;
}
/* site specific styling */

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color:#FFFFFF;
	border:5px double #000;
}	

#nav {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:1050px;
	font-size:15px;
	color:#000000;
	font-variant: small-caps;
	font-weight:bold;
	text-align:center;
}
#nav a {
color:#000000;
text-decoration:none;
padding: 0px 9px;
}
#nav a:hover {
color:#fff;
text-decoration:none;
padding: 0px 9px;
}
#core {
	width: 1000px;
	height: auto;
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

/* left column */
#coreleft {
	width: 189px;
	height: 630px;
	background: #fff;
	float: left;
	border-left: 2px solid #FFFFFF;
	overflow:auto;
	text-align:center;
	padding: 5px 0px;
}
#coreright {
	width: 200px;
	background: #fff;
	float: right;
	border-left: 2px solid #e0e0e0;
	text-align:left;
	padding: 5px 10px;
}
#news {
float:left;
width: 760px;
padding: 5px 5px;
}
/* main text area */
#corecenter {
	width: 796px;
	float: right;
}
#selectImage {
width:510px;
text-align:center;
padding:10px;
float:left;
}
#selectImage img {
border:5px double #000;
}
#nav3 {
width:255px;
text-align: center;
float: right;
padding-top:10px;
height:auto;
}
#details {
width:100%;
clear:both;
text-align:center;
}
#nav4 {
width:100%;
padding-left:10px;
clear:both;
}
#mycart {
text-align:center;
font-size:14px;
padding: 0px 5px;
}
#textpage {
text-align:left;
font-size:14px;
padding: 0px 15px;
}
#sitemap {
text-align:left;
font-size:14px;
padding: 0px 15px;
height:600px;
}
#searchResults {
text-align:left;
padding: 0px 5px;
}
#portf {
text-align:center;
}
#portf p {
margin-bottom:20px;
}
#portf img {
border:5px double #000000;
margin:10px 0px;
}
#portf_bottom {
width:1000px;
height:182px;
overflow:auto;
text-align:center;
}

#front_page_bottom {
text-align:center;
border: 2px solid #000000;
}
#front_page_bottom p {
margin-bottom:20px;
}
#front_page_bottom img {
border:3px double #000000;
margin:10px 0px;
}
#front_page_bottom img.none {
border: none;
margin:0px 0px;
}
#front_page_bottom {
width:970px;
height:170px;
overflow:auto;
text-align:center;
}


/* the footer */
#footer {
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: 25px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	#footer p {
		color: #333;
		padding-right: 20px;
	}
	#footer a {
		color: #333;
		text-decoration:none;
	}
	#footer a:hover {
		color: #FFF;
		text-decoration:underline;
	}

input {
	padding: 4px;
	border:1px solid #999;
	font: normal 12px Verdana, sans-serif;
	color:#333;
}
input.details {
	padding: 2px;
	border:1px solid #999;
	font: normal 12px Verdana, sans-serif;
	color:#333;
	width:300px;
}
input.postcode {
	padding: 2px;
	border:1px solid #999;
	font: normal 12px Verdana, sans-serif;
	color:#333;
	width:150px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#333;
}
input.buttonF { 
	background-color: #e4e4e4;
	border: 3px #e4e4e4 outset;
	padding: 2px;
	color: #000;	
	font: normal 12px Verdana, sans-serif;
	text-decoration:none;
}
.buttonF:visited{
color: #fff;
}
.buttonF:hover{
border-style: inset;
background-color: #cdcdcd;
padding: 2px; /*shift text 1px to the right and down*/
color:#000;
}
.buttonF:active{
color: #000;
}
input.number {
	padding: 2px;
	border:1px solid #999;
	font: normal 12px Verdana, sans-serif;
	color:#333;
	width:20px;
}
input.credit {
	padding: 2px;
	border:1px solid #999;
	font: normal 12px Verdana, sans-serif;
	color:#333;
	width:40px;
}
#fix {
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 10px;
}
.grey {
color:#666666;
}
.small {
font-size:11px;
}
#box {
float:left;
width:100px;
margin: 5px;
}
#box 2 {
float:right;
width:500px;
margin: 5px;
}


.left {
float:left;
margin:3px;
}
.right {
float:right; 
}
img.email {
border:5px double #000;
}
img.indexface {
border: 5px solid #FFF;
}

img.whiteborder {
border:4px double #FFFFFF;
}

/* for image opacity changing thing */
.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}
