/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}
body{
	background-image:url(../img/background.jpg);
	background-repeat: no-repeat;
	background-color: #0e0100;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #FFFFFF;
}
a {text-decoration:none;}
img{padding: 5px;}
a img{border:none;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both}

a:link, a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

a:active, a:hover {
	color: #fad549;
	border-bottom: 1px dotted #fad549;
}


/* Structure*/
#container {
	width: 960px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
}

h1 {
	background-image:url(../img/logo.png) !important;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	width: 327px;
	height: 130px;
	text-indent: -5000px;
	margin-top: 15px;
}

/*horizontal navigation*/
#nav{
 	position:relative;
	list-style:none;
	font-size: 16px;
	text-align: center;
}

#nav li{
	display:inline;
	color: #FFFFFF;
	padding-top: 3px;
}

#nav li a:link, #nav li a:visited{
	color:#FFFFFF;
	float:left;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom: none;
}

#nav li a:hover, #nav li a:active{
	color:#ff9933;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom: none;
}

/*content*/
h2 {
	font-size: 24px;
	font-weight: 100;
}

#testimonials {
	width: 264px;
	float: right;
}

#testimonials-top {
	background-image:url(../img/testimonals-top.png) !important;
	background-image:url(../img/testimonals-top.gif);
	height: 30px;
}

#testimonials-content {
	background-image:url(../img/testimonals-content.png) !important;
	background-image:url(../img/testimonals-content.gif);
}

#testimonials-bottom {
	background-image:url(../img/testimonals-bottom.png) !important;
	background-image:url(../img/testimonals-bottom.gif);
	height: 30px;
}

h4 {
	background-image: url(../img/testimonials.png);
	background-repeat: repeat-x;
	width: 224px;
	height: 53px;
	margin-left: 20px;
	font-size: 20px;
	cursor: pointer;
}

.description {
	font-size: 12px;
	font-style: oblique;
	width: 215px;
	margin-left: 25px;
	text-align: right;
}

/*footer*/
#footer{
	height: 89px;
	background-image:url(.png) !important;
	background-image:url(.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #006600;
}

#footer a:link, #footer a:visited{
	color:#006600;
	border-bottom: 1px dotted #006600;
}

#footer a:active, #footer a:hover{
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
}