@charset "utf-8";
*,html {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	margin-bottom:12px;
	color: #1D1788;	
}
p {
	margin-bottom:12px;
}
body {
	background-image:url(images/body_background.png);
	background-repeat:repeat-x;
	background-color:#403591;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	background-image:url(images/footer.png);
	height:70px;
	padding-left:70px;
	font-size:11px;
	text-align: center;
	padding-top:12px;
	color: #1D1788;
	background-repeat: no-repeat;
}
#footer a {
	color:#4037DD;
}
#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:242px;
}
#wrapper {

}
#page {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	width:1000px;
}	
#inner_content {
	padding-left:30px;
	padding-right: 30px;
}
#maincontent {
	background-image: url(images/content.png);
}
.article_div {
	display:none;
}
.center_text {
	text-align:center;
	font-size:14px;
}
.highlight {
	background-color:#FFFF00;
}
.nav {
	width:25%;
	padding:4px;
}
.nav a {
	color:#413793;
	text-decoration:none;		
}
.nav a:hover {
	color:#5B51BD;
	text-decoration:underline;
}
.nav a.active {
	color:#A8007A;
	font-weight:bold;
	margin-left: 12px;
}
.nav_border {
	border: 4px solid #A8007A;
}
.nav th {
	font-size:18px;
	font-weight:bold;
	background-color:#A8007A;
	color:#f9F5E9;
	font-family:Arial, Helvetica, sans-serif;
}
.nav td {
	background-color:#f9F5E9;
	color:#413793;
	border-bottom:dotted #CC9900 2px; 
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
}
.content {
	width:75%;
	padding-left: 12px;
	line-height: 1.2;
}
.content ul {
	margin-left:30px;
	line-height: 130%;
}
.currency {
	margin-left:32px;
}	
.float_left {
	float:left;
}
.font_16_bold {
	font-size:16px;
	color: #1D1788;
	font-weight:bold;
	color:#000000;
}
.font_16_bold_center {
	font-size:16px;
	color: #1D1788;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
.font_18_bold_center {
	font-size:18px;
	color: #1D1788;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
.home_bordered {
	border: 2px solid #403591;
	padding: 16px;
}
.ordernow {
	font-size: 18px;
	color: #A8007A;
	text-decoration: underline;
}

.home_small_text {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.home_smaller_text {
	text-align:center;
	font-size:12px;
}
.image_left {
	margin-right:12px;
	margin-bottom:12px;
}
.image_right {
	margin-left:12px;
	margin-bottom:12px;
}
.no_li {
	list-style:none;
	line-height:120%;
}
.personal_guarantee {
	color:#3333FF;
	text-decoration:underline;
	cursor:pointer;
}
.red_text {
	color:#990000;
}
.small_text {
	font-size:10px;
}
.testimonial {
	background-color: #F9F5E9;
	border: 6px double #F3EDD8;
	background-image: url(images/home_testimonial.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial_drj {
	background-color: #F9F5E9;
	border: 6px double #F3EDD8;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial_header {
	color:#1D1788;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.testimonial_header_drj {
	color:#1D1788;
	font-size: 18px;
	font-weight: bold;
}
.testimonial_text {
	color:#000000;
}
