/* reset */
html,body,div,span,blockquote,{margin:0;padding:0;border:0;}
article, footer, header, menu {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
img{max-width:100%;}
/*end reset*/

body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Gudea', sans-serif;
	font-family: "Open Sans", helvetica, arial;*/
}

a
{
	text-decoration:none;
}

#background-top-colour
{
	position:absolute;
	width:100%;
	height:200px;
	z-index:-1;
	background-color:#F60;
}

#header-logo
{
	width:100%;
	height:62px;
}

#logo-wrapper
{
	position:absolute;
	top:-30px;
	left:0px;
	background-color:#F60;
	padding:10px;
	border-radius: 5px 5px 0 0;
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
	
}

#page-wrapper
{
	width:100%;
}

#page-title
{
	display:block;
	position:absolute;
	/*font-family: Arial;*/
	font-weight: bold;
	top: 20px;
	right:50px;
	color:#FFF;
	z-index:10;
}

#marque-overflow-wrapper
{
	position:absolute;
	overflow:hidden;
	height:423px;
	width:1050px;
	left:-10px;
	top:-50px;
	z-index:100;
}

#page-wrapper #inner-page-wrapper
{
	width:1000px;
	min-height:100%;
	background-color:#FFF;
	left:0px;
	padding:10px;
	border-radius: 5px 5px 0 0;
	/*-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;*/
	box-shadow: rgba(0,0,0,0.6) 0 0 10px;	
	/*-webkit-box-shadow: rgba(0,0,0,0.6) 0px 0 10px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0 0 10px;*/
}

#marque-contents
{
	width:100%;
	height:320px;
	border-radius: 5px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	box-shadow: rgba(0,0,0,0.5) 0 0 10px;
	/*-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 10px;*/
	border: 1px solid #F60; /*border around image*/
	overflow:hidden;
	margin-bottom:10px;
}

#marque-title-contents
{
	position:absolute;
	right:-30px;
	top:1px;
	background-image:url( '../images/gradient_center.png' );
	width:202px;
	height:58px;
	z-index:10;
}

#marque-title-start
{
	position:absolute;
	right:202px;
	width:42px;
	height:58px;
	background-image:url( '../images/gradient_left.png' );
	z-index:20;
}

#marque-title-indent
{
	position:absolute;
	right:-30px;
	top:48px;
	
	width:200px;
	height:40px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #222 transparent transparent transparent;
	z-index:20;
}

#marque-title-lip
{
	/*
	z-index:3;
	position:absolute;
	right:370px;
	top:10px;
	
	width:40px;
	height:40px;
	background-image:url( '/static/images/gradient_end.png' );
	*/
}

.inner-contents
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/**
 *	Page Footer
 */

#footer
{
	height:40px;
	width:100%;
	background: #343434; /* Old browsers */
	/*background: -moz-linear-gradient(top, #343434 0%, #656565 50%, #343434 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(50%,#656565), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* IE10+ */
	background: linear-gradient(to bottom, #343434 0%,#656565 50%,#343434 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
	border-top:solid 3px #F60;
}

#footer h3
{
	text-align:center;
	padding:10px;
	color:#FFF;
	font-weight:100;
	font-size:14px;
	margin:0;
}

/**
 *	Page Contents
 */

#contents-box
{
	width:1000px;
	display:table-row;
}

#contents-box-wrapper-small
{
	vertical-align:top;
	width:71%;
	padding:0px 10px 0px 10px;
	min-height:500px;
	border: solid 1px #BDBDBD;/*#808080;*/
	border-radius: 3px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	display:table-cell;
	/*display:inline-block;*/
}

#contents-box-wrapper-side
{
	/*width:28%;*/
	/*display:inline-block;*/
	margin-left:10px;
	padding-left:5px;
	/*border-left: 1px solid #F60;*/
	vertical-align: top;
	display:table-cell;

}

#contents-box-wrapper-line
{
	width:5px;
	max-width:1px;
	border-right: 1px solid #F60;
	display:table-cell;
	vertical-align: top;
}

#contents-box-wrapper-side div.parent
{
	padding:10px;
	min-height:500px;
	border: solid 1px #BDBDBD;
	border-radius: 3px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	display:table-cell;
}

#contents-box-wrapper-full
{
	width:978px;
	padding:10px;
	min-height:1000px;
	border: solid 1px #BDBDBD;
	border-radius: 3px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

/**
 *	Title Bar
 */

#header-banner
{

	background: #343434; /* Old browsers */
	/*background: -moz-linear-gradient(top, #343434 0%, #656565 50%, #343434 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(50%,#656565), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* IE10+ */
	background: linear-gradient(to bottom, #343434 0%,#656565 50%,#343434 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#343434',GradientType=0 ); /* IE6-9 */

	height:40px;
	width:100%;
	margin:0px;
}

#social-media
{
	position:absolute;
	right:-10px;
	top:10px;
}

#social-media img
{
	padding-left:5px;
}

#article
{
	position:relative;
	width: 100%;
	text-align:left;
	display: table;
}

#art-title
{
	text-align:left;
	padding-bottom:10px;
	color:#f60;
	font-weight:bolder;
	font-style:italic;
	font-size:16px;
	margin:0;
	display:table-caption;
}

#art-text
{
	/*width: 100%;*/
	vertical-align:top;
	text-align:left;
	padding: 0px 10px 0px 10px;
	/*color:#000;
	font-weight:200;*/
	font-size:12px;
	margin:0;
	display:table-cell;
}

#art-image
{
	width: 120px;
	display:table-cell;
}
#art-image img
{
	max-width:120px;
	max-height:120px;
	overflow: hidden;
	margin-left: 5px;
	border: 2px solid #fff;
	border-radius: 5px;
   /* -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;*/
	box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;
}


/**
 * CSS Div Tables
 */

.div-table
{
	margin:0px;
	display:table;
	width:100%;
}

.div-row 
{
	display:table-row;
	height:100%;
}

.div-cell
{
	display:table-cell;
	height:100%;
}

.div-cell p
{
	font-size:14px;
	margin:10px;
	text-align:center;
	padding:0px;
}

p
{
	font-size:14px;
}

h2
{
	font-size:20px;
	font-style: italic;
}

h3
{
	font-size:16px;
	
}
h5
{
	font-size:14px;
	margin-bottom:1px;
}


.image-cell
{
	position:relative;
	width:264px;
	height:264px;
}

.image-cell img
{
	position:absolute;
	top:0px;
	left:0px;
}

/**
 * Alignment
 */

.align-left
{
	margin-left:0px;
	margin-right:auto;
}

.align-right
{
	margin-left:auto;
	margin-right:0px;
}

.align-center
{
	margin-left:auto;
	margin-right:auto;
}

.text-left
{
	text-align:left;
}

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

.text-right
{
	text-align:right;
}


.table-seperator-span
{
	width:1px;
}

.table-seperator
{
	background-color:#AAA;
}

.background-light
{
	background-color:#EEE;
}

.no-border
{
	border:0 !important;
}

hr 
{ 
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #D3D3D3;
    margin: 1em 0; 
	padding: 0; 
}

td,
tr
{
	font-size: 12px;
	vertical-align:top;
}

#_input
{
	display:inline;
	width: 650px;
	
}

#membership
{
	font:bold 14px;
	color:white;
}

#membership td
{
	padding-top:5px;
	padding-left:10px;
}

#membership h5
{
	text-align:left;
	padding-bottom:10px;
	color:#f60;
	font-weight:bolder;
	font-style:italic;
	font-size:16px;
	margin:0;
}

#iframe
{
	width: 650px; 
	height: 500px ;
}

#phone
{
	display:none;
}