﻿/*
* {
	margin: 0;
	padding: 0;
	list-style: none;
}*/

body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background: url(Images/bg.jpg) no-repeat top center #000000;
}

img,table,fieldset {
	border-style: none;
}

a:link {
	color: #d1ff00;
}

a:visited {
	color: #d1ff00;
}

a:active {
	color: #d1ff00;
}

a:hover {
	color: #d1ff00;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #ccc;  
}

.subTitle 
{
    font-size: 13px;
    color: #fd8300;
}

#Wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

/* Header
----------------------------------------------------------- */

#Header {
	height: 140px;
	overflow: hidden;
}

#Logo {
	float: left;
	width: 233px;
	height: 140px;
}

/*#Logo a {
	display: block;	
	/* padding: 32px 0 0 0; 
	padding: 12px 0 0 0;
	text-align: right;
}*/

/*#Menu {
	float: right;
    padding: 50px 0 0 373px;
	z-index:99;
	position:absolute;
}*/

/*#Menu ul {
	display: inline;
	float: right;
	height: 36px;
}

#Menu li {
	display: inline;
	float: left;
	height: 36px;
}

#Menu a,
#Menu strong {
	display: inline;
	float: left;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #dedede;
	text-align: center;
	text-decoration: none;
	background: url(Images/bg-menu.gif) no-repeat;
}

#Menu strong {
	color: #750000;
	background-position: 0 -72px;
	font-weight: normal;
}

#Menu a:hover {
	color: #ffffff;
	background-position: 0 -36px !important;
}

#Menu .first a {
	background-image: url(Images/bg-menu-first.gif);
}

#Menu .first strong {
	background: url(Images/bg-menu-first.gif) no-repeat 0 -72px;
}

#Menu .last a,
#Menu .last strong {
	padding: 0 !important;
	width: 71px;
	background: url(Images/bg-menu-last.gif) no-repeat right top;
}

#Menu .last strong {
	background-position: 100% -72px;
}*/

/* Body
----------------------------------------------------------- */

#Body {
	background:url(images/bg_content.jpg) no-repeat top #131313;
}

#Title {
	padding: 25px 0 0 0;
	width: 350px;
	height: 255px;
}

/* Footer
----------------------------------------------------------- */

#Footer {
	margin: 7px 0 0 0;
	height: 37px;
	background: url(Images/bg-footer.gif) no-repeat center center;
}

#Footer p {
	padding: 10px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #ccc;
}

#Footer a {
	color: #fff;
}

/* Clearfix
----------------------------------------------------------- 

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
    display: inline-block;
}

.br {
    display: block;
}

* html .br {
    height: 1px;
}*/

/* Accordian
----------------------------------------------------------------*/

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* rating */
.ratingStar {font-size: 0pt; width: 24px; height: 22px; margin: 0px; padding: 0px; cursor: pointer; display: block; background-repeat: no-repeat;}
.filledRatingStar {background-image: url(Images/FilledStar.png);}
.emptyRatingStar {background-image: url(Images/EmptyStar.png);}
.savedRatingStar {background-image: url(Images/SavedStar.png);}

select {font-family:"Trebuchet MS", Arial; font-size:10px; line-height:12px; color:#3a3939;}
input, textarea {color:#3a3939; padding:0 0 0 4px; font-family:"Trebuchet MS", Arial; font-size:10px; line-height:12px; margin:0; display:inline}
input.button {text-transform:uppercase; vertical-align:middle; padding:3px 2px 1px 2px;}
input[type="hidden"] {margin: 0; padding: 0}

.slideshow {height: 300px; width: 300px;}
.slideshow img {background-color:Transparent;border-color:Black;border-width:1px;border-style:solid;}

/*.menuMyMembership {float: right; z-index:2; position:absolute; padding: 0 0 0 790px; background: url(Images/menu_mymembership.gif) no-repeat top right; height:52px; width:205px; top: 15px;}
.menuMyMembershipList {padding-right:0; margin-right:0; margin-top:8px; z-index:2;}
.menuMyMembershipIcon {width:48px; height:42px; float:right; margin:-3px 6px 0 0; background:#000;}*/

/*.menuMain {float: right;}*/
.menuMyMembership {float: right; background: url(Images/menu_mymembership.gif) no-repeat top right; height:52px; width:205px;}
.menuMyMembershipList {padding-right:0; margin-right:0; margin-top:8px;}
.menuMyMembershipIcon {width:48px; height:42px; float:right; margin:-3px 6px 0 0; background:#000;}


