H1 {font-size: 21pt;} 
H2 {font-size: 21pt;} 
H3 {font-size: 16pt;} 
H4 {font-size: 12pt;} 
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	background-image: url('../images/background.jpg');
	background-position: center top;
	min-width: 900px;
	min-height: 900px;
}

img {
	border: 0px;
}

div {
	margin: 10px;
	padding: 0px;
}

.content {
	overflow: auto;
	height: 560px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 110px;
}

.center {
	text-align: center;
}

.large {
	font-size: 22pt;
}

.middle {
	font-size: 14pt;
}

.orange {
	color: #ff8400;
	font-weight: bold;
}

.red {
	color: #bd1e2c;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.testimonial_top {
	background-image: url('../images/testimonial_top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	margin: 0px;
	color: #ffffff;
	text-shadow: #999999 1px 1px;
	font-weight: bold;
}

.testimonial_title {
	padding-top: 11px;
	padding-left: 45px; 
}

.testimonial_back {
	background-image: url('../images/testimonial_back.jpg');
	background-position: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 40px;
	overflow: auto;
}

.testimonial_bottom {
	background-image: url('../images/testimonial_bottom.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
	margin: 0px;
}

.testimonial_content {
	margin: 0px;
}

.sheet {
	background-image: url('../images/sheet.jpg');
	height: 220px;
	padding-left: 80px;
	padding-top: 30px;
}

.list {
	list-style-image: url('../images/cross.png');
}

.stripes {
	background-image: url('../images/stripes.jpg');
	padding: 50px;
}

.cart_inside {
	background-image: url('../images/gateways.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}

.cart_red {
	background-image: url('../images/cart_red.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 77px;
	padding-top: 20px;
}

.cart {
	background-image: url('../images/gateways.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -180px; 
	top: 270px; 
}

.cart_blue {
	width: 230px;
	background: transparent url('../images/cart_blue.png') scroll no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 100px;
	top: 225px; 
}
.menu {
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -70px;
	top: 219px; 
}

.menu ul {
	list-style-type: none;
}

.menu li {
	display: inline;
	padding-left: 20px;
}

.menu a {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.addtocarttext {
	font-size: 14pt;
	text-shadow: #999999 1px 1px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 33px;
	padding: 5px 0;
}

