*{
	margin: 0;
	padding: 0;
}

a{
	color: #2B3D47;
	text-decoration: none;
}
a:focus{
	outline: none;
}

body{
	background-color: #343434;
	background-image: url(../../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2{
	color: #496979;
	font-weight: normal;
}

h1{
	font-size: 25px;
	margin-bottom: 15px;
}

h2{
	font-size: 14px;
	margin-bottom: 7px;
}

img{
	border: 0;
}

p{
	margin-bottom: 15px;
	text-align: justify;
}
p.separator{
	text-align: center;
}

#big-e{
	margin-top: 29px;
}

#content{
	background-color: #FFF;
	padding: 18px 32px;
}
#content ul{
	list-style-position: inside;
	margin-bottom: 15px;
}

#extended-title{
	color: #A2A2A6;
	letter-spacing: 1px;
	line-height: 44px;
	text-transform: uppercase;
}
#extended-title .yellow{
	font-weight: bold;
}

#footer{
	background-color: #535353;
	color: #949494;
	font-size: 11px;
	padding: 16px 32px;
}
#footer a{
	color: #FFF;
	font-weight: bold;
}

#header{
	margin-bottom: 16px;
}

#main{
	overflow: visible; /* hidden */
}

#main-content-wrapper{
	width: 696px;
}

#nav{
	background-image: url(../../images/item-grey-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: -53px;
	padding-top: 72px;
	width: 248px;
	/*width: 195px;*/
}
#nav ul{
	list-style-type: none;
}
#nav ul li{
	height: auto !important;
	height: 28px;
	line-height: 28px;
	margin: 3px 0;
	min-height: 28px;
	padding-right: 3px;
	text-align: right;
	text-transform: capitalize;
}
#nav ul li a{
	font-size: 14px;
	font-weight: bold;
}
#nav ul li#circlevision{
	background-image: url(../../images/item-blue-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#nav ul li#circlevision a{
	color: #FFF;
}
#nav ul.second-level{
	border: 1px solid #455E6B;
	border-left: 0;
	border-right: 0;
	display: none;
	padding: 5px 0;
	width: auto;
}
#nav ul.active-menu{
	display: block;
}
#nav ul.second-level a{
	color: #FFF;
	font-size: 12px;
}
#nav ul.second-level li{
	height: auto !important;
	height: 18px;
	line-height: normal;
	margin: 0;
	min-height: 18px;
	padding: 0;
}

#strip{
	overflow: hidden;
}

#title{
	height: 44px;
}

#upper-bar{
	background-color: #535353;
	color: #FFF;
	font-size: 11px;
	height: 29px;
	line-height: 29px;
	padding-right: 8px;
	text-align: right;
}
#upper-bar a{
	color: #FFF;
}

.center{
	display: block;
	margin: 0 auto;
}

.clearer{
	clear: both;
}

.left{
	display: block;
	float: left;
}

.max-width{
	width: 900px;
}

.right{
	display: block;
	float: right;
}

.yellow{
	color: #FFFA00;
}