/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color:#333333;
	text-align:center;
	margin:0;
	display: block;
	letter-spacing: 0.25px;
	
	padding:0;
	height:100%;
}

.thierryzoghbi {
   min-height: 100%;
   margin-bottom: -150px;
   position: relative;
}


.wrapper{
	margin:0 auto;
	width:960px;
	text-align:left;
	min-height:100%;
	position:relative;
}

.wrapper2{
background-image:url(../img/stripe.png);
background-repeat:repeat;
	margin:0 auto;
	width:960px;
	height:156px;
	text-align:left;
	position:relative;
}

.wrapper700{
	width:680px;
	text-align:left;
	min-height:100%;
	position:relative;
	padding-right:20px;
}

.wrapper260{
	width:260px;
	text-align:left;
	margin:0 auto;
	float:right;
	position:relative;
	top:-1070px;
}


.logowrap{
float:left;
width:960px;
height:150px;
padding:20px 20px 5px 20px;
}

.navcontainer{
	float:right;
	width:750px;
	height:90px;
	padding:20px 20px 5px 20px;
	margin: 0 auto;

}

.header{
	background-image:url(../img/header2new_bg.png);
	background-repeat:repeat-x;
	height: 189px;
}

.logo{
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;
}

.topspacer{
background-image:url(../img/topspacer.png);
background-repeat:repeat-x;
height:34px;
margin:0;
}

.bodybox{
background-repeat:repeat;
background-color:#333333;
text-align:center;
margin:0; 
}

.footer{
position:relative;
height:150px;
background-color:#1B1B1C;
bottom:0;
width:100%;
}


.clearfooter {
   height: 150px;
   clear: both;
}

.intro{
	background-image:url(../img/headimg_bg.jpg) scroll center top;
	width:920px;
	height:199px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;		
}

.introLeft {width:600px; height:400px; float:left;}
.introRight {width:320px; height:400px; float:left;}

.textLeft {width:458px;  height:220px; float:left; padding:10px 10px 10px 10px; }
.textRight {width:458px; height:220px; float:left; padding:10px 10px 10px 10px;}

.textLeft2 {width:460px;  float:left; padding:0px 10px 10px 10px; }
.textRight2 {width:460px; float:right; padding:10px 10px 10px 10px;}

.textLeft3 {width:460px;  height:250px; float:left; padding:10px 10px 10px 10px; }
.textRight3 {width:460px; height:250px; float:left; padding:10px 10px 10px 10px;}

.textRight4 {width:340px; float:left; margin-left:120px; padding:10px 10px 10px 10px;}

#navlist {
	background: transparent repeat-x scroll center top;
	width: 650px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}

.linebreak {
	background: transparent url(../img/linebreak.png);
	background-repeat:repeat-x;
	height: 2px;
	margin: 0;
}

#navlist ul {
	height: 60px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 38px;
	width: 640px;
}

#navlist li {
	float: left;
	margin: 0;
	margin-left: 45px;
	display: list-item;
	width: auto;
	list-style-type: none;
}

#navlist li.active a {
	color: #FFF;
	font-weight:bolder;
	text-decoration: none;
	list-style-type: none;
}

#navlist li.inactive a {
	color: #000000;
	font-weight:lighter;
	text-decoration: none;
	list-style-type: none;
}

#navlist li span {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 4px;
	border-top: 2px solid transparent;
	list-style-type: none;
}

#navlist li:hover span {
	color: #FFF;
	background-color: #151515;
	border-bottom: 3px solid #151515;
	border-top: 2px solid #151515;
	padding: 0px 4px;
	list-style-type: none;
}

#navlist li span.subtitle {
	font-size: 14px;
	font-weight: 100;
	display: block;
	padding: 0px 4px;
	list-style-type: none;
}

#navlist li:hover span.subtitle {
	color: #FFF;
	background-color: #151515;
	border-bottom: 3px solid white;
	padding: 0px 4px;
	list-style-type: none;
}

#navlist li:active span, #navlist li:active span.subtitle {
	background-color: #353232;
	border-top: 2px solid #353232;
	list-style-type: none;
}

#navlist li:active span {
	border-bottom: 3px solid #353232;
	list-style-type: none;
}

/* alternate link style */
a.style2:link {color:#FF6600; font-size: 8pt; background-color:#292929; text-decoration:none;}
a.style2:hover {color:#FFFFFF;  background-color:#292929;}
a.external:visited {color:#999999; font-size: 8pt; background-color:#292929; }
a.external:active {background-color:#292929;}

A.style3:link { font-weight:bold; color:#333333; text-decoration: none}
A.style3:visited { color:#333333; text-decoration: none}
A.style3:active {color:#333333; text-decoration: none}
A.style3:hover { font-weight:bolder; color:#FF3300; }

A.style4:link { font-weight:bold; color:#FF6600; text-decoration: none}
A.style4:visited { color:#FF6600; text-decoration: none}
A.style4:active {color:#FF6600; text-decoration: none}
A.style4:hover { font-weight:bolder; color:#FF3300; }



/* Font */
A.style1:link { background-color:#FFCC00; font-weight:bold; color:#333333; text-decoration: none}
A.style1:visited { text-decoration: none}
A.style1:active { text-decoration: none}
A.style1:hover { font-weight:bolder; color:#FF3300; }

h1{
	letter-spacing: -4px;
	color:#000000;
	background-image:url(../img/ylwstripe.png);
	background-repeat:repeat-x;
	background-color:#FFFF00;
	font-weight:bolder;
	position:relative;
	padding-bottom:0;
	margin-bottom:0;
	text-shadow:#CCCCCC;
	text-align:center;
}

h2{
	margin-left:30px;
	letter-spacing: -2px;
	color:#CCCCCC;
	font-weight:bolder;
	position:relative;
	padding-bottom:0;
	margin-bottom:0;
	text-decoration:overline;
	text-decoration:underline;
}

h3{
	margin-left:30px;
	/*letter-spacing: 2px;*/
	color:#FFFFFF;
	/*font-weight:bolder;*/
	position:relative;
	padding-bottom:0;
	margin-bottom:0;
	font-size:14px;
}

h4{
	margin-left:60px;
	margin-right:20px;
	color:#000000;
	font-weight:normal;
	padding-bottom:0;
	margin-bottom:0;
	position:relative;
}

h5{
	font-size:10px;
	letter-spacing: 2px;
	color:#FFFFFF;
	font-weight:bolder;
	position:relative;
	padding-bottom:0;
	margin-bottom:0;
	overflow: hidden;
	float:right;
}

h6{
	letter-spacing: 2px;
	color:#FF6600;
	font-weight:bolder;
	position:relative;
	padding-top: 2px;
	padding-bottom:0;
	margin-bottom:0;
	text-decoration:underline;
}

h7{
	margin-left:30px;
	font-size:14px;
	color:#CC6600;
	font-weight:bold;
	position:inherit;
	padding-bottom:0px;
	padding-top:0px;
}

h8{
	margin-left:60px;
	margin-right:20px;
	color:#000000;
	font-weight:normal;
	padding-bottom:0;
	margin-bottom:0;
	position:relative;
}

h9{
	font-size:12px;
	letter-spacing: 10px;
	color:#990000;
	font-weight:lighter;

	padding-bottom:0;
	margin-bottom:0;
}

h10{
	font-size:20px;
	letter-spacing: 2px;
	color:#FFFFFF;
	font-weight:bolder;
	
	padding-bottom:0;
	margin-bottom:0;
	}
