﻿body
{
	margin: 0px;
	background-image: url('../images/bg-main.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #000000;
	text-align: center;
	height: 100%;
	font-family: Calibri, Sans-Serif;
}

/*Design DIVS*/

html>body #container
{
	margin: 0px auto;
	min-height: 100%;
	height: auto;
	height: 100%
	background-color: #FFFFFF;
	width: 736px;
	border: none;
	position: relative;
}

#container
{
	width: 736px;
	min-height: 100%;
	height: auto;
	height: 100%;
	background-color: #FFFFFF;
	background-color: white;
	border: none;
	position: relative;
}

#header
{
	margin: 0px auto;
	width: 736px;
	height: 98px;
	border: none;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

#content
{
	min-height: 100%;
	width: 736px;
	border: none;
	margin-top: 20px;
	clear: both;
	text-align: left;
}

#footer
{
	width: 736px;
	height: 50px;
	text-align: center;
	border: none;
	clear: both;
	margin-top: 20px;
}

html>body #login /*Firefox*/
{
	background-color: #CCCCCC;
	width: 736px;
	height: 155px;
	border: none;
	position: relative;
	clear: both;
}

#login /*Internet Explorer*/
{
	background-color: #CCCCCC;
	width: 736px;
	height: 160px;
	border: none;
	position: relative;
}

#member
{
	text-align: left;
	border: none;
	width: 300px; 
	height: auto;
	float: right;
	margin-right: 10px;
	position: relative;
}

#rotate
{
	float: left;
	width: 400px;
	height: auto;
	margin-left: 10px;
	border: none;
	text-align: left;
}

#ad
{
	text-align: right; 
	float: right; 
	border: none; 
	height: 97px; 
	width: 600px;
}

/*Search DIVS*/

.search
{
	float: left;
	position: relative;
	width: 250px;
	text-align: left;
	margin-left: 5px;
	clear: both;
}

.info
{
	background-color: #ece6e6;
	height: auto;
	width: 420px;
	border: none;
}

.result
{
	float: right;
	position: relative;
	width: 470px;
	border: none;
	text-align: left;
}

.button
{
	float: right;
	width: 88px;
	height: 150px;
	border: dotted 1px pink;
}

/*Layout DIVS*/

.left
{
	float: left;
	position: relative;
	width: 400px;
	border: none;
	text-align: left;
	clear: both;
}

.right
{
	float: right;
	position: relative;
	width: 300px;
	border: none;
	text-align: left;
}

.center
{
	width: 736px;
	height: auto;
	clear: both;
}

.start
{
	width: 100%;
	text-align: right; 
	clear: both;
}

/*Comment DIVS*/

.comment
{
	width: 400px;
	text-align: left;
	background-color: #999999;
	height: auto;
}

.reply
{
	width: 50%;
	text-align: left;
	background-color: #CCCCCC;
	height: auto;
	margin-left: 20px;
}

.topComment
{
	width: 300px;
	height: 43px;
	background-image: url('../images/lastcomment_top.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.topRating
{
	width: 300px;
	height: 43px;
	background-image: url('../images/lastrating_top.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

html>body .topRating
{
	width: 300px;
	height: 43px;
	background-image: url('../images/lastrating_top.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

html>body .profileMiddle
{
	width: 300px;
	min-height: 300px;
	height: auto;
	background-image: url('../images/lastcomment_middle.png');
	background-repeat: repeat-y;
	margin-top: -16px;
}

html>body .profileWrapper
{
	width: 350px;
	border: none;
	height: 300px;
	overflow: auto;
}

.profileMiddle
{
	width: 300px;
	min-height: 300px;
	height: auto;
	height: 300px;
	background-image: url('../images/lastcomment_middle.png');
	background-repeat:repeat-y;
	border: none;
}

.profileWrapper
{
	width: 350px;
	border: none;
	height: 300px;
	overflow: auto;
}

.profileBottom
{
	width: 300px;
	height: 40px;
	background-image: url('../images/lastcomment_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
}

/*News DIVS*/

.article
{
	width: 576px;
	height: auto;
	border: none;
	float: left;
}

.history
{
	width: 150px;
	height: auto;
	border: none;
	float: right;
}

.newsBox
{
	background-color: #ece6e6;
}

/*Text Properties*/

h1
{
	margin-left: 5px;
	color: #000000;
}

h2
{
	margin-left: 5px;
	color: #000000;
}

h3
{
	margin-left: 5px;
	color: #000000;
}

newsTitle
{
	margin-left: 5px;
}

.main
{
	margin-left: 5px;
	margin-right: 5px;
}

.news
{
	margin-left: 10px;
}

.error
{
	color: #FF0000;
}

.pageStart
{
	margin-right: 20px;
}

/*Images*/

img
{
	border: none;
}

.rotateImg
{
	width: 100; 
	height: 148; 
	margin-right: 30px; 
	margin-top: 5px;
}

.adImage
{
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
}

/*Other Properties*/

ul
{
	list-style-image: url('../images/arrow.png');
}

hr
{
	width: 90%
}

.header
{
	float: left;
}

.register
{
	height: 200px;
	margin-left: 20px;
}

a
{
	color: #520e03;
}

a:hover
{
	color: #e72e10;
}

input:focus
{
	background-color: #FFFF99;
}

/*Drop Down*/

.tashipping
{
	width: 300px;
	height: 100px;
}

#dropMenu
{	
	margin: 0;
	padding: 0;
}

#dropMenu li
{
	list-style: none;
	float: left;
	margin: 0px;
}
	
#dropMenu li a
{	
	display: block;
	margin: 0 1px 0 0;
}

.dropSub
{	
	position: absolute;
	visibility: hidden;
	z-index: 1;
	background: #EFEFEF;
	border: 1px solid black;
}

.dropSub a	
{	
	position: relative;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #202eea;
	font: 11px arial;
}

.dropSub a:hover
{	
	background: #FFAA55;
	color: #FFF;
}

.secondSub
{	
	position: absolute;
	visibility: hidden;
	z-index: 1;
	background: #EFEFEF;
	border: 1px solid black;
}

.secondSub a	
{	
	position: relative;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #202eea;
	font: 11px arial;
}

.secondSub a:hover
{	
	background: #FFAA55;
	color: #FFF;
}

/* Poll */

.pollBar
{
	background-color: orange;
}
