@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */




body.bodynormal {
	background-image:url(../images/bgnew.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	
}

body.bodylong {
	background-image:url(../images/bglong.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

body.bodyxtralong {
	background-image:url(../images/bgxtralong.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;	
}


body.bodyxxtralong {
	background-image:url(../images/bgxxtralong.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;	
}


div.wrap {
	text-align:left;
	margin:auto;
	width:790px;
	padding:200px 30px 40px 30px;
}

div.wrap2 {
	text-align:left;
	margin:auto;
	width:790px;
	padding:200px 30px 10px 30px;
}

div.main {
	height:640px;
	}
	
div.main2 {
	height:780px;
	}

div.main3 {
	height:530px;
	}
	


div.main4 {
	height:1180px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

div.main5 {
	height:360px;
	}

div.main6 {
	height:1470px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

div.greenbox1 {
	background-image:url(../images/green-box1.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:440px;
	height:55px;
	float:right;
	padding:25px 10px 20px 10px;
	text-align:center;
	}
	
div.greenbox2 {
	background-image:url(../images/green-box2.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:270px;
	height:485px;
	padding:10px 30px 25px 30px;
	}
	
div.navbar {
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:770px;
	height:37px;
	padding:12px 10px 0px 10px;	
	margin-top:10px;
	margin-bottom:20px;
	}	
	
div.flashbox {
	width:424px;
	height:344px;
	padding-left:36px;
	}	

div.newsbox {
	background-image:url(../images/newsbox.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:370px;
	height:210px;
	padding:50px 20px 40px 70px;
	}	
	

div.footer {
	text-align:right;
	height:40px;
	width:790px;
	margin-top:50px;
	padding-top:10px;
	margin-bottom:20px;
	padding-bottom:0px;
	}
	
	
	
.img1:hover, .paybutton:hover, .viewbutton:hover, .paybutton2:hover, .productimg:hover{
	-moz-opacity:.70;
	-ms-filter:”alpha(opacity=70)”; 
	filter:alpha(opacity=70); 
	opacity:.70; 
	cursor:pointer;	
	}

.table1 {
	font-family:Arial, Helvetica, sans-serif;
	}

.table1 th {
	color:#FFFFFF; 
	font-weight:bold;
	font-size:15px;
	}

.paybutton {
	float:right;
	}

	

.viewbutton {
	width:100px;
	float:right;
	padding-top:20px;
	}

	
/* Shop Page Stuff */


div.singlepayment {
	width:600px;	
	margin:0px 0px 0px 70px; 
	padding:20px; 
	border:#F47315 1px solid; 

}


img.productimg {
	background:url(../images/photo-bg.png) top left no-repeat;
	padding:10px 6px 10px 6px;
	border:none;
}


img.productimg2 {
	background:url(../images/photo-bg2.png) top left no-repeat;
	padding:10px 6px 10px 6px;
	border:none;	
}


table.shoptable {
	
}


table.shoptable td {
	text-align:center;
	
}

table.shoptable p, table.shoptable h2{
	margin:0px;
	padding:0px;
	
}

table.shoptable td img {
	/*border:#F47315 4px solid;*/
	margin:0px 0px 10px 0px;
	
}


table.shoptable td div.imgtemp {
	width:140px;
	height:117px;
	border:#F47315 4px solid;
	margin:0px 0px 10px 50px;
	padding:70px 0px 0px 0px;
	
}


table.shoptable input.paybutton{ {

	}


	

a.hiddenlink{
	display:none;
	visibility:hidden;
}



	
	
