@charset "utf-8";
/*------------------------------Reset style Starts-------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus { outline: 0;}body { line-height: 1; color: #000000; background: white; font-family:Arial, Helvetica, sans-serif; font-size:12px}
ul { list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
strong { font-weight:bold;}
img {
	margin:0;
}
a:link {
	text-decoration: underline;
	color:#333
}
/*------------------------------Reset style Ends-------------------------------*/
iclear{ clear:both; width:100%;}
body {
	font: normal 14px/16px "Myriad Pro", Arial, Helvetica, sans-serif;
	background-color:#333;
}
#wrapper { margin:0 auto; width:1020px;}
.innerwrapper { width:962px; margin:0 auto;}

#header {
	height:167px;
	width:100%;
	float:left;
	background-color: #CCC;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
}

.logo { background: width:258px;
	height:135px;
	margin-left:50px;
	text-align:center;
	float:left;
	margin-bottom: 20px;
	margin-top: 6px;
}
.logo h1 { color:#FFF; font:normal 32px/25px "Myriad Pro", Arial, Helvetica, sans-serif; padding-top:45px; text-transform:uppercase;}

.logo p  { color:#aaa780;}

.nav {
	float:right;
	margin-top:71px;
	margin-right:67px
}
.nav ul li { text-transform:uppercase; display:inline; padding: 0 12px;}

.nav ul li a {
	color:#C00;
	text-decoration:none;
	font-size: 24px;
}

.nav ul li a:hover {
	color:#F00;
	text-decoration:underline;
	font-size: 24px;
}

#container {
	float:left;
	width:100%;
	color:#000;
	padding-top:68px;
	padding-bottom:35px;
	background-color: #FFF;
}

#gallery {
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
}


.block1 , .block2 { float:left; margin-left:30px;} 

.block1 {
	width:518px;
	font-style: italic;
}

.block1 h1 {
	font:normal 32px/28px "Myriad Pro", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

.block1 img {border-width: 1px; border-style: solid; border-color: #7c7c7c;}

.block1 p {
	font:normal 24px/31px "Myriad Pro", Arial, Helvetica, sans-serif;
}

.block2 { width:395px; color:#FFF;}

.block2 p {
	font:normal 18px/25px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#C00;
	margin-top:15px;
	text-align: center;
}

.block2 img {border-width: 1px; border-style: solid; border-color: #7c7c7c;}


.rightlogos {
	display: block;
	text-align: center;
	padding-top: 10px;
}

.rightlogos img {border:none;}


.footerContainer {
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
	color:#000;
	background-color: #CCC;
}

.text{  float:left; margin: 20px 0; width:228px;}
.text h1 {font:normal 18px/15px "Myriad Pro", Arial, Helvetica, sans-serif;margin-bottom:25px; color:#FFF; }
.text p {font:normal 14px/16px "Myriad Pro", Arial, Helvetica, sans-serif;}

#footer {
	clear:both;
	width:95%;
	margin: 10px auto 0;
}

