/* ********************* */
/* **** MAIN STYLES **** */
/* ********************* */

body {
	margin: 0px;
}

#container {
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	width: 800px;
	overflow: hidden;
}

#main {
	overflow: hidden;
	width: 700px;
	background-image: url(images/background.jpg);
	font-family: Georgia, Verdana, Arial;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

#footer {
	width: 800px
}

/* ********************* */
/* **** ORDER FORM  **** */
/* ********************* */


#orderform {
	margin: 0px auto;
	width: 590px;
	border-left: dashed;
	border-right: dashed;
	border-bottom: dashed;
	border-color: #CC0000;
	border-width: 5px;
}

#insideorderform {
	background-color: #FFFF99;
	border-top: dashed;
	border-bottom: dashed;
	border-color: #CC0000;
	border-width: 5px;
	width: 100%;
}

#insideorderform .topheader {
	color: #CC0000;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#orderform .subheader {
	color: #000000;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}
		

#orderform p {
	font-family: Verdana, Georgia;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

#orderform .header {
	text-align:center;
	font-family: Verdana, Georgia;
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
}


/* ********************* */
/* **** TESTIMONIAL **** */
/* ********************* */

#testimonialoutline {
	width: 485px;
	border: 1px;
	border-color: #CCCCCC;
	padding: 3px;
	border-style: solid;
	margin: 0px auto;
}

#testimonial {
	border: 1px;
	border-color: #ddd;
	padding: 3px;
	border-style: solid;
	background-color: #FFFFCC;
	width: 475px;
	margin: 0px auto;
}

.testimonialtitle {
	color: #0033FF;
}


/* ********************* */
/* **** CERTIFICATE **** */
/* ********************* */

#certificate {
	width: 550px;
	height: 326px;
	margin: 0px auto;
	background-image:url(images/certificate.gif);
}

#certificate div {
	width: 550px;
	height: 326px;
	background-image:url(images/guarantee.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#certificate p {
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 60px;
}

.certheader {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	color: #CC0000;
}



/* ********************* */
/* **** FORMATTING  **** */
/* ********************* */

.yellowbackground {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}

h1 {
	text-align:center;
	font-family: Verdana, Georgia;
	font-size: 32px;
	font-weight: bold;
	color: #CC0000;
}

h2 {
	text-align:center;
	font-family: Verdana, Georgia;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Georgia;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

h4 {
	color: #CC0000;
	font-size: 19px;
	text-align: center;
}

.li {
	list-style: none;
	background-image: url(images/rbullet-tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top:25px;
	padding-top: 6px;
	padding-left: 45px;
}

.highlight {
	font-weight: bold;
	color: #000099;
	padding-bottom: 7px;
}

.highlightred {
	color: #CC0000;
}

.imgleft {
	float: left;
}

.imgright {
	float: right;
}