/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%; height:100%;}

body {font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:25px;color:#7f7f7f;min-width:1000px;height:100%;background:#fff; center top repeat #0e0f0f;}
.ic {border:0;float:right;background:#000;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:1000px; 	
	margin:0 auto;
}

a {color:#cc2800; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:22px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.indent {padding:46px 0 0 30px;}
.indent-top {padding-top:10px;}
.indent-left {padding-left:20px;}
.indent-right {padding-right:20px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:18px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:11px 20px 0px 0;}
.img-indent-r {float:right; margin:-43px 0px 0px 30px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.list-2 a,
.link,
.button,
.button2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	height:100%;
	background:#000;
	position:relative; 
	z-index:2;
			background:url(../images/logo.jpg) top center no-repeat;
}

h1 {
	padding:25px 0 24px 1px; 
	float:center;
}
	h1 a {
		display:block; 
		width:458px;
		height:94px;
		text-indent:-9999em;
		background:url(../images/logo.png) center center no-repeat;
	}
	
/***** menu *****/
.menu {
	padding:66px 29px 0 0; 
}
.menu li {
	float:left; 
	position:relative;
	padding-left:28px;
}
.menu li a {
	display:inline-block; 
	font-size:14px; 
	line-height:17px; 
	color:#7f7f7f; 
}
.menu li a.active,
.menu > li > a:hover {color:#cc2700;}

.row-bot {
	width:100%;
	padding: 0 0;
	background:url(../images/row-bot-tail.gif) center top repeat-x;
}
.title-1 {
	display:block;
	font-size:29px; 
	line-height:2em; 
	color:#fff;
	letter-spacing:-2px;
	margin-bottom:5px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:40px 0 60px;
	background:#000;
	position:relative;
	z-index:1;
}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

.box {
	width:100%;
	background:url(../images/box-tail.gif) 0 0 repeat;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.box .padding {padding:5px 20px 15px;}

.border-bot {
	width:100%; 
	padding-bottom:0px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}


.text-1 {
	display:block;
	font-size:19px;
	line-height:45px;
	color:#fff;
	letter-spacing:-2px;
	margin-bottom:5px;
} 


		
/****************************footer************************/
footer {
	width:0%; 
	padding:0px 0 0px;
	background:#fff;
}
	footer span {display:block;}
