@import url('reset.css');
BODY{
	background: #333 url(../images/site_bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.33em;
	color: #CCC;
	text-align: center;
}
a{
	color: #FFF;
}
#wrapper{
	text-align: left;
	width: 1043px;
	background: url(../images/body_c.png) repeat-x left top;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
#container{
	background: url(../images/body_r.png) no-repeat right top;
	position: relative;
}
#nav{
	position: absolute;
	top: 123px;
	left: -24px;
}
#nav a{
	display: block;
	float: left;
	clear: both;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 38px;
	height: 102px;
}
#nav span{
	position: absolute;
	top: -99999px;
}
#nav #h a{
	background-position: left -8px;
}
#nav #h a:hover, #nav #h a.cur, #nav #h a.newsHover:hover{
	background-position: -58px -8px;
}
#nav #h a.newsHover{
	background-position: -120px -8px;
}
#nav #n a{
	background-position: left -109px;
}
#nav #n a.homeHover{
	background-position: -58px -109px;
}
#nav #n a:hover, #nav #n a.cur{
	background-position: -120px -109px;
}
#nav #c a{
	background-position: left -210px;
}
#nav #c a:hover, #nav #c a.cur, #nav #c a.newsHover:hover{
	background-position: -182px -210px;
}
#nav #c a.newsHover{
	background-position: -58px -210px;
}
#main{
	background: url(../images/body_l.png) no-repeat left top;
	padding: 0 14px;
	padding-top: 91px;
}
#header h1, #header h2{
	position: absolute;
	left: -9999px;
}
#header{
	height: 42px;
	background: url(../images/logo.png) no-repeat left top;
	position: relative;
}
#body{
	margin-left: 65px;
	overflow: hidden;
	zoom: 1;
}
#content{
	float: left;
	width: 534px;
	padding-top: 30px;
	background: url(../images/vert_sep.png) no-repeat right top;
}
#content p{
	margin-right: 75px;
	margin-bottom: 23px;
}
#content h1{
	color: #FFF;
	font-size: 1.33em;
	font-weight: normal;
	margin-bottom: 12px;
	clear: both;
}
#content p .h{
	color: #FFF;
}
#content ul{
	float: left;
	width: 158px;
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 37px;
}
#video{
	float: left;
	width: 415px;
}
#ctv-video a{
	display: block;
	margin: 20px 10px;
	font-size: 1.3em;
	color: #FFF;
}
#video h1{
	display: block;
	float: left;
	margin-left: 10px;
	background: url(../images/bar_logo.gif) no-repeat 6px 6px;
	width: 87px;
	padding-top: 129px;
	font-size: .7em;
	color: #FFF;
	text-align: center;
}
#video span{
	float: right;
	text-transform: uppercase;
	color: #FFF;
	margin-right: 53px;
	margin-top: 10px;
}
#content .w{
	font-size: 1.5em;
	margin-bottom: 34px;
}
#content h3{
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
}
#content h3.tel{
	color: #CCC;
	font-weight: normal;
	margin-top: 10px;
}
#footer{
	margin: 18px 51px 30px 51px;
	border-top: 2px solid #C5C5C5;
	padding: 14px 20px 0;
	text-align: center;
}
#footer .vcard{
	margin-bottom: 14px;
}
#footer .vcard .tel{
	text-transform: uppercase;
	padding-left: 30px;
}
#footer p{
	font-size: .75em;
	line-height: ;
	color: #CCC;
}
.cl{
	display: block;
}
img#sl{
	position: relative;
	top: -30px;
}
.row{
	padding: 5px 0;
	overflow: hidden;
}
h2{
	font-size: 1.5em;
	font-weight: normal;
}
#contact-page #body h3{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}
form label{
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}
form .row input, form .row textarea{
	float: left;
	width: 280px;
}
form .row textarea{
	height: 100px;
}
form .buttons{
	padding: 5px 0;
	text-align: right;
}
form .buttons input{
	margin-right: 100px;
}
#contact{
	margin: 10px 0;
}