/* 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:#ececdb; center top repeat #0e0f0f;}

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

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


.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}


.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*************************************/
body {
	width:100%;
	height:100%;
	position:relative; 
	z-index:2;
	background:url(../images/backgroundSM.png) top center repeat;
}


	
/***** menu *****/



/*********************************content*************************************/


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

.img1 {
  position: relative;
  z-index: 1;
}

.img2 {
  position: relative;
  z-index: 1;
  top: -120px;
}

.img3 {
  position: relative;
  z-index: 1;
  top: -190px;
}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:20px 0 20px;
	background:#ececdb;
}
	footer span {display:block;}
