* {
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	border:none;
	text-decoration:none;
	outline:none;
}

body{
	background-color:#fff;
	background-repeat:repeat-x;	
	background-position: 0px 54px;
}

.wraper{	
	position:relative;
    	float:left;	
	width:620px;
	border-right:solid #2C2C2C 1px;
}

.all-wraper{
	position:relative;
	overflow:hidden;
}
.controls {
	background-image:url(ui_images/controls.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:5px;
	height:25px;
	
}

.sean-360 {
	background-image:url(ui_images/sean-360.png);
	width:231px;
	height:275px;
	position:absolute;
	top:100px;
	left:420px;
	z-index:0;
	visibility: hidden
}


a.item{
	display:block;	
	width:90%;
	height:51px;
	float:none;
	border:solid #222222 5px;
}

a.item:hover{
	border:solid #1E1E1E 5px;
}

.number{
	position:relative;
	background-image:url(images/preview/circle.png);
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	text-align:center;	
	font-family: 'AllerLightRegular';
	font-size:13px;
	color:#ffffff;
	padding-top:5px;
	left:-13px;
	top:12px;
}

.margin30{
	top:30px;
}

.col1 {
    float:left;
    width:45%;
}
.col2 {
    float:left;
    width:45%;
    padding:0 10px;
    margin-left:25px;
}

.header{
	background-color:#191919;	
	height:54px;
	width:100%;
}
.header>*{
	padding:17px 0;	
}

.menu{
	float:right;	
}
.menu>*{
	float:left;
	font-size:15px;	
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#737373;
}

.menu a{
	margin-left:5px;
	color:#ffffff;
}
.menu a.active{
	color:#737373;
}

.center{
	position:relative;
	width:650px;
	margin:0 auto;
}
.center>*{
	padding-left:10px;
	padding-right:10px;
}
.sep5{
	height:5px;
	display:block;
}
.sep10{
	height:10px;
	display:block;
}
.sep15{
	height:15px;
	display:block;
}
.sep20{
	height:20px;
	display:block;
}
.sep30{
	height:30px;
	display:block;
}

.white{
	color:#fff;	
}

#viewer{
	margin:0 auto;
	border:solid #8e8e8e 5px;
}

.viewer-holder{
	width:630px;
	float:left;
}

.right-wraper{
	position:relative;
	float:right;	
	width:340px;
}

h3 span{
	color:#FF3232;
}

.header h1{
	float:left;
	top:-5px;
}
a {
	font-family: 'AllerLightRegular';
	font-size:14px;
	color:#222;
	position:relative;
	
}

a:hover {
	font-family: 'AllerLightRegular';
	font-size:14px;
	color:#F90;
	position:relative;
}
h1{
	font-family: 'NovecentowideBookBold';
	font-size:26px;
	color:#fff;
	position:relative;
}
h1.large{
	font-size:42px;
}
h1.smaller{
	font-size:24px;
}

h1 span{
	color:#FF3232;
}

h2{
	font-family: 'AllerLightRegular';
	font-size:15px;
	color:#FF3232;
}

h3{
	font-family: 'AllerLightRegular';
	font-size:13px;
	color:#ffffff;
	text-align:left;
	padding:0px 3px;
}

ul{
	list-style:none;
}
ul li{
	font-size:14px;	
	font-family:'AllerLightRegular';
	color:#ffffff;
	padding:3px 0px;
	background-image: url(images/preview/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px; 
	padding-left: 20px; 
}

p{
	font-family: 'AllerRegular';
	font-size:11px;
	color:#C4C4C4;
	padding:0px 3px;
	padding-bottom:3px;
	text-align:justify;
}
p.info{
	font-size:13px;	
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

p a, li a{
	text-decoration:underline;
	color:#ffffff;	
}

p a:hover, li a:hover{
	color:#FF3430;
}
