/* CSS Document */

/*
===========
COLOR GUIDE

Blue: #336699;
Maroon: #993333;
Mustard: #FFCC66;
Charcoal: #3333333;

===========
*/


* { margin: 0px; padding: 0px; border: 0px; }

body{
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #dedede;
}

#container{
	position: relative;
	margin: 0px 0px;
	text-align: left;
	width: 760px;
	border: #4466aa solid;
	border-width: 0px 1px 1px 0px;
	background: url(../images/container-background.jpg) #336699 repeat-y top left;
}

/*=========================HEADER====================================*/

#header{
	position: relative;
	height: 100px;
	background: #993333 url(header-background.gif) left no-repeat;
}

#top-links{
	font-size: .9em;
	position: relative;
	text-align: right;
	padding: 6px;
	background-color:#333;
	color: #aaa;
}

#top-links a, #top-links a:visited{
	color: #fc6;
}

#top-links a:hover{
	color: #933;
}

/*===========================SIDEBAR and SIDE LINKS===================================*/

#sidebar{
	width: 175px;
	float: left;
	position: relative;
	padding-top: 50px;
	background: url(../images/sidebar-top.jpg) no-repeat;
}

#sidebar ul{
	list-style: none;

}

#sidebar ul li{
	border-top: 1px dotted #666;
	padding: 3px 0px 3px 8px;
}

#sidebar ul li.top{
	border-top: none;
}

#sidebar ul li a{
	text-decoration: none;
	color: #222;
}

#sidebar ul li a:hover{
	color: #CC0033;
}

#sidebar ul li.heading{
	text-align: left;
	display: list-item;
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li.heading a, #sidebar ul li.heading a:visited{
	display: block;
	width: 159px;
	border-right: 1px solid #444;
	margin: 0px;
	padding: 5px 0em 5px 15px;
	background: #FFCC66 url(../images/menu-bottom.jpg) bottom repeat-x;
	color: #333;
}
#sidebar ul li.heading a:hover{
	background: #933;
	color: #fff;
}

#links{
	padding-bottom: 10px;
	background: url(../images/links-bottom.jpg) bottom center no-repeat;
}


/*================================MAIN CONTENT==========================================*/

#content{
	/*position: absolute;
	left: 175px;
	top: 100px;*/
	margin-left: 175px;
	background: url(../images/content-background.jpg) top right repeat-y #CC9966;
}

#content-inner{
	position: relative;
	overflow: hidden;
}

#content-left{
	position: relative;
	margin-right: 250px;
	padding: 300px 5px 0px;
	font-size: .95em;
}

html>body #content-left{
	position: relative;
	margin-right: 250px;
	padding: 0px 5px;
}

#content-left h2{
	padding: 10px 10px;
	margin: 0px;
	font-size: 1em;
	color: #fff;
	text-align: left;
	text-transform: lowercase;
	display: block;
	border-bottom: 2px dotted #ddd;
}

#content-left p{
	padding: 10px;
	position: relative;
	color: #FFFFFF;
}

#left-top{
	width: 335px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #333;
}

html>body #left-top{
	position: relative;
	width: 335px;
	background: #333;
	margin: 0px 0px 25px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#left-top img{
	float: left;
}

#left-top p{
	color: #fff;
	padding: 10px 15px 10px 315px;
	font-size: .8em;
	line-height: 1.5em;
}

#content-right{
	float: right;
	width: 250px;
	position: relative;
	padding-bottom: 10px;
	background: url(../images/right_links_background.jpg) bottom center no-repeat;
}

#content-right ul{
	list-style: none;
	margin: 10px;
}

#content-right ul li{
	color: #000;
	padding: .5em;
	border: dotted #333;
	border-width: 1px 0px;
	background: #fff;
	margin: 2px 0px;
	font-size: .8em;
}

#content-right ul li.russia{
	background: url(../images/russian_flag.jpg) 7px center no-repeat #fff;
}

#content-right ul li.italy{
	background: url(../images/italian_flag.jpg) 7px center no-repeat #fff;
}

.right_heading{
	width: 230px;
	padding: 10px;
	background: #369;
	color: #FFFFFF;
	text-transform: uppercase;
}

.right_subhead{
	text-align: left;
	width: 240px;
	padding: 3px 5px;
	background: #69c;
	color: #FFFFFF;
	text-transform: uppercase;
}

.center{
	text-align: center;
}

p.bold{
	font-weight: bold;
	font-size: .95em;
	color: #fc6;
}

.small_text{
	font-size: .7em;
	text-transform: none;
	margin: 5px 0px;
}

p.small_text a, p.small_text a:visited{
	color: #fc6;

}

p.small_text a:hover{
	color: #fff;
	text-decoration: none;
}

/*============================FOOTER=======================================================*/

#footer{
	position: relative;
	clear: both;
	font-size: .7em;
	text-align: center;
	padding: 10px;
	background-color:#333333;
	color: #FFFFFF;
}


/*=============================RIGHT-SIDE SLIDERS===========================================*/

/*=============================TABLES====================================================*/

#sidebar table{
	width: 100px;
	padding: 5px;
	color: #FFF;
}

#sidebar table td{
	padding: 2px;
}

#sidebar input{
	width: 90px;
	padding: 3px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#sidebar input.button{
	width: 75px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


#SectionTitle
{
	position:absolute; 
	left:40px; 
	width:960px;
}

#column-left
{
	background-image:none;
	border:none;
}
#content h1
{
	margin-left:0px;
}


#content-text-alignment
{
	top:-100px;
}

#slogan
{
	
	top:-433px;
	position:relative;
	margin-left:755px;
	z-index:400;
	background-image:url(../sloganbg.png);
	max-width:100px;
	max-height:100px;
}

#sloganbg
{
	
	top:-500px;
	position:relative;
	margin-left:800px;
	z-index:399;
	
	width:100px;
	height:100px;
}


#extrabreak
{
	height:20px;
	
}
body {

margin: 0; padding: 0;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

*{outline: none;}

img {border: 0;}

.container {
width: 790px;
padding: 0;
margin: 0 auto;
}

.folio_block {
position: absolute;
left: 50%; top: 50%;
margin: -140px 0 0 -395px;
} 


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding-left:0px;
	top:-7px;
}
/*--Window/Masking Styles--*/
.window {
	height:192px;	width: 955px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -8px; right: 0px;
	width: 673px; height:42px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg4.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	/*background: #FFFFFF;*/
	/*border: 0px solid #610000;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
