/* @override http://www.outbackoutdoors.net/wp-content/themes/outback/style.css */

/*
Theme Name: Outback Outdoors Template
Description: A <a href="http://www.redrocketmg.com">custom WordPress template</a> for Outback Outdoors by Red Rocket Media Group.
Version: 1.0
Author: Red Rocket Media Group
Author URI: http://www.redrocketmg.com/

*/



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {

}
.thread-even {

}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


.entry small {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #d2cec9;
	padding-bottom:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

* {
	padding:0;
	margin:0;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d2cec9;
	font-weight:normal;
}

a {
	color:#d2cec9;
	font-weight:bold;
	text-decoration:underline;
}

img {
	border:none;
}

body {
	text-align:center;
	background:url(/images/background_texture.jpg) top center repeat;
}

#top {
	float:left;
	width:100%;
	height:305px;
	background:url(/images/header-background.jpg) top center repeat-x;
}

#top-inside {
	position:relative;
	width:1126px;
	height:305px;
	margin:0 auto;
}

#logo-area {
	float:left;
	width:1126px;
	height:234px;
}

#logo {
	float:left;
	width:435px;
	height:234px;
	margin-left:30px;
}

#header-links {
	float:right;
	width:588px;
	height:82px;
}

#header-links p {
	text-align:right;
	padding:15px 128px 0 0;
}

#header-links a {
	color:#bbaa9f;
	text-decoration:none;
}

#header-links a:hover {
	text-decoration:underline;
}

#header-ad {
	float:right;
	width:488px;
	height:90px;
	margin:0 68px 0 0;
	background:url(/images/home-sponsor.png) no-repeat;
}

#header-ad-inside {
	float:left;
	margin:28px 10px 2px 10px;
}

#menu-area {
	float:left;
	width:998px;
	height:55px;
	margin:0 68px 0 50px;
}

#menu {
	position:relative;
	z-index:200;
	width:998px;
	height:55px;
}

/* @group Navigation */

#pixopoint_menu1 {
	float:left;
	width:998px;
	text-align:left;
}

/* @group Watch Now Button */

#pixopoint_menu1 li.page_item.page-item-44 a {
	width:170px;
	font-size:0px;
	color:#aa9986;
	min-height:55px;
	text-indent:-9009px;

}

#pixopoint_menu1 li.page_item.page-item-44 {
	background:url(/images/home-tab-watch.png) no-repeat;
	width:170px;
}

#pixopoint_menu1 li.page_item.page-item-44:hover, #pixopoint_menu1 li.page_item.page-item-44.current_page_item a, #pixopoint_menu1 li.page_item.page-item-44.current_page_ancestor.current_page_parent, #pixopoint_menu1 li.page_item.page-item-44.current_page_ancestor{
	background:url(/images/home-tab-watch-over.png) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-44 ul li a, li.page_item.page-item-44 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-44.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-44.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:150px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
	}

#pixopoint_menu1 li.page_item.page-item-44 ul.sf-menu li ul li {
	width:150px;
	min-height:10px; height:10px;
}
	
#pixopoint_menu1 li.page_item.page-item-44 ul li a:hover, li.page_item.page-item-44 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}


/* @end */

/* @group About Us Button */

#pixopoint_menu1 li.page_item.page-item-6 a {
	width:167px;
	font-size:0px;
	color:#aa9986;
	min-height:55px;
	text-indent:-9009px;
}

#pixopoint_menu1 li.page_item.page-item-6 {
	width:167px;
	background:url(/images/home-tab-about.png) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-6:hover, #pixopoint_menu1 li.page_item.page-item-6.current_page_ancestor.current_page_parent, #pixopoint_menu1 li.page_item.page-item-6.current_page_ancestor, #pixopoint_menu1 li.page_item.page-item-6.current_page_item a {
	background:url(/images/home-tab-about-over.png) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-6 ul li a, #pixopoint_menu1 li.page_item.page-item-6 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-6.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-6.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:167px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}

#pixopoint_menu1 li.page_item.page-item-6 ul li a:hover, li.page_item.page-item-6 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}

/* @end */

/* @group Win Free Gear Button */

#pixopoint_menu1 .page_item.page-item-11 a {
	width:163px;
	font-size:0px;
	color:#aa9986;
	min-height:55px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-11 {
	background:url(/images/home-tab-win.png) no-repeat;
	width:163px;
}

#pixopoint_menu1 .page_item.page-item-11:hover, #pixopoint_menu1 li.page_item.page-item-11.current_page_item a, #pixopoint_menu1 .page_item.page-item-11.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-11.current_page_ancestor {
	background:url(/images/home-tab-win-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-11 ul li a, .page_item.page-item-11 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-11.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-11.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:163px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}

#pixopoint_menu1 .page_item.page-item-11 ul li a:hover, .page_item.page-item-11 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}



/* @end */

/* @group Resources Button */

#pixopoint_menu1 .page_item.page-item-17 a {
	width:168px;
	font-size:0px;
	color:#aa9986;
	min-height:55px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-17 {
	background:url(/images/home-tab-resources.png) no-repeat;
	width:168px;
}

#pixopoint_menu1 .page_item.page-item-17:hover, #pixopoint_menu1 li.page_item.page-item-17.current_page_item a, #pixopoint_menu1 .page_item.page-item-17.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-17.current_page_ancestor {
	background:url(/images/home-tab-resources-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-17 ul li a, #pixopoint_menu1 .page_item.page-item-17 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-17.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-17.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:168px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}

#pixopoint_menu1 .page_item.page-item-17 ul li a:hover, .page_item.page-item-17 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}


/* @end */

/* @group Trophy Button */

#pixopoint_menu1 .page_item.page-item-24 a {
	width:167px;
	font-size:0px;	
	color:#aa9986;
	min-height:55px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-24 {
	background:url(/images/home-tab-trophy.png) no-repeat;
	width:167px;
}

#pixopoint_menu1 .page_item.page-item-24:hover, #pixopoint_menu1 li.page_item.page-item-24.current_page_item a, #pixopoint_menu1 .page_item.page-item-24.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-24.current_page_ancestor {
	background:url(/images/home-tab-trophy-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-24 ul li a, #pixopoint_menu1 .page_item.page-item-24 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-24.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-24.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;	
	width:167px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}
	
#pixopoint_menu1 .page_item.page-item-24 ul li a:hover, .page_item.page-item-24 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}

/* @end */

/* @group Sponsors Button */

#pixopoint_menu1 .page_item.page-item-9 a {
	width:163px;
	font-size:0px;	
	color:#aa9986;
	min-height:55px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-9 {
	background:url(/images/home-tab-sponsors.png) no-repeat;
	width:163px;
}

#pixopoint_menu1 .page_item.page-item-9:hover, #pixopoint_menu1 li.page_item.page-item-9.current_page_item a, #pixopoint_menu1 .page_item.page-item-9.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-9.current_page_ancestor {
	background:url(/images/home-tab-sponsors-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-9 ul li a, #pixopoint_menu1 .page_item.page-item-9 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-9.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-9.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;	
	width:163px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}
	
#pixopoint_menu1 .page_item.page-item-9 ul li a:hover, .page_item.page-item-9 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}

/* @end */

li.pixo_search.pixo_right {
	display:none;
}

.sf-menu, .sf-menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    text-align:center;
}

.sf-menu a {
	display: block;
	color:#4f4436;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf-menu li { /* all list items */
	float: left;
	display:block;
	list-style:none;
}

.sf-menu li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:168px;
}

.sf-menu li ul a:hover, .sf-menu li ul a.sfHover {
	color:#4f4436;
	}

.sf-menu li ul li {
}

.sf-menu li ul ul { /* third-and-above-level lists */
	margin:0 0 0 88px;
}

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li.sfHover ul ul, .sf-menu li.sfHover ul ul ul {
	left: -999em;
}

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li.sfHover ul, .sf-menu li li.sfHover ul, .sf-menu li li li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end */


#middle {
	float:left;
	width:100%;
	height:200px;
	min-height:200px;
	height:auto!important;
	text-align:left;
}

#middle-inside {
	position:relative;
	width:961px;
	margin:0 auto;
	height:200px;
	min-height:200px;
	height:auto!important;
}

#middle-inside-bg {
	float:left;
	width:961px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/content_background_dark.png) repeat-y;
}

#follow {
	float:left;
	width:961px;
	height:31px;
	background:url(/images/home-follow.png) top left no-repeat;
}

#follow-sub {
	float:left;
	width:961px;
	height:31px;
	background:url(/images/sub-follow.png) top left no-repeat;
}

#follow-inside {
	position:relative;
	width:211px;
	height:31px;
	margin:0 0 0 750px;
}

#follow-inside img {
	float:left;
}

#video-area {
	float:left;
	width:961px;
	height:614px;
}

#video {
	float:left;
	width:676px;
	height:614px;
	margin:0 0 0 20px;
}

#sidebar {
	float:right;
	width:265px;
	height:614px;
}

#sidebar-inside {
	float:right;
	width:235px;
	height:100px;
	min-height:100px;
	height:auto!important;
	margin:70px 15px 40px 15px;
}

#middle-main-ads {
	float:left;
	width:961px;
	height:91px;
}

#middle-main-ads img {
	float:left;
}

#middle-content {
	float:left;
	width:961px;
	height:100px;
	min-height:100px;
	height:auto!important;
	margin:80px 0 10px 0;
}

#middle-content-left {
	float:left;
	width:790px;
}

#middle-content-left-inside {
	float:left;
	margin:0 70px 60px 80px;
	width:640px;
}

#middle-content-left-inside h1, #sidebar-inside h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#bbaa9f;
}

#middle-content-left-inside h2, #sidebar-inside h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d2cec9;
}

#middle-content-left-inside h3, #sidebar-inside h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d2cec9;
}

#middle-content-left-inside p, #sidebar-inside p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:16px;
	font-size:13px;
	font-weight:normal;
}

#middle-content-left-inside hr, #sidebar-inside hr {
	color:#000000;
	margin-bottom:16px
}

#middle-content-left-inside li, #sidebar-inside li:before, #sub-content li, .entry li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#d2cec9;
	padding-left:10px;
}

#middle-bottom img {
	margin:20px 20px;
}

#middle-content-right {
	float:right;
	width:171px;
}

#middle-content-right-inside {
	float:left;
}

#footer {
	float:left;
	width:100%;
}

#footer-inside {
	position:relative;
	width:961px;
	margin:0 auto;
}

#footer-top {
	float:left;
	width:961px;
	margin:30px 0;
}

#footer-top-links {
	float:left;
	width:550px;
	text-align:left;
}

#footer-top-links p {
	color:#bbaa9f;
	font-size:13px;
}

#footer-top-links a {
	color:#bbaa9f;
	text-decoration:none;
}

#footer-top-copy {
	float:right;
	width:411px;
	text-align:right;
}

#footer-top-copy p {
	color:#000000;
	font-size:10px;
}

#footer-top-copy a {
	color:#000000;
	text-decoration:none;
}

#footer-bottom {
	float:left;
	width:961px;
	height:76px;
}

#footer-bottom img {
	float:left;
}

#sub-inside-bg {
	float:left;
	width:961px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/content_background_dark.png) repeat-y;
}

#sub-area {
	float:left;
	width:961px;
	height:614px;
	min-height:614px;
	height:auto!important;
}

#sub-area-inside {
	float:left;
	width:686px;
	height:614px;
	min-height:614px;
	height:auto!important;
	padding:40px 0 0 10px;
	background:url(/images/content_background.jpg) repeat-y;
}

#sub-ad-vertical {
	float:left;
	width:171px;
	margin:5px 0 0 20px;
}

#sub-content {
	float:right;
	width:455px;
	height:100px;
	min-height:100px;
	height:auto!important;
	margin:0 40px 0 0;
	padding-bottom:16px;
	font-size:13px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d2cec9;
}

#sub-content h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#bbaa9f;
}

#sub-content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d2cec9;
}

#sub-content h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d2cec9;
}

#sub-content p {
	padding-bottom:16px;
	font-size:13px;
	font-weight:normal;
}

#sub-content blockquote {
	padding-bottom:16px;
	font-size:14px;
	line-height:19px;
	font-style:italic;
	color:#e4ddd0;
}

#sub-content img.alignleft, #sub-content img.alignnone, #sub-content img.alignright, #sub-content img.alignmiddle {
	padding:10px;
}

.preload{display:none;}
