/*===========================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
	color: #808080;
}
.container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header {
	height: 80px;
	margin-bottom: 5px;
}
.menu {
	height: 30px;
}
.main {
	margin-bottom: 5px;
	padding: 5px;
	border-top: 5px solid #34C700;
}
.footer {
	clear: both;
	margin-top: 10px;
	border-top: 5px solid #34C700;
	text-align: center;
	font-size: 85%;
	padding: 5px;
}
.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #34c700;
}
.linkdownload a {
text-decoration:none;
color:#34c700;
font-weight:bold;
}
/*===========================================================================*/
.logo {
	float: left;
	padding: 10px;
}
.tel {
	float: right;
	padding: 10px;
}
/*===========================================================================*/
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background-image: url(../images/css/tabsilver.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #808080;
	margin-left: 5px;
	white-space: nowrap;
}
.menu ul li a:hover {
	text-decoration: none;
	background-image: url(../images/css/tabgreen.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #34C700;
}
.menu ul li strong {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/css/tabsilverleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	padding-right: 23px;
	cursor: pointer;
}
.menu ul li a:hover strong {
	background-image: url(../images/css/tabgreenleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*===========================================================================*/
h1 {
	font-weight: lighter;
}
h1 strong {
	color: #34C700;
}
/*===========================================================================*/
.previews {
	width: 585px;
	float: left;
	padding-right: 10px;
}
.preview {
	width: 585px;
	height: 50px;
	border: 1px solid #99E37F;
	margin-bottom: 10px;
}
.radio {
	width: 65px;
	height: 35px;
	float: left;
	text-align: center;
	padding-top: 15px;
	background-color: #EAF9E5;
}
.image {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}
.options {
	float: left;
	width: 140px;
	background-color: #EAF9E5;
	border: 1px solid #99E37F;
	padding: 10px;
	font-size: 85%;
	line-height: 18px;
}
.options input, .options select {
	width: 130px;
	font-size: 85%;
}
a img {
	border: none;
	cursor: default;
}
.nextbutton {
	text-align: right;
	padding-bottom: 10px;
}
/*===========================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.contactform #xSubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*===========================================================================*/
.gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.gallery li {
	display: inline;
}
.gallery li a {
	display: block;
	float: left;
	width: 138px;
	height: 170px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #34C700;
	background-color: #EAF9E5;
	margin: 2px;
}
.gallery li a:hover {
	color: #FFFFFF;
	background-color: #34C700;
}
.gallery li a img {
	cursor: pointer;
	background-color: #ececec;
}
/*===========================================================================*/
.cart th {
	text-align: left;
	color: #FFFFFF;
	padding: 2px;
	background-color: #34C700;
}
.cart td {
	padding: 2px;
}
.altrow td {
	background-color: #EAF9E5;
}
.carttotal {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #34C700;
}
.cart form {
	padding: 0px;
	margin: 0px;
}
/*===========================================================================*/
.checkoutform th {
	background-color: #34C700;
	text-align: right;
	color: #FFFFFF;
	padding: 2px;
}
.checkoutform td {
	background-color: #EAF9E5;
	padding: 2px;
}
/*===========================================================================*/
.pricing {
	width: 100%;
	clear: both;
}
.pricingheader th {
	background-color: #34C700;
	color: #FFFFFF;
	padding: 2px;
}
.pricingrow th {
	background-color: #34C700;
	text-align: right;
	color: #FFFFFF;
	padding: 2px;
}
.pricingaltrow th {
	background-color: #34C700;
	text-align: right;
	color: #FFFFFF;
	padding: 2px;
}
.pricingrow td {
	padding: 2px;
	text-align: center;
}
.pricingaltrow td {
	background-color: #EAF9E5;
	padding: 2px;
	text-align: center;
}
.custombox {
	width: 380px;
}
.customform {
	float: right;
	width: 375px;
}
/*===========================================================================*/
.customoptions {
	background-color: #EAF9E5;
	border: 1px solid #99E37F;
	padding: 10px;
	font-size: 85%;
	line-height: 18px;
	height: 165px;
}
.customoptions input, .customoptions select {
	font-size: 85%;
}
.customoption {
	clear: both;
}
.customchoice {
	width: 100px;
	float: left;
}
.custominfo {
	width: 460px;
}
#customlogo, #customtext, #customprint {
	visibility: hidden;
}
/*===========================================================================*/
/*===========================================================================*/
.note {
position: absolute;
width: 200px;
}
/*===========================================================================*/
.links {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.links a img {
	cursor: pointer;
}
/*===========================================================================*/
.hpnews {
	clear: both;
}
.hpnews a {
text-decoration:none;
color:#34c700;
font-weight:bold;
}
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
