/***** MAIN ELEMENTS *****/
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #381205;
	background-image: url(bg2.jpg);
	background-position:center;
	background-attachment: fixed;
	background-repeat:repeat-y;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	margin: 0px 15px 0px 15px;
	color: #000000;
	}
p {
	margin: 15px 0 15px 0;
	text-align: left;
	line-height: 14pt;
    text-indent: 20px;
    }
p.wso1 {
		color: #cc0000;
		font-size:24px;
		font-weight: bold;
		text-indent: 0;
		text-align: center;
		text-decoration: line-through;
		}
P.wso2	{
		color: #cc0000;
		font-size: 40px;
		font-weight: bolder;
		text-indent: 0;
		text-align: center;
		font-family: tahoma;
		}
P.wso3	{
		color: #cc0000;
		font-size: 20px;
		font-weight: bolder;
		text-indent: 0;
		text-align: center;
		font-family: tahoma;
		}
p.hide {
		color: #FFFFFF;
		}
blockquote {
	margin: 15px 25px;
    text-indent: 20px;
    }
ol, ul, li {
	margin: 0 0 0 25px;
	line-height: 14pt;
	text-indent: 0;
	}
img {
	text-indent: 0;
	margin: 0;
	padding: 0;
	}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #6600CC;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #00386E;
	text-decoration: underline;
	font-weight: bold;
	}
h1 {
	font-family: Impact, Arial, Helvetica, Verdana;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 38px;
	font-weight: normal;
	color: #000080;
	text-indent: 0;
	text-align: center;
	}
h2 {
	font-family: Impact, Arial, Helvetica, Verdana;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 25px;
	font-weight: normal;
	color: #000080;
	text-indent: 0;
	text-align: center;
	}
h3 {
	font-family: Impact, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 15px 0;
	font-size: 20px;
	font-weight: normal;
	color: #000080;
	text-indent: 0;
	text-align: center;
	}
#sidebar h3 {
	font-family: Impact, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 30px 0 15px 0;
	font-size: 20px;
	font-weight: normal;
	color: #000080;
	text-indent: 0;
	text-align: center;
	}
h4 {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 15px 0;
	font-size: 13pt;
	color: #000000;
	}
hr {
	padding: 0;
	margin: 0;
	}

/***** CONTAINERS *****/

#wrapper {
	background: #fff;
	border: 1px solid #777;
	width: 750px;
   	margin: 15px auto 15px auto;
	}
#top {
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	clear: both;
	}
#main {
	display: block;
	text-align: left;
	padding: 0 25px;
	margin: 0;
	}
#sidebar {
	display: block;
	float: right;
	width: 275px;
	text-align: left;
	padding: 0;
	margin: 0;
	border:1px solid #C0C0C0;
	background: #F9F7EC;
	position: relative;
	z-index: 1;
	}
.logo {
	display: block;
	text-align: left;
	text-indent: 0;
	clear: left;
	width: 46%;
	float: left;
	}
.desk {
	display: block;
	width: 47%;
	float: right;
	vertical-align: middle;
	padding-top: 30px;
	}
.desk p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
.photo {
	display: block;
	float: left;
	margin: 0 0 -10px 0; 
	padding: 0 5px 5px 0;
	}
.header {
	padding: 0;
	margin: 25px;
	}
.sidebar {
	margin: 20px;
	padding: 0;
	}
.certificatebox {
	border: 1px solid #e3f0cf;
	width: 75%;
	padding: 0;
	background-image:url(../files/certBorder.gif);
	margin: 15px 100px 15px 50px;
	}
.box {
	border: 1px solid #e3f0cf;
	padding: 15px;
	margin: 15px;
	background: #E3F0CF;
	}
.order {
	border: 1px solid #C0C0C0;
	padding: 15px;
	background: #F9F7EC;
	}

/***** FORM ELEMENTS *****/

.btn {
	font-size: 21px;
	height: 37px;
	width: 325px;
	padding: 0;
	}
.btnside {
	font-size: 18px;
	width: 200px;
	padding: 0;
	}    

/***** IMAGES *****/

p img {
	padding: 0;
	margin: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 5px;
	display: inline;
	}
img.alignleft {
	margin: 0 5px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	display: block;
	}
	
.alignleft {
	float: left;
	display: block;
	}
.img {
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 0;
	border;
	}

/***** HACKS *****/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after { /* float hack used to float content correctly */
	content: "."; 

   	display: block; 
   	height: 0; 
   	clear: both; 
	visibility: hidden;
	}
.noindent {
	text-indent: 0;
	margin: 15px 0;
	}
.salutation {
	text-indent: 0;
	margin: 0;
	}
ul.check {
	font-family : Arial, Helvetica, Verdana;
	font-size : 12pt;
	margin: 0 0 0 10px;
	text-indent: 0;
	}
ul.check li {
	list-style-image: url(../files/arrow_right-14.gif);
	line-height: 14pt;
	}
ul li {
	line-height: 14pt;
	padding-left: 5px;
	}
li.short {
	margin: 0 0 0 20px;
	line-height: 14pt;
	text-indent: 0;
	text-align: left;
	}
li.long {
	margin: 0;
	line-height: 14pt;
	text-indent: 0;
	text-align: left;
	}
.testimonial {
	font-size : 11pt;
	text-indent: 0;
	}
.caption {
	font-size : 10pt;
	margin:0;
	line-height: 1.1em;	
	text-indent: 0;
	}
.submit {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	}
#submitpad {
	padding: 5px;
	background-color: #ff0000;
	margin: 0px;
	border-width: 3px;
	border-color: #ff0000;
	border-spacing: 0;
	}