/*
Theme Name: Custom WP Theme
Description: Semantic, SEO Optimised, Custom Wordpress Theme for XYZ
Author: Alyte Creative
Author URI: http://www.alyte.com.au
*/

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {
	text-decoration:none;
	color:#696969;
}
a:hover {
	text-decoration:none;
	color:#bb2875;
}
abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote {background:#EEE;border-left:2px solid #CCC;margin:0 0 1em}
blockquote p {margin:.5em}
body {
	background:#000 url(images/bg-body.jpg) no-repeat 50% 0;
	font:12px Verdana,Arial,sans-serif;
	color:#555;
}

code, pre {font-size:1em}
del {text-decoration:line-through}
dfn {font-style:italic;font-weight:bold}
dt {font-weight:bold}
dd {margin:0 0 1em 10px}
fieldset {border:0}
fieldset p {margin:0 0 5px}
img {border:0;vertical-align:bottom}
ins {text-decoration:none}
table {
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 10px;
  width:100%;
 }
h1 {
	border-bottom:2px solid #696969;
	font-size:31px;
	color:#696969;
	font-family: 'CopperplateGothicStd33BC';
	font-weight:normal;
	padding-bottom:3px;
	margin-bottom:29px;
}
h2 {
	font-size:31px;
	color:#bb2875;
	font:31px 'Myriad Pro',Arial,sans-serif;
	font-family: 'Ribbon131Bold';
}
h3 {
	font-size:25px;
	color:#bb2875;
	font:31px 'Myriad Pro',Arial,sans-serif;
	padding-top:29px;
	font-family: 'Ribbon131Bold';
}
h4 {
	font-size:18px;
	color:#696969;
}
hr {margin:0 0 0.5em}
p {margin:0 0 1em}
ul{list-style:none;margin:0 0 1em}
textarea {font:1em Arial;overflow:auto}

/* Containers */
#page {margin:0 auto;width:980px}
#main{
	width:980px;
	margin:0px 0 0 5px;
	padding: 0 0 29px;
	background:url(images/bg-main.png) repeat-y;
	float:left;
	position:relative;
}
/* Header */
#header {
	width:980px;
	height:195px;
	background:url(images/bg-header.png) no-repeat 5px 0;
	margin:73px auto 0;
	position:relative;
	
}
#header #logo{
	left: 7px;
    position: absolute;
    top: -49px;
	z-index:2;
}
#header ul{
	position:absolute;
	top:0;
	right:15px;
	z-index:1;
	font-family:'CopperplateGothicStd33BC';
	font-size:18px;
	line-height:16px;
}
#header ul a{
	display:block;
	width:163px;
	text-align:center;
	color:#fff;
	text-shadow: 0px 3px 3px rgba(150, 150, 150, 1);
}
#header ul a:hover{text-decoration:underline;}
#header ul li{
	float:left;	
	background:url(images/separator.png) no-repeat 0 120px;
}
#header ul li:first-child{background:none;}
#header ul li:first-child a{margin:0 0 0 32px;}
#header ul li img{margin-bottom:16px;}
/* Content*/
#content{
	width:670px;
	float:right;
	margin:20px 30px 0 0;
}
.home #content{
	width:699px;
	float:left;
	margin: 25px 0 0 42px;
}
#content h1.title{
	width:509px;
	float:left;
	margin-bottom:0px;
}
#content #menu{
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
#content .left-section{
	width:469px;
	float:left;
	 padding: 13px 0 7px 40px;
}
#content .left-section h2{
	font-size:31px;
	color:#bb2875;
	font-family: 'Ribbon131Bold';
	font-weight:normal;
	line-height:21px;
	padding:0 0 5px;
}
#content .left-section p{
	margin:0;
	line-height:16px;
}
#content .left-section h2 a{color:#bb2875;}
#content .holder{
	width:100%;
	float:left;
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
#content .holder .link-to{ display:none;}
#content  strong.home{
	bottom: 5px;
    position: absolute;
    width:170px;
	right:0;
}
#content ul{
	list-style:disc;
	padding:0 0 35px 20px;
}
#content ul li,#content ol li{padding:0 0 10px;}
#content ol{
	padding:0 0 35px 28px;
}
#content .holder:hover{
	background:#eae2ee url(images/arrow.png) no-repeat 4px 50%;
	cursor:pointer;
}
#content h1.price{
	width:170px;
	float:right;
	padding-bottom:0px;
}
#content .right-section{
	width:170px;
	float:right;
}

#content .gform_wrapper ul {padding:0 0 0 0}
/* Sidebar */
.home #sidebar{
	width:200px;
	float:right;
	margin: -20px 20px 0 0;
	background:none;
}
.home #sidebar img{width:200px;}
.home #sidebar img.fb{width:121px;}
#sidebar {
	width:240px;
	float:left;
	position:relative;
	margin: -10px 0 0 20px;
	padding-top:10px;
	background:url(images/bg-sidebar.png) no-repeat;
}
#sidebar ul{
	font-weight:bold;
	background:#e6e6e6 url(images/bg-menu.png) repeat-x 0 100%;
	float:left;
	padding: 13px 0 120px;
}
#sidebar li{
	float:left;
}
#sidebar ul a{
	border-bottom: 1px solid #DBDBDB;
    float: left;
    padding: 5px 42px 5px 18px;
    width: 180px;
	background:url(images/arrow2.png) no-repeat 218px -79px;
}
#sidebar ul a:hover{background:url(images/arrow2.png) no-repeat 218px 12px;}
#footer{
	width:940px;
	margin: 0 0 0 25px;
	background:url(images/bg-footer.png) no-repeat;
	overflow:hidden;
	padding: 43px 0 20px;
}

#footer p{
	color:#c487a1;
	font-size:10px;
	padding: 10px 26px 0 181px;
	float:left;
}
#footer p.by{
	padding:10px 0 0 37px;
}
#footer a{color:#c487a1;}
#footer #small-logo{
	float:left;
}
/* Image Alignment */
img.aligncenter {display:block;margin-left:auto;margin-right:auto}
img.alignright {display:inline;margin:0 0 2px 7px;padding:4px}
img.alignleft {display:inline;margin:0 7px 2px 0;padding:4px}
.alignright {float:right}
.alignleft {float:left}

/*Font-Face*/
@font-face {
	font-family: 'CopperplateGothicStd33BC';
	src: url('fonts/copperplategothicstd-33bc-webfont.eot');
	src: url('fonts/copperplategothicstd-33bc-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/copperplategothicstd-33bc-webfont.woff') format('woff'),
		 url('fonts/copperplategothicstd-33bc-webfont.ttf') format('truetype'),
		 url('fonts/copperplategothicstd-33bc-webfont.svg#CopperplateGothicStd33BC') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ribbon131Bold';
	src: url('fonts/ribbon131bt-bold-webfont.eot');
	src: url('fonts/ribbon131bt-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ribbon131bt-bold-webfont.woff') format('woff'),
		 url('fonts/ribbon131bt-bold-webfont.ttf') format('truetype'),
		 url('fonts/ribbon131bt-bold-webfont.svg#Ribbon131Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
#prev-next{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#prev-next li{
	float:left;
	padding:20%;
}
#prev-next li#prev{
	float:left;
	text-align:left;
}
#prev-next li#next{
	float:right;
	text-align:right;
}