﻿/* IE PNG Hack */
img, div { behavior: url(/images/iepngfix.htc) }

body 
{
	margin: 0;
	padding: 0;
	
}
#header 
{
	background: #FFCC00 url(images/header_bg.jpg) repeat-x;
}

h1 
{
	color: #F0B106;
	font-size: 20px;
}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}

body 
{
	background: #F0F0F0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	
}
h1 
{
	margin: 50px 0 0 
	color: #F0B106;
	text-transform: uppercase;
	font-size: 20px;
}

#PageWrapper
{
	background: #FFF;
	width: 90%;
	min-width: 800px;
	margin: 0 auto;
}
#PageWrapperMobile
{
	background: #FFF;
	width: 100%;
	min-width: 240px;
	margin: 0 auto;
}
#header .logo
{

	width: 110px;
}
#header .logo img
{
	margin-right: 10px;
}
#header .heading 
{
	float:left;
	width: auto;
}
#header .head-content 
{
	height:100px;
	
}
#header .head-banner 
{
	text-align: right;
}
#ContentWrapper
{ clear:both;}
#Content
{margin-left: 260px;
 margin-right: 180px;}
#LeftColumn 
 { width: 240px;
 } 
#FooterWrapper
{
	clear: both;
	margin-top: 20px;
}
#Footer
{
	margin-left: 250px;
}


.left-col
{
	width: 240px;
	float: left;
}
.right-col
{
	width: 126px;
	float: right;
}
#FooterWrapper .left-col 
{
	background: #9AC30D;
	border: 1px solid #548200;
	padding: 10px;
	width: 220px;
}

.quote 
{
	padding: 5px;
	color: #548200; /* #548200 - green */
	
}
.quote .q 
{
	display: inline-block;
	background: url(images/quote.gif) no-repeat;
	width: 20px;
	
	margin: 0 5px;
}
.quote .quote-by 
{
	text-align: right;
	font-weight: bold;
}

.head-nav 
{
	background: #000 url(images/nav_bg.gif);
	height: 30px;
	border-top: 1px solid #996600;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 110px;
}

.button-bar a
{
	display: inline-block;
	padding: 5px;
	margin: 2px 5px;
	background: #FFCC00;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #996600;
}
.error 
{
	color: #CC0000!important;
}
.blue-link 
{
	font-weight: bold;
	text-decoration: none;
	color: #0099CC;
	font-size: 11px!important;
}
.twitter-status 
{
	margin: 3px 0 5px;
	border-top: 1px solid #DEDEDE;
	padding: 5px;
}
/* Menu Styles */

.static-menu
{
	color: #FFCC00;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold; 
	line-height: 30px;
	text-transform: uppercase;  }
.static-menu-item{ color: #FFCC00; padding: 0 5px; }
.dynamic-menu
{
	z-index: 100;
	background: #333;
	color: #FFF;
	border: 1px solid #996600;}
.dynamic-menu-item
{
	border-bottom: 1px solid #996600;
	background: #333;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	}
.dynamic-hover{}

.TwitterStatus 
{
	padding-left: 35px;
	min-height: 35px;
	background: url(/images/icons/ico_twitter.gif) no-repeat;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);
	width: 13px; height: 13px;
}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
    width: 13px; height: 13px;
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
    width: 13px; height: 13px;
}

#ReviewModal
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 10001;
	color: #000;
	border: 5px solid #C1C1C1;
	background: #FFFFFF;
}


.modal-bg 
{
	background-color: #000000;
    opacity: 0.3;
    filter: Alpha(opacity:30);
}
.modal-window 
{
	width: 300px;
	background: #666;
	border: 5px solid #CCC;
}
.modal 
{
	color: #000;
}
.modal-header 
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #999;
	padding: 5px;
}
.modal-window  .controls 
{
	
}
.modal-window  .controls input,
.modal-window  .controls a 
{
	display: block;
	float: right; 
	padding: 5px;
	background: #454545;
	border: 1px solid #555;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #FFF;
	text-decoration: none;
	margin: 2px 0 2px 5px;
}

/* profile */
div.p-box 
{
	margin: 3px 0 5px;
}

/* link styles */
.profile-link 
{
	display: block;
	padding-left: 20px;
	background: url(/images/icons/HTMLSubmitHS.png) no-repeat left bottom;
}
.review-link 
{
	display: block;
	padding-left: 20px;
	background: url(/images/icons/CommentHS.png) no-repeat left bottom;
}




