/* 1) Main ********************************************************************** */

body {
	margin: 0;
	padding: 0;
	color: inherit;
	background-color: #f2f2f2;
}

body, td, th, h1, h2, h3, input, textarea { /* redundant rules for bad browsers  */
	font-family: arial, verdana, sans-serif;
}

p, li {
	font-size: 0.8em;
	margin: 10px 0;
}

h1 {
	color: #0e4781;
	background-color: inherit;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

h2 {
	color: #0e4781;
	background-color: inherit;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

h3 {
	color: #0e4781;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	color: #0e4781;
	background-color: inherit;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#container {
	width: 950px;
	margin: 0 auto;
	color: inherit;
	background-color: #ffffff;
	padding: 15px;
}

/* BORDERS */

.borderAll {
	border: 1px solid #ffffff;
	webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.borderTop {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	border-top-right-radius: 10px;
	webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px; 
	border-top-left-radius: 10px;
}

.borderBottom {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	border-bottom-right-radius: 10px;
	webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-bottom-left-radius: 10px;
}

.borderLeft {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-bottom-left-radius: 10px;
	webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px; 
	border-top-left-radius: 10px;
}

.borderRight {
	border-right: 1px solid #7a7a7a;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	border-bottom-right-radius: 10px;
	webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	border-top-right-radius: 10px;
}

.green {
	border: 5px solid #bfea37;
}

.blue {
	border: 5px solid #0e4781;
}

/* 2) Links ********************************************************************** */

a {
	color: #0e4781;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0e4781;
	background-color: inherit;
	text-decoration: underline;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.newButton {
    background: transparent url('../images/structure/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-weight: bold;
}

a.newButton span {
    background: transparent url('../images/structure/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.newButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.newButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* 3) Header ********************************************************************** */

#corners {
	width: 980px;
	height: 7px;
	color: inherit;
	background-color: #ffffff;
}

.mainCorners {
	height: 7px;
	width: 7px;
    background: transparent url('../images/structure/bg_main_corners.png') no-repeat;
}

#header {
	margin-bottom: 20px;
}

#logo {
	width: 191px;
	margin-right: 30px;
	float: left;
}

#logo img {
	border: 0;
}

#toolBox {
	width: 280px;
	float: right;
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	font-size: 0.8em;
}

#toolBox a {
	color: #666666;
}

/* 4) Navigation ********************************************************************** */

#subMenu {
	float: left;
	margin-top: 40px;
}

#miniMenu li {
	display: inline;
	list-style-type: none;
	border-left: 5px solid #0e4781;
	padding: 0 0 0 5px;
	margin: 0 20px 0 0;
	font-size: 0.9em;
}

#miniMenu {
	padding: 0;
	margin: 0;
}

#navColumn {
	float: left;
	width: 200px;
}

#navCorners {
	height: 7px;
	color: inherit;
	background-color: #0e4781;
}

.navCorner {
	height: 7px;
	width: 7px;
    background: transparent url('../images/structure/bg_nav_corners.png') no-repeat;
}

#navHeader {
	color: #ffffff;
	background-color: #0e4781;
	padding: 3px 10px 10px 10px;
	height: 80px;
	border-bottom: 5px solid #bfea37;
}

#navBody {
	color: #ffffff;
	background-color: #0e4781;
	padding: 10px 10px 3px 10px;
}

.suggest_link {
	padding: 3px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

.suggest_link_over {
	padding: 3px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #bfea37;
	cursor: pointer;
}

#search_suggest {
	position: absolute;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	font-size: 0.7em;
}

#mainMenu {
	padding: 0;
	margin: 25px 0 0 0;
}

#mainMenu ul {
	padding: 0;
	margin: 0;
}

#mainMenu li {
	list-style: none;
	margin: 0 0 8px 0;
}

#mainMenu li a {
	padding: 0 0 0 5px;
	display: block;
	border-left: 5px solid #bfea37;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

#mainMenu li a:link { 
	color: #ffffff; 
}

#mainMenu li a:hover, #mainMenu li a#current {
	color: #bfea37;
}

#boxCorners {
	height: 7px;
	color: inherit;
	background-color: #bfea37;
}

.boxCorner {
	height: 7px;
	width: 7px;
    background: transparent url('../images/structure/bg_box_corners.png') no-repeat;
}

#sendAd {
	color: #0e4781;
	background-color: #bfea37;
	padding: 0 10px;
	height: 95px;
}

/* 5) Content ********************************************************************** */

#bodyColumn {
	float: right;
	width: 750px;
}

#addSpace {
	padding-bottom: 10px;
	height: 90px;
	border-bottom: 5px solid #666666;
}

#bannerAd {
	margin-left: 22px;
	height: 90px;
}

#splitLeft {
	float: left;
	width: 470px;
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
}

#splitRight {
	float: right;
	width: 235px;
	color: inherit;
	margin-top: 5px;
	padding: 10px 0 10px 10px;
}

#singleColumn {
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
}

.fileType {
	background-color: #ffffff;
	color: inherit;
	padding: 5px;
	margin-top: 5px;
}

#videoList {
	margin: 10px 0;
}

#videoList img {
	border: 1px solid #666666;
	margin-bottom: 5px;
}

.videoItem {
	width: 152px;
	height: 145px;
	float: left;
	margin-right: 7px;
}

.videoItemTitle {
	height: 35px;
	overflow: hidden;
	font-size: 0.8em;
	margin-bottom: 5px;
	position:relative;
}

#videoListing li {
	list-style-type: circle; 
	padding: 0;
	font-size: 0.7em;
	color: #bfea37;
	margin-bottom: 5px;
}

#videoListing {
	padding: 0;
	margin: 0 0 0 20px;
}

#videoInfo {

}

#videoPreview {
	float: left;
	border: 1px solid #666666;
	background-color: #000000;
	width: 346px;
	height: 194px;
	margin-right: 10px;
}

#videoNav {
	width: 110px;
	float: right;
}

#navListing {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navListing li {
	padding: 0 0 0 18px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

table.formats {
	width: 725px;
	border-collapse: collapse;
	border-spacing: 0px;
}


th.formatHeading {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #0e4781;
	background-color: #bfea37;
	padding: 3px 5px;
}


td.formatCell {
	text-align: left;
	font-size: 0.8em;
	padding: 5px;
	border-top: 1px solid #bfea37;
}

.info {
	margin-top: 10px;
	clear: both;
}

.infoHeading {
	font-size: 0.9em;	
	font-weight: bold;
	color: #0e4781;
	float: left;
	width: 100px;
}

.infoBody {
	font-size: 0.9em;	
	width: 360px;
	float: right;
}

.bigForm {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.bigForm .fieldTitle {
	clear: left;
	float: left;
	width: 125px;
	color: #0e4781;
	background-color: inherit;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
	margin-bottom: 5px;
}

.bigForm .fieldContent {
	margin-bottom: 5px;
}

.bigForm .fieldComment {
	margin: 5px 0 5px 135px;
	font-size: 0.9em;
}

.bigForm .formSubmit {
	clear: left;
	margin: 10px 0 0 135px;
}

.bigForm .formError {
	background-color: #ffc0c0;
	border: 2px solid #ffc0c0;
}

.smallForm {
	margin: 0;
	padding: 0;
}

#selectFormat {
	padding: 5px 0 0 0;
}

.bespoke {
	width: 207px;
	height: 20px;
	padding: 95px 10px 10px 10px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	color: #0e4781;
	margin-bottom: 15px;
}

#rcj {
	background: transparent url('../images/structure/im_bespoke_rcj.jpg') no-repeat;
}

#wl {
	background: transparent url('../images/structure/im_bespoke_wl.jpg') no-repeat;
}

#showcase {
	margin-bottom: 15px;
	padding: 8px;	
}

table#discounts {
	font-size: 0.8em;	
	border: 1px #6699cc solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#discounts td, table#discounts th {
	padding: 5px;
	text-align: center;
}

#bespoke {
	width: 207px;
	height: 70px;
	padding: 85px 10px 10px 10px;
	background: #0e4781 url('../images/structure/im_bespoke.jpg') no-repeat;
	margin-bottom: 15px;
	color: #ffffff;
	text-align: center;
}

#bespoke h2 {
	font-size: 1em;
	font-weight: normal;	
	color: #ffffff;
	margin-bottom: 7px;
}

#bespoke div {
	font-weight: normal;
	font-size: 0.8em;	
}

#discounts {
	padding: 10px;
	text-align: center;
}

#discounts h2 {
	font-size: 1em;
	font-weight: normal;	
	margin-bottom: 7px;
}

#discounts div {
	font-weight: normal;
	font-size: 0.8em;	
}

#byUser {
	margin-top: 10px;
	padding: 5px;
	background-color: #bfea37;
	color: #0E4781;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

#byUser form {
	margin-top: 5px;
}

/* 6) Footer ********************************************************************** */

#footer {
	text-align: center;
	border-top: 5px solid #bfea37;
	margin-top: 10px;
	padding-top: 5px;
}
