/*
	The original SEOPerfectCart StyleSheet

desert green	color:#99AA88;
army green 		color: #3c8044
           		color: #000099
		   		color: #0060ff
           		color: #ff0066
		   		color: #1D40A3
medium blue		color: #3474FC
*/

a {
	color:#3474FC;
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: none;
}

a:visited {
	text-decoration: none;
	color: #342;
}

a:hover {
    text-decoration: none;
	color: #9a8;
}

/*
:link { color: #3c8044; }  /* for unvisited links 
:visited { color: #000099; } /* for visited links 
:hover { color: #0060ff; } /*when mouse is over link 
:active { color: #ff0066; }  /*when link is clicked 
*/

.body {
	background: #ffffff;
	border: solid 1px #565;
	margin: 15px auto 0 auto;
	padding: 0px;
	clear: both;
	max-width: 1020px;
}

.content {
	font-family : "Verdana", sans-serif; 
	margin: 0;
	padding: 15px;
}

.header { 
  z-index: 0;
  background: url("images/tscenery.jpg");
  background-repeat: no-repeat;
  padding: 0px auto !important;
  margin: 0px auto;
  clear: both;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header a:hover {
	text-decoration: none;
}
	
h1, .h1 {
	font-size: 30px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: 0.2em;
	margin: 15px 30px 15px 30px;
	padding-bottom: 2px;
}

h2, .h2 {
	font-size: 18px;
	margin: 15px 0 2px 0;
	font: 90%/175%;
	letter-spacing: -1px;
}

h3 , .h3{
	font-size: 10px;
	margin: 15px 0 2px 0;
}

p, li, .feedback {
	letter-spacing:-1px;
}

ul {
	list-style-image: url(images/check.gif);
}

.list li {
    text-align: justify;
  	font-size: 14px; 
  	font-weight: bold;
  	color: #000099;
}

/*- Menu Tabs F--------------------------- */

.tabsF {
	margin: 4px 0px 0px 0px;;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: normal;
}
	  
.tabsF ul {
	margin: 4px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
	  
.tabsF li {
	display: inline; 
}
	  
.tabsF li.search {    
	position: absolute;
	right: 15px;
	top: 30px;
}   
	  
.tabsF a {
	float: left;
	display: block;
	background: url("images/tableftF.gif") no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
}
	  
.tabsF a span {
	float: left;
	display: block;
	background: url("images/tabrightF.gif") no-repeat right top;
	margin: 0px;
	padding: 6px 15px 4px 6px;
	color: #666666;
}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsF a span {
	float: none;
}
/* End IE5-Mac hack */

.tabsF a:hover span {
	color: #FFFFFF;
}
	  
.tabsF a:hover {
	background-position: 0% -42px;
}
	  
.tabsF a:hover span {
	background-position: 100% -42px;
 }
	  
.tabsF #current a {
	background-position: 0% -42px;
}
		
.tabsF #current a span {
	background-position: 100% -42px;
}
