/*---------------------
GLOBAL STYLES
-----------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: small;
	color:#a2a2a2;
	line-height:150%;
	text-align: center;/*IE Hack*/
	background-color: black;
}
* html body {
	font-size: x-small;/*IE5*/
	fo\nt-size: small;/*IE6*/
	
}
a img {
	border: none;
}
/*text styles*/		
p, ul {
	margin: 0 0 1em 0;
	
}
li {
	list-style-position: inside;
}
a:link, a:visited {
	text-decoration: none;
	color:#3b3b3b;
}
a:hover, a:active {
	text-decoration: none;
	color:#787878;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
	margin: 0 0 0.625em 0;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
/*---------------------
LAYOUT STYLES
-----------------------*/
#wrap {
	margin: 0 auto;
	width:  955px;
	text-align: left;
	/*background: url(../img/bg_page.gif) 50% 100% no-repeat;*/
	background:black url(../images/bg-loop.jpg);
}
/* dans css */

#content {
	background:black url('../images/bg-top.jpg') top left no-repeat;
	height:256px;/*overflow:auto;
	_height:1%
	*/
}


/* column 1 */
#header{ 
	height:250px;
	text-align:center;
	clear:both;
	

}



#flashcontent li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}


#column1 {
	float:left;
	width:593px;
}
#column1 p {
	font-size:90%;
	padding:0 25px 0 45px;
}
#column1 em {
	color:white;
	font-style:normal;
	font-size:110%;
}


/* column 2 */
#column2 {
	float:left;
	width:362px;
}
#column2 p {
	padding:0 20px 0 20px;
}
#column2 #quote {
	padding:20px 30px 0 10px;
	color:#666666;
}
#column2 small {
	font-style:normal;
	display:block;
	font-size:80%;
	padding-top:10px;
	color:#c2c2c2;
}
#column2 .imageMiddle { 
	padding-left:25px;
}
/* footer styles */
#footer {
	clear:both;
	background:black url('../images/bg-footer.jpg') top left no-repeat;
	height:78px;
	text-align:center;
	font-size:80%;
}
#footerMediaGallery {
	clear:both;
	background:black url('../images/bg-footerMediaGallery.jpg') top left no-repeat;
	height:78px;
	text-align:center;
	font-size:80%;
}
#footerVideos {
	clear:both;
	text-align:center;
}
#footerMediaGallery li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}



#footer #navlist {
	padding-top:30px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}





/* rollover images */

#btn_mediaGallery  {
	display: block;
	height: 60px;
	width: 278px;
	background-position: 50% 0;
	background-color: #000;
	background-image:url(../images/button-gallery.jpg);
	text-indent: -999px;
	}

a#btn_mediaGallery:hover  {
	background-position: 50% -60px;
}	


#btn_testemonials  {
	display: block;
	height: 60px;
	width: 278px;
	background-position: 50% 0;
	background-color: #000;
	background-image:url(../images/button-testimonials.jpg);
	text-indent: -999px;
	}

a#btn_testemonials:hover  {
	background-position: 50% -60px;
}	

/* cleanlist */

.cleanlist {

width:240px;
float:left;
padding-left:45px;


}

.cleanlist li {
	list-style-type: none;
	font-size:80%;
	
}


.linebreak {
	width:400px;
	
	text-align:center;
	height:1px;
	display:block;
	margin:20px 0 20px 100px;
	
	border-top:1px dashed #333;
}


 .contactus {
	margin-left:40px;


}


