/* Top Elements */

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



body {

	background: #CCC;

	color: #555;

	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 70%;

	line-height: 1.5em;

}



/* links */

a, a:visited {

	text-decoration: none;

	color: #2180BC;

	background: inherit;

}

a:hover {

	color: #0C3;

	background: inherit;

	text-decoration: underline;

}



/* */

#clean{

	CLEAR: both;

	MARGIN-BOTTOM: 2px;

	font-size: 24px;

	color: #FFFFFF;

	font-weight: bold;

	padding-top: 20px;

	padding-bottom: 8px;

	font-family: 'Trebuchet MS', Tahoma, Sans-serif;

}

#clean a{

	CLEAR: both;

	MARGIN-BOTTOM: 2px;

	font-size: 24px;

	color: #FFFFFF;

	font-weight: bold;

	padding-top: 20px;

	padding-bottom: 8px;

	font-family: 'Trebuchet MS', Tahoma, Sans-serif;

}

#logopicword {

	background-image: url(header.jpg);

	padding-right: 30px;

	padding-left: 30px;

	padding-top: 20px;

	color: #FFFFFF;

	height: 83px;

}

#logoword {

	FLOAT: right;

	MARGIN-RIGHT: 10px;

	TEXT-ALIGN: right;

	color: #CCCCCC;

}

#logoword a:link{

	FLOAT: right;

	MARGIN-RIGHT: 10px;

	TEXT-ALIGN: right;

	color: #CCCCCC;

}

/* headers */

h1, h2, h3 {

	font-family: Arial, Helvetica, sans-serif;

}

h1 {

	font-weight: lighter;

	font-size: 11px;

	color: #CECDCA;

}

h2 {

	font-size: 140%;

	text-transform: uppercase;

	color: #88ac0b;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;

}

h3 {

	font-size: 120%;

	color: #666666; 

}



/* images */

img {

	background: #FAFAFA;

   border: 1px solid #E5E5E5;

	padding: 5px;

}

img.float-rating {

	margin: 0px;

	padding: 0px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

img.float-right {

  margin: 5px 0px 10px 10px;  

}

img.float-left {

  margin: 5px 10px 10px 0px;

}



h1, h2, h3, p {

	padding: 10px;

	margin: 0;

}

ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

	font-size: 14px;

	color: #000000;

	font-weight: normal;

}



code {

	margin: 5px 0;

	padding: 10px;

	text-align: left;

	display: block;

	overflow: auto;

	border: 1px solid #f2f2f2;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1em;

	line-height: 1.5em;

	font-weight: 500;

	background-color: #FCFCFD;

}

acronym {

  cursor: help;

  border-bottom: 1px dotted #777;

}

blockquote {

	margin: 10px;

 	padding: 0 0 0 28px;  

   border: 1px solid #f2f2f2; 

  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    

}

blockr{

	margin: 10px;

	border: 1px solid #FF0000;

	background-repeat: no-repeat;

	background-position: 5px 5px;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;

}

/* start - table */

table {

	border-collapse: collapse;

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 5px;

	margin-left: 5px;

}

th strong {

	color: #fff;

}

th {

	background: #93BC0C;

	height: 29px;

	padding-left: 12px;

	padding-right: 12px;

	color: #FFF;

	text-align: left;

	border-left: 1px solid #B6D59A;

	border-bottom: solid 2px #FFF;

}

tr {

	height: 30px;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	border-left: 1px solid #FFF;

	border-bottom: solid 1px #ffffff;

	text-align: center;

}

td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;

}



/* search form */





/********************************************

   LAYOUT

********************************************/ 

#wrap {
	width: 950px;
	background: #CCC url(content.jpg) repeat-y center top;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#content-wrap {
	clear: both;
	width: 890px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}





/* header links */





/* Menu */

#menu {
	clear: both;
	padding: 0;
	background: url(menu.jpg) repeat-x 0 0;
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#menu ul {

	float: right;

	list-style: none;

	margin:0;

	padding: 0;

	font-size: 11px;

	width: 580px;

	font-family: Arial, Helvetica, sans-serif;

}

#menu ul li {

	display: inline;

}

#menu ul li a {

	display: block;

	float: left;

	padding: 0 12px;

	color: #FFF;	

	text-decoration: none;

}

#menu ul li.last a {

	padding-right: 20px;	

}

#menu ul li a:hover {

	color: #D4E59F;	

}

#menu ul li#current a {	

	color: #D4E59F;

}



/* Main Column */

#main {

	padding: 0;

	display: inline;

	margin: 5px;

}

#main h2 {

	margin-top: 10px;

	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;

	color: #88ac0b; 

	padding: 5px 0 5px 25px; 	

	border-bottom: 1px solid #EFF0F1;

	background: #FFF url(square-green.png) no-repeat 3px 50%;	

	text-transform: none;

}

#main h2 a {

	background: none;

	color: #88ac0b;

	text-decoration: none;

}



#main ul li {

	list-style-image: url(bullet.gif);

	text-align: left;

}



.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 10px 10px 10px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: url(clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: url(comment.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}



/* Sidebar */	





/* Footer */	

#footer {
	color: #C6DDEE;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 950px;
	height: 65px;
	text-align: center;
	font-size: 92%;

}

#footer a { 

	color: #FFF;

	text-decoration: none; 

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }

.title-30 {

	FONT-WEIGHT: bold; FONT-SIZE: 30px; COLOR: #ff6501; LINE-HEIGHT: 30px; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif

}

.top-spy {

	FONT-WEIGHT: bold;

	FONT-SIZE: 24px;

	COLOR: #FF0000;

	LINE-HEIGHT: 30px;

	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;

	font-style: oblique;

}

.tops-spy {

	FONT-WEIGHT: bold;

	FONT-SIZE: 14px;

	COLOR: #FF0000;

	LINE-HEIGHT: 18px;

	FONT-FAMILY: Arial, Helvetica, sans-serif;

	TEXT-ALIGN: center

}

.tops-price {

	FONT-SIZE: 12px;

	COLOR: #FF0000;

	LINE-HEIGHT: 18px;

	FONT-FAMILY: Arial, Helvetica, sans-serif;

	TEXT-ALIGN: center

}

.reviews {

	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #666; FONT-STYLE: italic; FONT-FAMILY: Georgia, Arial

}

#iright {

	float: right;

	width: 300px;

	text-align: center;

	border: thin dotted #CCCCCC;

	padding-top: 5px;

	padding-bottom: 5px;

}

#iright2 {

	float: right;

	width: 430px;

	border: thin solid #CCCCCC;

	padding: 5px;

	background-color: #CCCC99;

	z-index: auto;

	line-height: 11px;

}

#ileft {

	float: left;

	width: 280px;

	text-align: center;

	border: thin dotted #CCCCCC;

	padding-top: 5px;

	padding-bottom: 5px;

	margin-right: 10px;

}

#ad_3{

	background-image: url(200x200_rpd.jpg);

	height: 200px;

	width: 200px;

}

form {

	padding-right: 5px;

	padding-bottom: 0;

	padding-left: 5px;

	margin-top: 80px;

	margin-right: 10px;

	margin-bottom: 10px;

	margin-left: 10px;

}

input {

	padding:2px;

	border:1px solid #999999;

	color:#777;

	font-family: Verdana, sans-serif;

	font-size: 14px;

	font-style: normal;

	line-height: 12px;

	font-weight: normal;

	font-variant: normal;

	margin-bottom: 5px;

}

#ft{

	margin: 0px;

	padding: 0px;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	background-color: #FAFAFA;

	font-size: 12px;

	line-height: 14px;

}

.faq {

	FONT-SIZE: 16px;

	FONT-FAMILY: "Comic Sans MS", cursive;

	background-image: url(check.gif);

	background-repeat: no-repeat;

	padding-left: 30px;

	color: #F36;

	background-position: 5px;

}

.answer {

	FONT-SIZE: 12px;

	FONT-FAMILY: Verdana, Geneva, sans-serif;

	background-image: url(bullet.gif);

	background-repeat: no-repeat;

	padding-left: 30px;

	background-position: 8px 12px;

	border: medium dotted #999;

}

.free {

	FONT-SIZE: 12px;

	FONT-FAMILY: Verdana, Geneva, sans-serif;

	background-image: url(arrow.gif);

	background-repeat: no-repeat;

	padding-left: 80px;

	background-position: 8px 12px;

	font-weight: bolder;

}
