/* CSS Document */
/* Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Created:12 September 2006
Last Amended:Stacy Prendeville*/
 
/*
global values + layout divs
======================================
*/
/* Remove padding and margin */

* {
	margin:0px;
	padding:0px;}

body{
	background-color:#000000;
	color:#CCCCCC;
	text-align:center;
	min-width:930px;
	
	font: 75%/120% Tahoma, sans-serif;
}


#outer{
	width:930px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: #080808;
}
#main_nav {
	height: 45px;
	clear: both;
	border-top: 1px dashed #666666;
	border-bottom: 1px solid #333333;
	margin: 0px auto;
	text-align: center;
	background: #7E1B31 url(tmp-imgery/bgnavlg.jpg);
}

#insideheader {
	width: 930px;
	text-align: center;
	margin: 0px auto;
		position:relative;
}
#language{
	height:20px;
	left:2px;
	margin:0;
	padding:0;
	position:absolute;
	top:11px;
	width:915px;
	z-index:2;
	text-align:right;
	color:#FFF;
}
#language a{color: #ECD5DB;text-decoration:none;}
#language a:hover{color: #D7B7BE;}

.logostyling {
	margin-top: 35px;
	margin-bottom: 46px;
}

/* Remove border around linked images */
img {
	border: 0;}
/* Class for clearing floats*/
.clear {
	clear:both;}
ul#navigation {
	margin: 0px;
	padding: 0px;
	width: 930px;
	line-height:45px;
	background: url(tmp-imgery/bgnavlg.jpg);
}
ul#navigation li{
	float:right;
	display:inline;}
ul#navigation li a{
	font-size: 175%;
	color: #ECD5DB;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;}
#content #features .featurecontainer p {
	color: #FFFFFF;
}

ul#navigation li a:hover{
	color: #D7B7BE;	}
#top_nav {
	height: 30px;
	clear: both;
	border-top: 1px dashed #666666;
	background: #D7B7BE url(tmp-imgery/bgnav.jpg);
}
ul#topnav {
	line-height: 30px;
	width: 930px;}
ul#topnav li{
	float:right;list-style-type: none;
	padding-left:6px;}
#content .maincontent {
	width: 616px;
	float: left;
	background: #FFFFFF url(tmp-imgery/maincontent_tp.gif) no-repeat top;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content {
	width: 930px;
	margin: 8px auto 0px;
	z-index: 1;
	position: relative;
}
.badge {
	height: 103px;
	width: 101px;
	position: absolute;
	z-index: 5;
	left: 510px;
	top: 7px;
}

.badge2 {
	height: 103px;
	width: 101px;
	position: absolute;
	z-index: 5;
	left: 831px;
	top: -1px;
}

h1 {
	font-size: 160%;
	padding: 15px 10px 10px;
	color: #7B1930;
}
	
h2 {
	font-size: 160%;
	padding: 10px;
	color: #B7003C;
	line-height: 160%;
}

h3 {
	font-size: 160%;
	padding: 10px;
	color: #D7A2B0;
	line-height: 160%;
	margin-top:5px;
}
h4 {
	font-size: 130%;
	padding: 10px;
	line-height: 130%;
}
.formtable {
	margin-bottom: 10px;
}

#features {
	float: right;
	width: 295px;}
#features .featurecontainer a {
	color: #FFFFFF;
	text-decoration: none;
}

#features .featurecontainer a:hover {
	color: #D7B7BE;
	text-decoration: none;
}


p {
	padding: 0px 8px 0px 10px;
	font: lighter 115%/150% Verdana, Arial, Helvetica, sans-serif;
}
.featurecontainer {
	background: #8C203B url(tmp-imgery/feature-top.gif) no-repeat top;
	text-align: left;
	margin-bottom: 10px;
}
.featurewidth {
	background: #8C203B;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	clear: both;
	text-align: center;
	color: #D7B7BE;
}
.featurewidth a {
	color: #D7B7BE;
}

.middlefeature {
	width: 930px;
	text-align: left;
	margin: 0px auto;
}

ul#topnav li a{
	color: #7E1B31;
	text-decoration: none;
	font-weight: bold;
}

.right {
	float: right;
	border: 2px dotted #D7B7BE;
	margin: 5px 0px 5px 5px;
}

.left {
	float: left;
	border: 1px solid #980133;
	margin: 5px 5px 5px 0px;
}
.maincontent a {
	color: #7E1B31;
}
.row {
	clear:both;
	margin-bottom:20px;
	margin-left:10px;
}
.row p{
}
.row .img{
margin-right:50px;
}
.spacer {
	padding-top: 22px;
	padding-bottom: 22px;
}
.title{
	height:80px;
	line-height:20px;

}
.desc{
	position:relative;
	left:100px;
	top:-80px;
	height:120px;
	line-height:20px;

}
.quote {
	font-size: 200%;
	display: block;
	width: 600px;
	color: #7E1B31;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#content .maincontent table {
	border: 2px solid #FFFFFF;
	padding-left: 20px;
}
.maincontent form {
}
.noborder {
	border-style: none;
	float: right;
}

hr {
	background: #ECD5DB;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ECD5DB;
}

