@charset "utf-8";
/* CSS Document */

/* MAIN */
* {
	font-family: Helvetica;
	margin: 0;
	padding: 0;	
}
#container {
	background: #6600CC;
	background-position: center top;
	width: 100%;
	height: 100%;
	
}
#main {
	background: #fff;
	padding: 10px;
	font-family: "helvetica";
	font-size: 16px;
	background:url(./content-bg.png) !important;
}
h1 {
	text-align: center;
	font-size: 18px;	
}
#main ul {
	margin-left: 30px;	
}

/* HEADER */
#header {

}
#logo {
	width: 320px;
	margin: 0 auto;	
}
#phone {
	padding: 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%, rgba(219,219,219,1) 51%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(229,229,229,1)), color-stop(51%,rgba(219,219,219,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(219,219,219,1) 51%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(219,219,219,1) 51%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(219,219,219,1) 51%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(219,219,219,1) 51%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px 1px ;
	-moz-box-shadow: 0px 0px 5px 1px ;
	box-shadow: 0px 0px 5px 1px ; 
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#phone a {
	color: #490101;
	text-decoration: none;
	font-weight: bold;
}

/* NAV */
#nav {
	list-style: none;
    margin: 20px 10px 20px 10px;
    padding: 0;	
}
#nav li a:active, #nav li a:hover {
	background-color:rgba(45,0,0,.2);
}
#nav li a {
	color: #0b0b0b;
	display: block;
	font-size: 14px;
	font-weight: lighter;
	padding: 10px;
	text-decoration: none;
	text-align: left; 
	font-family: "helvetica";
}
#nav li a em {
	float: right;	
}
.top {
	background: rgba(250,250,250,.8);
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 1px solid #2a0000;
}
.middle {
	background: rgba(250,250,250,.8);
	border-bottom: 1px solid #2a0000;
}
.bottom {
	background: rgba(250,250,250,.8);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px; ;
}
.back {
	background: rgba(250,250,250,.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

/* FOOTER */
#footer {
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-family: "helvetica";
	color: #fff;
	text-align: center;	
	font-size: 14px;
}
#footer a {
	text-decoration: none;
	color: #fff;	
}
#footer ul {
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 14px;	
}
img {
max-width: 100%;
height: auto;	
}
.view-full a {
background: #DCB678;
padding: 4px 10px;
margin-top: 10px;
line-height: 2em;
color: #04F000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}