
/** DEFAULT STYLES ****************************************************/

html {	
	background: #d2d2d2 url('img/bg3.jpg') top center repeat-x fixed;
	/*background: #d2d2d2 url('img/grass.jpg') top center;*/
	height: 100%;
}

* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #000;
}

table td { vertical-align: top; }

p { 
	margin-bottom: .4em;  
	margin-top: .4em; 
	line-height: 1.3em; 
}

html>body p { /* FOR IE */
	margin-bottom: .5em; 
	margin-top: .5em; 
}

a { 
	color: #000;
	text-decoration: underline;
}

a:hover { color: purple; }

em { color: #000; }
strong { color: #000; }

h1 {
	font-size: 39px;
	color: purple;
	letter-spacing: -1px;
	line-height: 40px;
}

h2 {
	color: purple;
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

ul, ol { list-style-image: url('img/arrow.gif'); margin-left: 20px;  }
li { padding: 2px; }








/** CUSTOM **************************************************/

.imgoff { opacity: .30; filter: alpha(opacity=30); -moz-opacity: 0.3; }
.imgon { opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }

.clr { clear: both; }
.ctr { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }







/** FORM STYLES *********************************************/

input, textarea, select, submit { 
	border: 1px solid #C3C3C3; 
	background: #eaeaea;
	color: #000;
	padding: 2px; 
}

input[type="image"] { background:transparent; border:0px; clear:both; }
input, textarea, select { width: 100px; }
option { padding-left: 6px; margin-bottom: 3px; }
input:focus, select:focus, textarea:focus { border: 1px solid #545454; }




/** MAIN DIVISIONS ******************************************/


#main { 
	width: 870px;
	margin: 0px auto;
}

#header {
	height: 275px;
	width: 870px;
	background: transparent url('img/header3.png') no-repeat top center;
}

#nav {
	position: relative;
	top: 44px;
	left: 640px;
	color: #c2c2c2;
	width: 180px;
}

#nav a { color: #f1f1f1; font-weight: bold; }
#nav a:hover { color: purple;}

#psycho {
	position: relative;
	top: 4px;
	left: 30px;
	width: 200px;
	height: 180px;
}

#title {
	position: relative;
	top: -60px;
	text-align: center;
	/*left: 50px;*/
}

#title h1 {
	width: 870px;
}

#slogan {
	font-weight: bold;
	font-size: 19px;
}

#slogan span { 
	font-weight: bold;
	font-size: 19px;
	color: red; 
}

#content {
	background: transparent url('img/transbg.png');
	margin: 0px auto;
	padding: 8px;
	width: 840px;
}

#info {
	background: transparent url('img/transbg.png');
	margin: 10px auto;
	padding: 8px;
	width: 840px;
}

.col { float: left; padding-right: 15px; height: auto; width: 31%; }
.jbg { background: transparent url('img/jbg.gif') center center no-repeat; }

.col ul li a { color: #C31400; }
.col ul { margin-bottom: 6px; }


.wrap {
	background: white;
	width: 820px;
	padding: 10px;
}

#footer {
	background: transparent url('img/transbg.png');
	clear: both;
	margin: 12px auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 30px;
	width: 846px;
	clear: both;
}

#footer, #footer a { color: white; }

#ads {
	clear: both;
	margin: 12px auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 30px;
	width: 846px;
	clear: both;
}

#ads a img {
	margin-bottom: 3px;
}

#products {
	border-collapse: true;
	width: 100%;
}

#products td {
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
}

#products td a:hover img { cursor: help; }

.price { color:red; }
.price b { color:black; }

#disclaimer { 
	width: 98%;
	background: #f1f1f1;
	padding: 8px;
	margin: 15px auto;
	text-align: center; 
	font-style: italic; 
}









#facebox .b {
  background:url(img/b.png);
}

#facebox .tl {
  background:url(img/tl.png);
}

#facebox .tr {
  background:url(img/tr.png);
}

#facebox .bl {
  background:url(img/bl.png);
}

#facebox .br {
  background:url(img/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

