/*----------------------------------------------------------------------------
Stylesheet for all layout styles

----------------------------------------------------------------------------*/

/* $1 - Info
----------------------------------------------------------------------------*/
/* This calls the other css files!! */
@import url(customise.css);
@import url(menu.css);

*{
	margin: 0;
	padding: 0;
}

.padding{
	padding: 10px 0px 10px 10px;
}

p{
	padding-bottom: 10px;
}

hr{
	margin: 10px 0;
}

body{
	text-align: center;
	background: #AFAF83;
	font: normal 76%/160% Arial, Helvetica, Geneva, sans-serif;
}

/* Site Wrap */
#wrapper{
	width: 779px;
	margin: 0 auto;
	text-align: left;
}

#wrapper #main-outer{
	background: url(../images/bg-bottom.jpg) repeat-x top;
}

/* Center Top and Sub Sections */
.center-contents{
	width: 779px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Top Section */
#top{
	height: 86px;
	background: #000030 url(../images/bg-top.jpg) repeat-x;
	position: relative;
	border-bottom: 1px solid #fff;
	vertical-align: bottom;
	
}

/* Clickable Logo */
#top h1{
	padding: 0;
	margin: 0;
}
#top h1 a{
	width: 276px;
	height: 86px;
	text-indent: -7998px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	/*top: 7px;*/
	outline: none;
}

/* Sub Section */
#sub{
	background: #554E99 url(../images/bg-middle.jpg) repeat-x;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

#sub .sub-one{
	float: left;
	width: 220px;
}

#sub .sub-two{
	float: right;
	width: 550px;
}

* html #sub .sub-two{
	margin-right: -10px;
}

#sub .sub-two #fpss-container {
	clear:both;
	border:1px solid #fff;
	background:#CCCC9A;
	padding:4px;
	margin:20px auto 0 auto;
}

/* Random Image - Showcase Styling */
#sub .sub-two .moduletable-showcase {
	border:0px solid #fff;
	background:transparent url(../images/flashbg.jpg) no-repeat;
	padding:10px;
	margin:13px auto 0 auto;
	
	
}

/* Site Pathway */
#sub #sitepath{
	position: absolute;
	top: 8px;
	left: 235px;
	color: #FFC48F;
	font: normal 11px Arial;
	text-transform: capitalize;
}

#sub #sitepath a{
	color: #fff;
	margin-right: 5px;
	text-transform: capitalize;
}

/* Main Section */
#main{
	background: url(../images/faux-bg.jpg) repeat-y;
	border-left: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	height: 1%;
}

#content{
	width: 547px;
	float: right;
	margin-right: 5px;
	position: relative;
	background: url(../images/content-inner-shadow.jpg) repeat-x;
}

* html #content{
	width: 552px;
	margin-right: 0;
}

#rss{
	position: absolute;
	top: 0;
	right: -5px;
	display: block;
	width: 58px;
	height: 46px;
}

#sidebar{
	width: 224px;
	float: left;
}

.top-search{
	margin-top: -18px;
	margin-left: -1px;
	position: relative;
}

* html .top-search{
	margin-bottom: -10px;
}

.top-search input,.top-search h2{
	background: url(../images/search-bg.jpg) no-repeat;
	border: none;
	padding: 13px 0 0 40px;
	margin: 0;
	width: 185px;
	height: 15px;
	color: #fff;
	font-weight: normal;
}

* html .top-search input, ,* html .top-search h2{
	padding: 13px 0 0 40px;
	margin:  0;
	width: 185px;
	height: 25px;
}

/* Bottom Footer Section */
#footer{
	height: 41px;
	background: url(../images/footer-bg.jpg) repeat-x;
	overflow: hidden;
	font-size:85%;
}

#footer .btm-menu{
	width: 200px;
	float: left;
}

#footer .credits{
	width: 505px;
	color: #6C70D3;
	float: right;
	line-height: 41px;
	text-align: right;
	padding-right:10px;
}

#footer .credits a{
	color: #fff;
	text-decoration: none;
}

#footer .credits a:hover{
	text-decoration: underline;
}

/* $3 - Collapsible Columns
----------------------------------------------------------------------------*/
table.nospace {
	border:0;
	margin-bottom:10px;
	padding:0;
	width:100%;
}

table.nospace td {
	margin:0;
	padding:3px;
}

#infobox table.nospace td {
	margin:0;
	padding:5px;
}

/*Signals out only top 2 user mods*/
table.nospace td.tl {
	width:50%;
}

table.nospace td.tr {
	width:50%;
}

/*Signals out only top 2 user mods*/
table.nospace td.bl {
	width:33%;
}

table.nospace td.bc {
	width:33%;
}

table.nospace td.br {
	width:33%;
}

.rsg2_details {
color:#7F7F55;
font-size:smaller;
font-weight:bold;
}

.rsg2-galleryList-text {
font-weight:bold;
}
.pathway {
	
margin: 10px 0px;
}


.rsg_galleryblock {
width:95%;
}


.rsg_galleryblock, .rsg_galleryblock_double_1, .rsg_galleryblock_double_2 {
border:1px solid #DEDFA7;
}