/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
font-size:42px;
color:#d61120;
text-transform: uppercase;
/* font-weight: bold; */
}
h2 {
font-size:30px;
color:#666;
}
h3 {
font-size:22px;
color:#666;
}
h4 {
font-size:18px;
font-weight: bold;
color:#666;
}
h5 {
font-size:18px;
font-weight: bold;
color:#666;
}
h6 {
color:#666;
font-weight: bold;
}
a {
text-decoration: underline;
color: #d61120;
}
a:hover {
color:#d61120;
text-decoration: none;
}


/* ---------- MAIN STRUCTURE ---------- */
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#999;
background: url(../img/bg2.jpg) repeat-x;
/*background-repeat: repeat-x;*/
background-color: #000;
background-position: top center;
}
#container {
width:800px;
margin:0 auto;
padding:0 20px;
background-image: url(../img/pageBg.jpg);
background-repeat: repeat-x;
background-position: 0 300px;
background-color: transparent;
}
#mainContent {
width:800px;
padding: 90px 0 20px 0;
}
#mainContent p{
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
}
#mainContent p {
text-align: justify;
}
.mainbg{
	width:563px;
	height:334px;
	background: url(../img/main-bg.jpg) repeat-x;
	float:left;
}
.right-panel{
	width:237px;
	height:334px;
	float:right;
	background: url(../img/right-panel.jpg) no-repeat;
	background-color: black;
	margin-left: 15px;
}
.right-panel img{
margin: 0 0 7px 16px;
}
.facebook{
width:205px;
height:60px;
margin:0 auto 0 auto;
}

.products{
width:205px;
height:60px;
margin:12px auto 0 auto;
}
.featured{
width:205px;
height:60px;
margin:12px auto 0 auto;
}
/* ---------- HEADER ---------- */
.header{
/* background-image: url(../img/headerBg.jpg); */
background-position: top center;
height: 192px;
}
.logo{
	width:344px;
	height:181px;
	margin:0 auto;
	/* -------------- */
	width: 365px;
	height: 192px;
	background-image: url(../img/logo2.png);
}

.pivot{
width:92px;
height:70px;
background-image: url(../img/pivot.jpg);
position: absolute;
left:830px;
top:-80px;

}

/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0 auto;
}
ul#nav {
display: block;

/* font-size: 12px; */
/*background-color: #333;*/
padding:11px 0 0 0;
margin: 0 auto 0 auto;
list-style-type:none;
position: relative;
text-align: center;

}
ul#nav a {
padding: 13px 15px 12px 15px;
margin: 0;
/* border-right: 1px solid #999; */
text-decoration: none;
color: #000;
font-size:15px;
text-transform:uppercase;
font-weight:bold;
/*background-color: #666;*/
}
ul#nav a:hover {
background-color: #999;
}
/* top level */
ul#nav li {
display: inline;
text-align: center;
padding: 0;
margin: 0;
}
ul#nav li a {

}
/* second level */
ul#nav ul {
position: absolute;
width: 760px;
top: 50px;
left: 0;
text-align: center;
background-color: black;
}
ul#nav li li {
display: inline;
border: none;
border-left: 1px solid #444;
height: 20px;
padding: 0;
float: none;
}
ul#nav li li:first-child {
border: none;
}
ul#nav li li a {
color:#959595;
font-size:12px;
font-weight:bold;
float: none;
display: inline;
height: 20px;
padding: 0 5px 0 8px;
border: none;
}
ul#nav li li a:hover {
background:none;
color:#c60f1f;
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
display: none;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:150px;
margin:89px 0 0 0;
padding: 20px;
background-image: url(../img/right-panel.jpg);
background-color: black;
}
#sidebar h1{
font-size: 18px;
font-weight: bold;
color: #d61120;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #d61120;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#999;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#666;
font-weight:bold;
}


/*---------- FOOTER ----------*/
#footer{
width:620px;
height:auto;
text-align:center;
margin:15px auto 0 auto;
font-size: 10px;
color: #959595;
}
#footer ul{
list-style:none;
margin: 0;
font-size: 10px;
text-transform:uppercase;
display: block;
text-align: center;
}
#footer ul li{
list-style:none;
margin:0 5px;
font-size: 10px;
display:inline;
}
#footer a{
text-decoration: none;
font-size: 10px;
color: #959595;
}
#footer a:hover{
text-decoration:none;
color:#d61120;
}
.copyright{
margin-bottom:15px;
font-size: 10px;
text-align: center;
color:#959595;
}

.footer-wrapper{
width:100%;
height:86px;
border-top:2px solid #c60f1f;
}
/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}
.imageCenter {
	margin: 0 auto;
	text-align: center;
}
.imageLeft {
	float: left;
	padding:10px 20px 20px 0;	
}
.imageRight {
	float: right;
	padding: 10px 0 20px 20px;
	
}

.homeBanner {
	 margin-top: -23px;
}
table.pricelist td{
border-bottom: 1px solid #333;
}
table.pricelist b {
color: #bbb;
}
table.pricelist i {
font-size: 12px;
}
table.pricelist td:first-child {
width:380px;
}
table.pricelist td:last-child {
text-align: right;
}
table.pricelist td.ServicesHeader{
font-size: 18px;
color: white;
text-align: left;
border-bottom: 2px solid white;
padding-top: 20px;
}
table.pricelist td.ServicesHeader b{
font-size: 18px;
color: white;
text-align: left;
}
table.productTable {
width: 530px;
}
table.productTable img {
max-width:  150px;
border: 1px solid #333;
max-height: 100px;
}
table.productTable td{
text-align: center;
height: 100px;
}

