/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
iframe {
	border:0;
}
* {
	margin:0px;
	padding:0px;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	margin:0px auto;
	margin-bottom:20px;
	line-height:1.1;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000;
	background:#E4E4E4 url(../images/backgrounds/body.png) repeat-x top;
	text-align:center;
}
small {
	font-size:9px;
	line-height:1.2;
}
strong {
	font-weight:bold;
}
.error {
	color:#F00;
}
a {
	color:#FE7B17;
	text-decoration:none;
}
/* 
-----------------------------------------------------------------------------
LAYOUT:Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	margin:0px auto;
	margin-bottom:10px;
	width:859px;
	height:361px;
	padding-top:1px;
	text-align:left;
}
#logo {
	position:absolute;
	left:-172px;
	top:0px;
}
#numbers {
	position:absolute;
	right:10px;
	top:20px;
	font-size:24px;
	text-align:right;
}
#numbers li {
	list-style:none;
}
#numbers span {
	float:left;
	padding:7px 7px 0px 0px;
	font-size:14px;
	color:#5F5F5F;
}
#numbers p {
	float:left;
	color:#FFF;
	text-align:left;
}
#menu {
	position:absolute;
	left:0px;
	top:89px;
	width:859px;
	height:31px;
	background-image:url(../images/backgrounds/menu.png);
	background-repeat:repeat-x;
}
#menu ul {
	margin:0px;
	padding:10px 20px;
}
#menu li {
	display:inline;
}
#menu a {
	padding:0px 12px;
	font-size:11.5px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
}
#menu a:hover {
	color:#FE7B17;
}
#menu-left {
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	height:31px;
	background-image:url(../images/backgrounds/menu-left.png);
}
#menu-right {
	position:absolute;
	right:0px;
	top:0px;
	width:5px;
	height:31px;
	background-image:url(../images/backgrounds/menu-right.png);
}
#search {
	position:absolute;
	right:6px;
	top:3px;
}
#banner {
	position:absolute;
	left:0px;
	top:120px;
	width:859px;
	height:241px;
	background-image:url(../images/banners/banner.jpg);
}
#banner-rate-card {
	position:absolute;
	right:45px;
	bottom:35px;
	font-size:9px;
	font-weight:bold;
	color:#FF8942;
	text-decoration:none;
	z-index:1;
}
#banner a:hover {
	text-decoration:underline;
}
#page {
	position:relative;
	margin:0px auto;
	width:859px !important;
	width:883px;
}
#left-column {
	position:relative;
	float:left;
	margin-right:10px;
	width:247px;
	text-align:left;
}
.left-box-top {
	position:absolute;
	left:0px;
	top:0px;
	width:247px;
	height:4px;
	font-size:0px;
	background-image:url(../images/backgrounds/left-box-top.png);
	background-repeat:no-repeat;
}
.left-box-bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:247px;
	height:4px;
	font-size:0px;
	background-image:url(../images/backgrounds/left-box-bottom.png);
	background-repeat:no-repeat;
}
#categories {
	position:relative;
	float:left;
	margin-bottom:10px;
	padding:15px 20px;
	width:207px;
	background-image:url(../images/backgrounds/categories.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#323232;
}
#categories-top {
	position:absolute;
	left:0px;
	top:0px;
	width:247px;
	height:4px;
	font-size:0px;
	background-image:url(../images/backgrounds/categories-top.png);
	background-repeat:no-repeat;
}
#categories-bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:247px;
	height:4px;
	font-size:0px;
	background-image:url(../images/backgrounds/categories-bottom.png);
	background-repeat:no-repeat;
}
#categories h2 {
	padding-bottom:7px;
	border-bottom:1px solid #3E3E3E;
	font-size:19px;
	font-weight:normal;
	color:#FFF;
}
#categories #menu-categories {
	margin-left:16px;
}
#categories ul {
	margin:10px 0px;
}
#categories ul li {
	margin:4px 0px;
	list-style:none;
}
#categories #menu-categories li a {
	font-weight:bold;
	text-decoration:none;
}
#categories #menu-categories .category-link {
	padding:0px;
	font-size:12px;
	color:#FFF;
}
#categories #menu-categories li a span {
	padding-left:5px;
	font-size:9px;
	color:#6D6D6D;
}
#categories #menu-general li a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
#side-banners {
	position:relative;
	float:left;
	margin-bottom:10px;
}
#side-banners img {
	margin-bottom:5px;
}
#mailing-list {
	position:relative;
	float:left;
	width:223px;
	height:63px;
	padding:12px;
	background-image:url(../images/backgrounds/mailing-list.jpg);
	background-repeat:no-repeat;
}
#mailing-list h2 {
	margin-bottom:5px;
	font-size:11px;
	color:#FFF;
}
#mailing-list .input {
	margin:5px;
	width:168px;
	height:17px;
	padding:2px;
	border:none;
	background-image:url(../images/backgrounds/mailing-list-input.jpg);
	background-repeat:no-repeat;
}
#mailing-list .image-button {
	position:absolute;
	right:20px;
	bottom:7px;
}
#mailing-list label {
	font-size:12px;
	color:#FFF;
}
#right-column {
	position:relative;
	float:left;
	width:602px;
}
.content {
	position:relative;
	float:left;
	margin-bottom:10px;
	width:562px;
	padding:20px;
	text-align:left;
	background-color:#FFF;
}
.content p {
	padding:8px 0px;
}
.content ul {
	margin:10px 0px 10px 40px;
}
#content-top {
	position:absolute;
	left:0px;
	top:0px;
	width:602px;
	height:4px;
	background-image:url(../images/backgrounds/content-top.png);
	background-repeat:no-repeat;
	font-size:0px;
}
#content-bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:602px;
	height:4px;
	background-image:url(../images/backgrounds/content-bottom.jpg);
	background-repeat:no-repeat;
	font-size:0px;
}
.vidthumb {
	position:relative;
	float:left;
	width:160px;
	height:auto !important;
	height:150px;
	min-height:150px;
	margin:10px 10px 0px 0px;
}
.vidthumb-title {
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#FE7B17;
}
/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	float:left;
	padding:15px 30px;
	background-color:#FFF;
	text-align:left;
}
#footer-top {
	position:absolute;
	left:0px;
	top:0px;
	width:602px;
	height:4px;
	background-image:url(../images/backgrounds/footer-top.jpg);
	background-repeat:no-repeat;
	font-size:0px;
}
#footer-bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:602px;
	height:4px;
	background-image:url(../images/backgrounds/footer-bottom.jpg);
	background-repeat:no-repeat;
	font-size:0px;
}
#contact-details {
	position:relative;
	float:left;
	width:300px;
}
.address {
	float:left;
	margin-right:6%;
	padding-top:10px;
	width:47%;
	font-size:10px;
}
.address li {
	list-style:none;
}
.address a {
	text-decoration:none;
	color:#FE7B17;
}
.address a strong {
	display:block;
	color:#000;
	padding-bottom:12px;
}
.address a:hover strong {
	color:#FE7B17;
}
#downloads {
	position:relative;
	float:left;
	width:182px;
	height:128px;
	padding-top:10px;
	padding-left:60px;
	font-size:11px;
	background-image:url(../images/backgrounds/downloads.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#575757;
	font-weight:bold;
}
#downloads ul li {
	line-height:1.33;
	list-style:circle;
}
#downloads ul li a {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#575757;
}
#downloads ul li a:hover {
	text-decoration:underline;
}
#brightsite {
	position:relative;
	float:left;
	margin:10px;
	width:575px;
	text-align:right;
	color:#A1A1A1;
}