* {
	margin: 0;
	padding: 0;
	border: none;
	list-style:none;
	text-decoration:none;
}
body {
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../image/bg.jpg");
	background-repeat:repeat-x;
	color:#CCCCCC;
}
a:link {
color:#336699;
}
a:visited {
color:#336699;
}
a:hover {
color:#6699cc;
}
h2, h3 {
	padding:5px 0px 3px 5px;
	margin:0px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
p {
padding:5px 8px 5px 8px;
font-size:12px;
color:#bfcfdf;
}
form {
padding:10px 0 5px 0;
margin:0px;
}
label{
float: left;
width: 120px;
font-weight: bold;
font-size:12px;
padding:2px;
}

input, textarea{
width: 180px;
padding:2px;
margin-bottom: 5px;
background-color:#CCCCCC;
}

textarea{
width: 400px;
height: 150px;
background-color:#CCCCCC;
}
dl {
margin-top:15px;
	margin-bottom: 15px;
	width: 200px;
	background: #111;
	float: left;
}
dt {
	padding: 10px;
	font-size: 12px;
	background: #242424;
	color: #999999;
	font-weight:bold;
}
dd {
	padding: 10px;
	color: #CCC;
	font-size: 11px;
	border-bottom: 1px dotted #333;
}
dd a {
	color: #999;
	background:#000;
	padding:0 2px;
}
dd a:hover {
	color: #FFF;
	background:#336699;
}
/*used for definition styles alignment*/
#mostpop {
	margin-right: 23px!important;
	margin-right: 21px;
	margin-left: 23px!important;
	margin-left: 21px;
}
#monthly_feature {
width:635px;
height:150px;
border:1px solid #333333;
}
/*-----------------------------------------------------------------
Common & Misc
-----------------------------------------------------------------*/
.clear {
	clear:both;
	text-indent:-900000px;
	height:3px;
}
hr {
	visibility:hidden;
	clear:both;
	margin:0px;
	border:0px;
	height:5px;
}
br{
clear: left;
}
/*-----------------------------------------------------------------
Header Styles
-----------------------------------------------------------------*/
#header {
	width: 635px;
	margin:0 auto;
	clear: both;
	font-size:16px;
}
#header h1 {
	width: 285px;
	height: 95px;
	float: left;
}
#header h1 a {
	width: 285px;
	background-image: url("../image/logo.jpg");
	background-repeat:no-repeat;
	line-height: 95px;
	display: block;
	text-indent: -9000px;
}
#header p {
	display: none; /*temp*/
}
#header .navigation {
	padding:0 0 20px 32px;
	margin:0;
	list-style:none;
	height:35px;
	background: url("../image/button1.gif");
	background-repeat:repeat-x;
	clear:both;
}
#header .navigation li {
	float:left;
}
#header .navigation li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
#header .navigation li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
#header .navigation li.current a {
	color:#fff;
	background:url("../image/button3.gif");
}
#header .navigation li.current a b {
	background:url("../image/button3.gif") no-repeat right top;
}
#header .navigation li a:hover {
	color:#fff;
}
#header .navigation li.current a:hover {
	color:#fff;
}
/*-----------------------------------------------------------------
Construction Styles
-----------------------------------------------------------------*/
#wrapper {
	width:646px;
	margin:0px auto;
	padding:2px 2px 0px 2px;
	background-image:url("../image/bg.gif");
	background-repeat:no-repeat;
}
#footer {
	margin: 0 auto;
	width: 641px;
	padding:12px 0 10px 5px;
	clear:both;
	font-size:12px;
	color: #666666;
	background: #181818;
	border-top:1px solid #333333;
}

/*-----------------------------------------------------------------
Collection Styles
-----------------------------------------------------------------*/
#collections {clear:both; padding:8px 0 0 10px;}
#collections .info {font-size: 12px; padding-top:5px;color: #999999;}
#collections ul {list-style-type:none;}
#collections li {float:left;display:inline;height:178px;width:158px;margin:0;}
#collections img {border: 1px solid #fff;padding: 1px;}
#collections a:hover img {border:1px solid #295d88;}

#commentform {
margin:10px; padding:5px; background-color:#282828; border:1px solid #333333; background-image:url(../image/grandiet.jpg); background-repeat:no-repeat;
}
#submitbutton{
margin-left: 125px;
margin-top: 5px;
width: 90px;
}
table.rates {
padding:0px;
margin:0px;
font-size:12px;
}
table.rates td {
padding:3px 3px 3px 6px;
}
table.rates td.price{
font-style:italic;
}
table.rates tr.dark td {
	background-color: #222222;
	font-size:12px;
}
table.rates tr.header td {
	background-color: #333333;
	padding:4px;
	font-size:14px;
	font-weight:bold;
}


/* Page Incrementing

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

.pages {

 font-size: 85%;

	width:260px;

	margin:0px auto;

}



.pages a, .pages span {

    display: block;

    float: left;

    padding: 0.2em 0.5em;

    margin-right: 0.1em;

    border: 1px solid #666666;

    background: #000000;

				color:#666;

}



.pages span.current {

    border: 1px solid #666666;

    font-weight: normal;

    background: #333333;

    color: #fff;

}

.pages span.inactive {

    border: 1px solid #444444;

    font-weight: normal;

    background: #111111;

    color: #333333;

}

.pages a {

    border: 1px solid #666666;

    text-decoration: none;

}

.pages a:hover {

    border-color: #999999;
				color:#CCCCCC;

}

.pages a.nextprev {

    font-weight: normal;

}

.pages span.nextprev {

    color: #666;

}

.pages span.nextprev {

	border: 1px solid #666666;

	color: #999;

}




