/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
font: 1.2em "Gill Sans", Calibri, Trebuchet, sans-serif;
color: #fff;
background: #b81b05;
position: relative;
border-top: solid 15px #191919;
}

/* !typeography ---- */
h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
font-weight: normal;
}

h1 {
font-size: 3.2em;
color: #fff;
margin: 20px 0;
}

h2 {
font-size: 1.2em;
color: #191919;
margin: 20px 0;
}

a {
color: #fff;
text-decoration: underline;
}

a:hover {
color: #191919;
}

/* !Header ---- */
#header {
position: relative;
height: 50px;
padding: 20px 0;
}

/* !Logo ----- */
#logo {
float: left;
margin: 0;
}

#logo a {
background: url(img/logo.png) no-repeat 0 0;
text-decoration: none;
display: block;
padding: 7px 0 0 40px;
color: #191919;
}

#logo a:hover {
background-position: 0 -35px;
color: #fff;
}

/* !Nav ----- */
#navigation{
float: right;
}

#navigation li{
float: left;
margin-left: 30px;
line-height: 50px;
}

#navigation li a{
text-decoration: none;
text-transform: uppercase;
color: #191919;
}

#navigation a.active,
#navigation a:hover.active{ color: #fff; }

#sub-nav {
float: right;
clear: both;
display: block;
width:960px;
overflow: hidden;
font-size: 12px;
}

#sub-nav li {
float: right;
margin-left: 10px;
}

/* !Container ----- */
#container {
margin: 0 auto;
padding: 0;
width: 960px;
min-width: 960px;

}

/* !Footer ----- */
#footer {
clear: both;
width:960px;
overflow: hidden;
font-size: 12px;
margin-top: 100px;
}

#footer li {
float: right;
margin-left: 10px;
}

/* !hreview ----- */
.hreview {
margin: 50px 0;
overflow: hidden;
position: relative;
}

.hreview .item {
border-bottom: solid 1px #fff;
padding: 10px 0;
color: #191919;
-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.3); 
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.3); 
}

.hreview .item a {
text-decoration: none;
text-transform: uppercase;
font-size: 1.8em;
color: #fff;
padding-right: 10px;
text-shadow: 3px 3px 10px rgba(0,0,0,.5);
}

.hreview .item a:hover {
color: #fff;
}

.hreview .item span {
padding: 2px 7px;
background: #191919;
color: #fff;
font-size: 11px;
border-radius: 3px; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
text-shadow: 0 0 2px rgba(0,0,0,.8);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5); 
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); 
}

.hreview .photo {
width: 500px;
margin: 0 0 0 -520px;
padding: 15px 10px;
float: left;
}


.hreview .photo img {
-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.5); 
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.5); 
}

.hreview .description {
margin-left: 510px;
}

.hreview .description p {
padding: 10px 0px 10px 10px;
font-size: .9em;
text-align: justify;
}

/* !Contact ----- */

#guideline {
	margin: 20px 0;
}

#contact input,
#contact textarea,
#submit {
margin-bottom: 20px;
}

#contact label {
clear: left;
display: block;
text-shadow: 3px 3px 10px rgba(0,0,0,.5); 
}

#contact input,
#contact textarea {
width: 605px;
border: solid 1px #5F1006;
border-bottom: solid 1px #FFD5CF;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
padding: 5px 8px;
font-size: .8em;
}

#submit {
width: 100px !important;
font-size: 1.2em;
background: #191919;
color: #fff;
border-color: #111 !important;
clear: left;
margin-left: 523px;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}