/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#1B1B1B;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#73001e;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1, h2, h3, h4, h5, h6 {
	color: #d23c71;
	text-transform: uppercase;
	font-family: "myriad Pro", georgia, arial;
}

h1 { font-size:22px; }

h2 { font-size:17px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */


/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-container-repeat.jpg);
}

#main_container-top {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-container-top.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:135px;
	padding: 35px 80px 0 0;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:119px;
	height:185px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:760px;
    min-height:550px;
    height:auto !important;
    height:550px;
	padding: 0 150px 0 40px;
}

#bottom_footer-float {
	position:absolute;
	bottom:0;
	right:0;
	width:162px;
	height:133px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:600px;
	height:auto;
padding: 190px 0 0 0;
}

#side_gallery {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:170px;
	height:auto;
	margin: 0 0 10px 10px;
}

#side_gallery img {
	margin: 10px 0;
	border: 2px solid #9b3556;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:119px;
	height:auto;
padding: 20px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:750px;
	height:137px;
	clear:both;
	margin: 0 auto;
	padding: 15px 0 0 200px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

.footer-copy {
	float:left;
	color:#FFF;
	padding: 42px 0 0 30px;
}

.slug {
	float:right;
	padding: 33px 130px 0 0;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	width:119px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.png);
}

a#nav_01 {
	height:28px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: -119px 0 ;
}

.active_01 {
	background-position: -119px 0  !important;
}

a#nav_02 {
	height:31px;
	cursor:pointer;
	background-position: 0 -28px;
}

a:hover#nav_02{
	background-position:-119px -28px;
}

.active_02 {
	background-position:-119px -28px  !important;
}

a#nav_03 {
	height:31px;
	cursor:pointer;
	background-position: 0 -59px;
}

a:hover#nav_03{
	background-position:-119px -59px;
}

.active_03 {
	background-position:-119px -59px  !important;
}

a#nav_04 {
	height:33px;
	cursor:pointer;
	background-position: 0 -90px;
}

a:hover#nav_04{
	background-position:-119px -90px;
}

.active_04 {
	background-position:-119px -90px  !important;
}

a#nav_05 {
	height:32px;
	cursor:pointer;
	background-position: 0 -123px;
}

a:hover#nav_05{
	background-position:-119px -123px;
}

.active_05 {
	background-position:-119px -123px  !important;
}

a#nav_06 {
	height:30px;
	cursor:pointer;
	background-position: 0 -155px;
}

a:hover#nav_06{
	background-position:-119px -155px;
}

.active_06 {
	background-position:-119px -155px  !important;
}


