@charset "UTF-8";
/* CSS Document */
/*********************************************
Common
*********************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html, body, #bg, #bg table, #bg td, #cont {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	
	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-color:#181818;
	font-size: 12px;
	overflow-x: hidden;
	color: #FFF;
	padding:0;
	margin:0;
}
h3 {
	font-size:24px;
	color:#fff;
}
a {
	color: #ff6517;
	text-decoration: none;
}
a:hover {
	color: #ff6517;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.button {
	color:#fff;
	background: #000;
	border: solid 1px #777;
	padding:7px;
}

/*********************************************
Structure
*********************************************/
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	overflow-x: hidden;
	overflow-y: auto;
}
#mask {
	width:1000%;
	height:100%;
}
.item {
	width:10%;
	height:100%;
	float:left;
}
#bg {
	position:fixed;
}
#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}
#bg td {
	text-align:center;
	vertical-align:middle
}
#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%
}
/*********************************************
Main Container
*********************************************/
.container {
	width:850px;
	height:auto;
	top:15%;
	margin:0 auto;
	position:relative;
	padding:20px 20px 0px 20px;
	background-image: url(/images/overlay.png);
}
.container p {
	line-height:20px;
	padding:5px;
}
.special_events {
	width:300px;
	height:auto;
	margin:60px 30px;
	position:relative;
	padding:20px;
	text-align:center;
	background-image: url(/images/overlay.png);
}
.special_events p.intro {
	font-weight:bold;
}
/*********************************************
Header
*********************************************/
#header {
	background: #000;
	height: 40px;
	color: #fff;
	width:100%;
	position:fixed;
	top:0;
	z-index:1;
}
.title {
	background: #000;
	width: 428px;
	height: 40px;
	float: left;
	margin-left:30px;
	text-align: center;
}
/*********************************************
Main Navigation
*********************************************/
.topNav, .bottomNav {
	float:right;
	height:40px;
	list-style-type:none;
	position:relative;
}
.topNav ul, .bottomNav ul {
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#000
}
.topNav li, .bottomNav li {
	float:left;
	display:block;
	line-height:40px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
}
.topNav li a {
	color:#FFF;
	display:block;
	line-height:40px;
	padding:0px 10px;
	font-size:10px;
}
.bottomNav li a {
	color:#FFF;
	display:block;
	line-height:40px;
	padding:0px 17px;
	font-size:10px;
}
.topNav li a:hover, .bottomNav li a:hover{
	background:#FF6517;
	color:#000;
	text-decoration:none
}
#new{
	position:absolute;
	top:3px;
	right:338px;
	z-index:999;
}
/*********************************************
Who we are
*********************************************/

.whoweare {
	width:850px;
	top:15%;
	margin:0 auto;
	position:relative;
	line-height:20px;
	padding:20px;
	background-image: url(/images/overlay.png);
}
.whoweare h3{
	padding-bottom:20px;
}
.whoweare p {
	clear: both;
}
.whoweare  p.intro {
	font-size:1.15em;
	font-weight:bold;
}
.whoweare p.brands{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top:5px;
}
.whoweare p.awards{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding:5px 0;
	margin-top:10px;
}
.ColumnLeft, .ColumnRight {
	display:inline;
	float:left;
	width:48%;
	margin:0px;
}
.ColumnLeft{
	padding-right:10px;
}
.ColumnRight{
	padding-left:10px;
}
.ColumnLeft p,.ColumnRight p{
	padding-bottom:15px;
}
/*********************************************
Services
*********************************************/

.services {
	width:850px;
	height:390px;
	top:15%;
	margin:0 auto;
	position:relative;
	padding:20px;
	background-image: url(/images/overlay.png);
}
.service_items {
	width:273px;
	height:auto;
	float:left;
	position:relative;
	margin: 20px 0 0 0;
}
.service_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	padding:5px;
}

#first {
	width:283px;
	height:auto;
	float:left;
}
#second {
	width:283px;
	height:auto;
	float:left;
}
#third {
	width:283px;
	height:auto;
	float:left;
}
/*********************************************
Services Nav
*********************************************/
ul.servicesNav, ul.servicesNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
ul.servicesNav a {
	display:block;
	text-decoration:none
}
ul.servicesNav li {
	margin-top:1px
}
ul.servicesNav li a {
	background:#000;
	color:#fff;
	padding:0.5em;
	border: 1px solid #222;
}
ul.servicesNav li a:hover {
	background:#E56717
}
ul.servicesNav li ul li a {
	background:#ccc;
	color:#000;
	padding-left:20px
}
ul.servicesNav li ul li a:hover {
	background:#aaa;
	border-left:5px #000 solid;
	padding-left:15px
}

.sub1 {
	margin:0;
	padding:0;
}
.sub {
	margin:0;
	padding:0;
	font-style: italic;
	font-size: 10px;
}


.tinyTip						{ width: 325px; padding: 17px 0px 0px 0px; display: block; background: url(../images/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content				{ padding: 0px 15px 0px 15px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(../images/tinyTip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom				{ height: 47px; background: url(../images/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }





/*********************************************
Contact
*********************************************/
.contact {
	width:900px;
	height:500px;
	top:15%;
	margin:0 auto;
	position:relative;
	padding:20px;
	background-image: url(/images/overlay.png);
}

.contact p {
	line-height:20px;
	padding:3px;
	text-align:left;
}
.contact p.legals,.contact p.copyright{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	margin-top:10px;
	padding-top:10px;
	font-size:85%;
	font-style:italic;
}

.formtable input[type="text"] {
   color:#fff;
	background: #000;
	border: solid 1px #777;
	width:375px;
	padding:10px;
}

.formtable textarea {
    color:#fff;
	background: #000;
	border: solid 1px #777;
	width:375px;
	height:150px;
	padding:10px;
}

.contact_items {
	position:relative;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width:400px;
	height:auto;
	float:left;
}

/*********************************************
Events
*********************************************/
.event_details hr {
	color: #fff;
	background-color: #fff;
	height:1px;
	margin:20px 0 0 0;
}
.event_details p.date {
	font-style:italic;
}
.event_details p.intro {
	font-size: 1.15em;
	font-weight:bold;
}
.event_details p.details {
	font-style:italic;
}
.event_details a {
	border-bottom:1px dashed #ff6517;
}
.event_details a:hover {
	border-bottom:1px solid #ff6517;
}
.event_details ul {
	margin:0 0 0 20px;
}
table.event_table{
	margin: 10px 0 10px 0;
}
table.event_table thead tr td{
	background-color:#000;
	font-style:italic;
}
table.event_table td{
	padding:4px;
}
table.event_table tbody td{
	border-bottom: 1px solid #fff;
}
table.event_table tbody td.highlight{
	font-weight:bold;
}
table.event_table tbody td.last{
	/*border-bottom: 8px solid #000;*/
	border-bottom: none;
}
/*********************************************
Tweets
*********************************************/
.tweets {
	width:850px;
	height:auto;
	top:15%;
	margin:0 auto;
	position:relative;
	padding:20px;
	background-image: url(/images/overlay.png);
}

#tweets ul {
	margin:0;
	padding:0;
}
#tweets ul li {
	list-style-type: none;
	margin-bottom:2px;
	background-color:#000;
	padding:10px;
	border: 1px solid #222;
}
#tweets ul li a {
	color:#FFF;
	text-decoration: none;
}
#tweets ul li a:hover {
	color:#FF6517;
	text-decoration: none;
}

/*********************************************
Help
*********************************************/
.help {
	width:850px;
	height:auto;
	top:15%;
	margin:0 auto;
	position:relative;
	padding:20px;
	background-image: url(/images/overlay.png);
}
.help p {
	line-height:20px;
	padding:5px;
}

.acc_trigger {
	padding: 0;
	margin: 0 0 2px 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 10px;
	float: left;
	text-transform: uppercase;
	background-color: #000;
	border: 1px solid #222;
}
.acc_trigger a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
}
.acc_trigger a:hover {
	color: #FFF;
	background-color: #FF6517;
}
.active {
	background-position: left bottom;
}
.acc_container {
	margin: 0 0 5px;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container a {
	border-bottom:1px dashed #ff6517;
}
.acc_container a:hover {
	border-bottom:1px solid #ff6517;
}


/*********************************************
Footer
*********************************************/
#footer {
	background: #000;
	position: fixed;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	z-index: 99px;
	margin: 0;
	color:#FFF;
}
#footer_inter {
	float:right;
	padding-right:20px;
}
/*
#footer_promo {
	width:240px;
	float:left;
	text-align:center;
	color:#000;
	background: #FF6517;
	margin-left:2%;
}
#footer_promo a {
	text-decoration: none;
	color:#000;
}
*/

/*********************************************
Recaptcha
*********************************************/


