/*
	WEBSITE STYLESHEET
	Author	: Rivet Damien
	Email		: damien.rivet@gmail.com
*/

html
{
	overflow: scroll;
	overflow-x: auto;
}

body
{
	width: 100%;
	
	margin: auto;
	
	background: #330000;
	background-image: url("../medias/back_text.png");
}

/*
	INDEX SECTION
*/

#index
{
	width: 750px;
	height: 350px;
	
	margin: auto;
	
	background-image: url("../medias/enter.png");
	background-position: center;
	background-repeat: no-repeat;
}

#lang_selector
{
	width: 100%;
	
	text-align: center;
	
}

#lang_selector a
{
	margin-left: 25px;
	margin-right: 25px;
	
	color: #DDDDDD;
	font-family: Palatino Linotype;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	
	text-shadow: #000000 1px 1px 1px;
}

#lang_selector a:hover
{
	color: #AAAAAA;
}

#get_firefox
{
	margin-top: 25px;
	
	color: #999999;
	font-family: Tahoma;
	font-size: 80%;
	text-align: center;
}

#get_firefox a img
{
	border: 0px;
}

/*
	TOP SECTION
*/

#top
{
	width: 100%;
	height: 50px;
	
	position: fixed;
	top: 0px;
	
	white-space: nowrap;
	background: #660000;
	border-bottom: 2px solid #DDD;
}

#top table
{
	width: 100%;
	height: 100%;
	
	margin: auto;
}

#top table tr
{
	width: 100%;
	
	text-align: center;
}

.top_title
{
	width: 25%;
	
	padding-left: 25px;
	text-align: left;
	
	font-size: 225%;
	font-weight: bold;
	font-family: Palatino Linotype;
	letter-spacing: 5px;
	color: #DDDDDD;
	
	text-shadow: #000000 2px 2px 2px;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=145,strength=2);
}

.top_menu
{
	width: 75%;
	
	padding-bottom: 7px;
	
	font-size: 100%;
	font-weight: bold;
	font-family: Palatino Linotype;
	text-align: center;
	color: #DDDDDD;
}

.top_menu a
{
	margin-left: 10px;
	margin-right: 10px;
	
	text-shadow: #000000 1px 1px 1px;

	color: #DDDDDD;
	text-decoration: none;
	
	padding: 6px;
}

.top_menu a:hover
{
	background: #990000;
	
	color: #FFFFFF;
	
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #770000;
	
	box-shadow: #FFFFFF 0px 0px 2px;
	-webkit-box-shadow: #FFFFFF 0px 0px 2px; 
	-moz-box-shadow: #FFFFFF 0px 0px 2px;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#990000, offX=0, offY=0, positive=true);
	
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
}

.top_menu a:active
{
	background: #DD0000;
	
	color: #FFFFFF;
	
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	
	box-shadow: #FFFFFF 0px 0px 2px;
	-webkit-box-shadow: #FFFFFF 0px 0px 2px; 
	-moz-box-shadow: #FFFFFF 0px 0px 2px;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#990000, offX=0, offY=0, positive=true);
	
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
}

/*
	Did You Know (DYK) SECTION
*/

#dyk
{
	width: 1000px;
	height: 16px;
	
	margin: auto;
	margin-bottom: 15px;
	
	padding-top: 15px;
	
	font-family: Verdana;
	font-size: 80%;
	text-indent: 50px;
	
	cursor: help;
	
	background-image: url("../medias/middle_background.png");
	background-position: center;
}

#dyk a
{
	font-weight: bold;
	color: #990000;
	
	text-decoration: none;
}

#dyk a:hover
{
	color: #FF0000;
}

/*
	FOLLOW US SECTION
*/

#follow_us
{
	float: right;
	margin-right: 30px;
	
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
	text-shadow: #999999 1px 1px 1px;
	color: #990000;
	
	vertical-align: middle;
}

#follow_us a img
{
	border: none;
	vertical-align: middle;
}

/*
	MAIN SECTION
*/

#main
{
	width: 100%;
	
	padding-top: 50px;
}

#top_back
{
	width: 1000px;
	height: 25px;
	
	margin: auto;
	
	background-image: url("../medias/top_background.png");
	background-position: center;
}

#main_section
{
	width: 1000px;
	
	padding-bottom: 25px;
	margin: auto;
	
	background-image: url("../medias/middle_background.png");
	background-position: center;
}

#bottom_back
{
	width: 1000px;
	height: 25px;
	
	margin: auto;
	
	background-image: url("../medias/bottom_background.png");
	background-position: center;
}

#main_title
{
	width: 900px;
	
	margin: auto;
	margin-left: 75px;
	padding-bottom: 25px;
	
	font-size: 200%;
	font-family: Palatino Linotype;
	font-weight: bold;
	text-shadow: #999999 2px 2px 2px;
	color: #990000;
}

.main_subtitle
{
	width: 900px;
	margin-top: 15px;
	margin-left: 75px;
	
	font-size: 125%;
	font-family: Palatino Linotype;
	color: #990000;
}

.main_text
{
	width: 900px;
	
	margin: auto;
	
	color: #000000;
	font-family: Verdana;
	font-size: 80%;
	text-align: justify;
	
}

#main_section ul
{
	margin-left: 50px;
	
	color: #000000;
	font-family: Verdana;
	font-size: 80%;
	
	list-style: none;
}

.main_table
{
	width: 500px;
	
	margin-top: 10px;
	margin-left: 50px;
}

.main_table tr th
{
	color: #990000;
	font-family: Tahoma;
	font-size: 80%;
	text-align: justify;
}

.main_table tr td
{
	height: 25px;
	
	color: #000000;
	font-family: Tahoma;
	font-size: 80%;
	text-align: justify;
}

.main_table a
{
	text-decoration: none;
	
	color: #660000;
}

.main_table a:hover
{
	color: #CC0000;
}

.main_img
{
	width: 1000px;
	
	margin-top: 15px;
	
	text-align: center;
}

/*
	RHUM SLIDESHOW
*/

.rum-slideshow
{
	width: 900px;
	
	margin: auto;
	
	color: #000000;
	font-family: Verdana;
	font-size: 80%;
	text-align: justify;
}

.rum-slideshow p
{
	font-size: 150%;
	font-family: Palatino Linotype;
	color: #990000;
}

.rum-slideshow a
{
	color: #990000;
	text-decoration: none;
}

.rum-slideshow a:hover
{
	color: #660000;
}

.content
{
	
	padding: 10px;
	
	color: #333333;
	font-weight: bold;
	text-align: center;
	
	background: #660000;
	background-image: url("../medias/test.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	-moz-box-shadow: #333333 0px 0px 5px;
	-moz-border-radius: 5px;
}

.description
{
	margin-top: 10px;
}

.tip
{
	font-style: italic;
	font-size: 110%;
	font-family: Palatino Linotype;
	color: #990000;
	
	padding-top: 15px;
	text-indent: 25px;
	
}

.content img
{
	text-align: center;
}

.buyit
{
	font-size: 110%;
	text-shadow: #999999 1px 1px 1px;
}

/*
	PARTNERS SECTION
*/

#main_partners
{
	width: 1000px;
	
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-family: Tahoma;
	font-size: 80%;
}

#main_partners th
{
	
	text-align: left;
	color: #990000;
	
}

#main_partners a
{
	color: #660000;
	text-decoration: none;
}

#main_partners a:hover
{
	color: #CC0000;
	text-decoration: none;
}

/*
	BOTTOM SECTION
*/

#bottom
{
	width: 900px;
	height: 100px;
	
	margin: auto;
	
	text-align: center;
}

#bottom p
{
	color: #999999;
	font-size: 80%;
	text-align: center;
}

#bottom a
{
	text-decoration: none;
	color: #999999;
}

#bottom a:hover
{
	text-decoration: none;
	color: #CCCCCC;
}