@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333; 
	margin:0px;
	padding:0px;
	background-color:#f1f2cc;
}

/*General rules*/

a:link {
	text-decoration: none;
	color: #333333;
	border-bottom:1px dashed #666666;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom:1px dotted #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666; 
	border-bottom:none;
	 
}
a:active {
	text-decoration: none;
	color: #333333;
}
p{ 
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#288db9;
	font-size:23px;
	margin-top:5px;
	margin-bottom:5px;
}
form{
	margin:0px;
	padding:0px;
}
label{
	float:left;
	width:150px;
}
input{
	margin-bottom:5px;
	font-size:12px; 
 
}
.clear{
	clear:both;
}
.sub{
	font-size:16px;
	color:#576A1E;
	font-weight:bold;
}
.rm a, .rm a:link, .rm a:visited, .rm a:active {
	color:#7e9a2c;
	text-decoration:none;
	border:none;
	font-weight:bold;
}
.rm a:hover{
	text-decoration:underline;
}
.pleft{
	padding-left:10px;
}
.pright{
	padding-right:10px;
}
 .ptop{
	padding-top:10px;
}
 pbtm{
	padding-bottom:10px;
}
.pall{
	padding:10px;
} 
.back{
 float:right;
 color:#288db9;
 padding-bottom:10px;
 padding-top:15px;
}
.back a, .back a:link, .back a:visited, .back a:active{
 color:#288db9;
 border-bottom:1px dashed #666666;
}
.back a:hover{
 color:#288db9;
 border-bottom:none;
 text-decoration:underline;
}

/*Page specific rules*/

#doc{
    margin:auto;
	padding-left:5px;
	padding-right:5px;
	width:920px;
	background-color:#e8e9ad;
}
#hd{ 
    width:920px;
	margin:auto;
	padding:0px;
}
#bd{
	background-image:url(../images/content_bg.jpg); 
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#ft{       
    clear:both;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:45px;
}

/*Menu styles*/

#menu{
    background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	height:30px;
	color:#FFFFFF;
	text-align:center;
}

#menu  a{
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
	border-bottom:none;
	padding-left:7px;
	padding-right:7px;

	
}
#menu a:hover{
	color: #113493;
 }
#menu a.active{
	color: #113493;
}

/*Home page main text area*/

#bd .content{
	padding:20px;
}

#bd .lcontent{
     float:left;
	 width:600px;
	 padding-bottom:10px;
	 padding-top:20px;
	 padding-left:30px;
	 padding-right:40px;
}

/*Home page right column content*/

#bd .rcontent{
     float:right;
	 width:250px;
	 padding-bottom:10px;
	 padding-top:20px;
}
#testimonials{
    background-image:url(../images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#f1f2cc;
	min-height:185px;
	width:200px;
	text-align:left;
	margin-bottom:30px;
}
.tTop{
	background-image:url(../images/tTop_bg.jpg);
	background-repeat:no-repeat;
	height:37px;
	color: #FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
}
.tText{
	padding-left:8px;
}
#featured{
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#f1f2cc;
	min-height:200px;
	width:200px;
	text-align:left;
}
#products td{
	border:1px #288db9 solid;
}

/*Footer Styles*/

#copyright{
   float:left;
   width:500px;
   padding-left:10px;
   padding-top:15px;
}
#credits{
	float:right;
	padding-right:10px;
	padding-top:15px;
}
#credits a{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}
#credits a:hover{
	text-decoration: underline;
}
