/* START Header CSS File */
p, td, div, span, li, ol, a, h1, h1, h3, h4, h5
{
	font-family: Arial, Vedana;
    color: Black;
}

h3 {
color:#429BBD;
font-size:14px;
font-weight:normal;
}


#header
{
    display: block;
    width: 100%;
    height: 108px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
}

#top
{
    display: block;
    width: 100%;
    height: 45px;
}

#header p
{
    float: left;
    margin: 2px 5px 0px 0px;
    padding: 0px;
}

#header div a
{
    padding: 0px 5px 0px 5px;
    color: Black;
    text-decoration: none;
}

#header div a:hover
{
    color: Black;
    text-decoration: underline;
}

#header a:visited
{
    color: Black;
    text-decoration: none;
}

#header div a.small
{
    float: left;
    width: 21px;
    height: 22px;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/font_small.jpg);
    background-repeat: no-repeat;
}

#header div a.medium
{
    float: left;
    width: 21px;
    height: 22px;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/font_medium.jpg);
    background-repeat: no-repeat;
}

#header div a.large
{
    float: left;
    width: 21px;
    height: 22px;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/font_large.jpg);
    background-repeat: no-repeat;
}

#header div a.small:hover, a.medium:hover, a.large:hover
{
    background-position: 0px -22px;
}

/* END Header CSS File */







/* Top CSS File */

#top ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 0px;
}

#top ul li
{
    float: left;
    height: 45px;
    margin: 0px;
    padding: 0px;
}

#top ul li a
{
    height: 45px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
	color:#000000;
}

#top ul li a p
{
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

#top ul li a:hover p
{
    color: White;
}

#top ul li a:hover
{
    background-position: 0px -45px;
}

#top ul li a.home
{
    display: block;
    width: 96px;
    background-image: url(../images/nav/home_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.travel
{
    display: block;
    width: 91px;
    background-image: url(../images/nav/travel_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.money
{
    display: block;
    width: 91px;
    background-image: url(../images/nav/money_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.health
{
    display: block;
    width: 105px;
    background-image: url(../images/nav/health_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.shop
{
    display: block;
    width: 145px;
    background-image: url(../images/nav/shop_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.work
{
    display: block;
    width: 145px;
    background-image: url(../images/nav/work_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.houses
{
    display: block;
    width: 99px;
    background-image: url(../images/nav/houses_tab.jpg);
    background-repeat: no-repeat;
}

#top ul li a.dating
{
    display: block;
    width: 160px;
    background-image: url(../images/nav/dating_tab.jpg);
    background-repeat: no-repeat;
}

/* END Top CSS File */




/* START Footer CSS File */


#footer
{
    display: block;
	margin-top:30px;
    width: 100%;
    height: 282px;
    background-image: url(../images/headerfooter/footer.jpg);
    background-repeat: repeat-x; 
	text-align: center;
}

#footer img
{
	padding: 35px 0px 0px 0px;
	border: 0px;
}

#footer div
{
	margin: 20px 0px 0px 0px;
	width: 970px;
}

#footer div span.left
{
	float: left;
	padding: 0px 0px 0px 20px;
	color: #808080;
}

#footer div span.right
{
	float: right;
	padding: 0px 20px 0px 0px;
	color: #d1d0d0;
}

#footer a
{
	color: #3399cc;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer a:visited
{
	text-decoration: none;
}

/* END Footer CSS File */


/* START Vote CSS File */


#right_box div.poll
{
    margin: 20px 15px 15px 0px;
    background-color: #dfe8c2;
    background-image: url(../images/vote/vote_footer.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#right_box div.poll span
{
	display: block;
	height: 46px;
	width: 100%;
	background-image: url(../images/vote/vote_header.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}

#right_box div.poll a.vote
{
    display: block;
    margin: 2px;
    padding: 0px;
    height: 27px;
    width: 125px;
    background-image: url(../images/buttons/vote_buttons.jpg);
    text-align: center;
    background-position: 0px 0px;
    text-decoration: none;
}

#right_box div.poll a.vote:hover
{
    text-decoration: none;
}

#right_box div.poll a.vote:visited
{
    text-decoration: none;
}

#right_box div.poll a.vote p
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    line-height: 12px;
    font-size: 1.5em;
    color: White;
}

#right_box div.poll a.vote:hover
{
    background-position: 0px -27px;
}

#right_box div.poll table
{
    width: 290px;
    margin: -10px 5px 15px 5px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #68881a;
}

#right_box div.poll table th
{
    background-color: White;
    text-align: left;
    padding: 3px 0px 0px 0px;
}

#right_box div.poll input
{
    float: left;
    margin: 0px 7px 0px 7px;   
}

#right_box div.poll a
{
    color: #3d5206;
    text-decoration: underline;
}

#right_box div.poll a:hover
{
    color: #3d5206;
    text-decoration: none;
}

#right_box div.poll a:visited
{
    color: #3d5206;
    text-decoration: underline;
}

/* END Vote CSS File */



/* START Rightboxes CSS File */


#right_box
{
}

#right_box div
{
	width: 299px;
}

#right_box h1
{
    float: left;
    font-size: 22px;
    font-weight: normal;
    color: White;
    margin: 10px 0px 15px 15px;
    padding: 0px;
}

#right_box p
{
    margin: 0px 15px 15px 15px;
    line-height: 18px;
}

#right_box img
{
	float: left;
    	margin: 0px 15px 5px 15px;
}

/* END Vote CSS File */


/* START Ratings CSS File */

#rating
{
	width: 700px;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
}

#rating div.top
{
	float: left; /* to close gaps */
	
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url(../images/rating/rating_top.jpg);
	background-repeat: no-repeat;
}

#rating div.bottom
{
	float: left; /* to close gaps */
	
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url(../images/rating/rating_bottom.jpg);
	background-repeat: no-repeat;
}

#rating div
{
	float: left;  /* to close gaps */
	
	padding: 10px; 
	width: 680px;
	
	background-image: url(../images/rating/rating_repeat.jpg);
	background-repeat: repeat-y;
	
	background-color: #f5f5f5;
}

#rating div span.left
{
	float: left;
	
	display: block;
	
	width: 338px;
	padding: 0px;
	margin: 0px;
}

#rating div span.right
{
	float: right;
	
	display: block;
	
	width: 338px;
	padding: 0px;
	margin: 0px;
}

#rating div span h1
{
	font-weight: normal;
	font-size: 20px;
	
	color: #2c2c2c;
	
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#rating div span table
{
	float: left;
	margin: 10px;
}

#rating div span table td input
{
	margin: 0px 6px 0px 6px;
}

#rating a.rating
{
    display: block;
    float: right;
    margin: 18px 18px 0px 0px;
    padding: 0px;
    height: 27px;
    width: 125px;
    background-image: url(../images/buttons/rate_buttons.jpg);
    text-align: center;
    background-position: 0px 0px;
    text-decoration: none;
}

#rating a.rating:hover
{
    text-decoration: none;
    background-position: 0px -27px;
}

#rating a.rating:visited
{
    text-decoration: none;
}

#rating a.rating p
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    line-height: 12px;
    font-size: 1.5em;
    color: White;
}

#rating div.rate
{
	float: left;
	height: 38px;
	width: 176px;
	
	background-image: url(../images/rating/rating.jpg);
	background-position: 0px -76px; /* change this by multiples of 38px to see the other ratings */
	/* 0px = 1 cross */
	/* -38px = 2 crosses */
	/* -76px = 3 crosses */
	/* -114px = 4 crosses */
	/* -152px = 5 crosses */
	
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

/* END Ratings CSS File */


/* END Left_box CSS File */



#left_box
{
	padding: 10px 0px 0px 12px;
}

#left_box img
{
	border: 0px;
	
	margin: 0px 0px 12px 0px;
}

#left_box a
{
	text-decoration: none;
}

#left_box a:hover
{
	text-decoration: none;
}

#left_box a:visited
{
	text-decoration: none;
}



/* Poll */

#left_box div.poll
{
	margin: 0px 0px 15px 0px;

	width: 218px;	
	min-height: 215px;
	
	background-image: url(../images/left_box/poll_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #dce6be;
}

#left_box div.poll div.header
{
	width: 100%;
	height: 46px;
	
	background-image: url(../images/left_box/poll_header.gif);
	background-repeat: no-repeat;
}

#left_box div.poll div.header h1
{
	font-weight: normal;
	font-size: 24px;
	
	color: White;
	
	margin: 0px;
	padding: 7px 0px 0px 15px;
}

#left_box div.poll a.vote
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 27px;
    width: 125px;
    background-image: url(../images/buttons/vote_buttons.jpg);
    text-align: center;
    background-position: 0px 0px;
    text-decoration: none;
}

#left_box div.poll a.vote:hover
{
    text-decoration: none;
}

#left_box div.poll a.vote:visited
{
    text-decoration: none;
}

#left_box div.poll a.vote p
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    line-height: 12px;
    font-size: 1.5em;
    color: White;
}

#left_box div.poll a.vote:hover
{
    background-position: 0px -27px;
}

#left_box div.poll table
{
    width: 192px;
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #68881a;
    border; 1px solid pink;
}

#left_box div.poll table th
{
    background-color: White;
    text-align: left;
    padding: 3px 0px 0px 0px;
}

#left_box div.poll input
{
    float: left;
    margin: 0px 7px 0px 7px;   
}

#left_box div.poll a
{
	margin: 0px;
	padding: 0px;
    color: #3d5206;
    text-decoration: underline;
    border; 1px solid pink;
}

#left_box div.poll a:hover
{
    color: #3d5206;
    text-decoration: none;
}

#left_box div.poll a:visited
{
    color: #3d5206;
    text-decoration: underline;
}

/* END poll */