@charset "utf-8";
/* SofiaRusso.com Styles */

* {
	margin:0;
	padding:0;
	}
body, html {
	height:100%;
	}
body {
	background:#111 url(../images/bg.jpg) repeat top left;
	/*background:#222;*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	}
a {
	color:#df95de;
	outline:none;
	}
#outer, .outer {
	border-collapse:collapse;
	background:transparent url(../images/bg3.jpg) no-repeat center center;
	width:100%;
	height:100%;
	}
#shell {
	position:relative;
	width:1000px;
	height:450px;
	border:1px solid #000;
	background:#101010;
	margin:auto;
	}
#left {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash1.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	#left-2 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash1a.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
		#left-3 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash3.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
    #left-4 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash4.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	#left-5 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash5.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	
	#left-6 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash6.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	
	#left-7 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash7.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
#left-8 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash8.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	
	#left-9 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash9.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	#left-10 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash10.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	
	#left-11 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash11.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	#left-12 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash12.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	#left-13 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash13.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	#left-14 {
	position:relative;
	float:left;
	width:425px;
	height:450px;
	background:transparent url(../images/splash14.jpg) no-repeat top right;
	border-right:2px solid #000;
	}
	
#nav_shell {
	position:relative;
	float:left;
	width:210px;
	height:450px;
	background:#000;
	filter:alpha(opacity=71);-moz-opacity:.71;opacity:.71;
	border-right:1px solid #fff;
	}
#nav {
	position:relative;
	float:left;
	width:210px;
	height:450px;
	margin-left:-210px;
	}
#nav img {
	position:absolute;
	bottom:25px;
	left:20px;
	border:none;
	}
#nav ul {
	list-style-type: none;
	text-align: left;
	margin:30px 0 0 40px;
	}

#nav ul li a {
	padding-left: 20px;
	text-align: left;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
	}
#nav ul li {
	margin:10px 0;
	letter-spacing:.05em;
	}

#nav ul li a:hover {
	background: transparent url(../images/list-hover.png) left center no-repeat;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	color: white;
	}

#nav ul li a#current, #nav ul li a#current:hover {
	background: transparent url(../images/list-active.png) left center no-repeat;
	color: #df95de;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	}

#right {
	position:relative;
	float:right;
	width:525px;
	height:450px;
	background:transparent url(../images/main_accent.png) no-repeat top right;
	}
h5 {
	margin:50px 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:lowercase;
	font-size:22px;
	width:420px;
	border-bottom:1px solid #363636;
	padding-bottom:5px;
	color:#df95de;
	}

#content {
	position:relative;
	width:470px;
	height:294px;
	font-size:95%;
	line-height:1.5;
	overflow:auto;
	outline:none;
	padding-right:10px;
	}
#content p, #content ul, #content ol, #content h1, #content h2, #content table {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:15px;
	}
#content blockquote {
	width:350px;
	padding:30px;
	margin:10px 0 20px 5px;
	background:#404040;
	border:1px solid #ccc;
	font-style:italic;
	font-size:11px;
	}
#content ul li {
	list-style-type:square;
	}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:lowercase;
	font-size:18px;
	border-bottom:1px solid #363636;
	padding-bottom:5px;
	color:#df95de;
	}
.infobox {
	width:150px;
	position:relative;
	float:left;
	padding:15px;
	border:1px solid #fff;
	margin:5px 15px 15px 0;
	background:#000;
	font-size:94%;
	}
.infotable {
	width:320px;
	}
.infotable th {
	border-bottom:1px solid #404040;
	padding-bottom:5px;
	text-align:right;
	}
.infotable td {
	text-align:right;
	}
.infotable .first {
	text-align:left;
	}
#footer {
	text-align:center;
	font-size:11px;
	padding-top:8px;
	color:#575757;
	}
#footer a {
	color:#ccc;
	}
h1
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
margin:0px;
padding:0px;
font-size:11px;
text-align:center
}