
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }
* { text-shadow: #39434d 0 0 1px; }
.clearFloat { clear: both; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-bottom: 15px;
}
p {
	font-size: 0.75em;
	padding: 10px 0px;
}
a {
	color: #008658;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/**********************************************  HEADER  **********************************************/

#header {
	padding-top: 10px;
}
#inner #header {
	height: 185px;
	background-image: url('../images/header-bg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#header .headerLogo {
	margin: 0px 0px 11px 12px;
}
#header #headerRight {
	float: right;
	width: 740px;
}
#header .approveLogo {
	float: right;
	margin: 7px 1px 0px 0px;
}
#header .storeAddress {
	width: 320px;
	float: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1A1A1A;
}

.storeAddress p {
	font-size: 1.375em;
	padding: 15px 0px 0px 0px;
	line-height: 22px;
}
.storeAddress p.headerCaption {
	font-size: 0.75em;
	padding: 10px 0px 0px 0px;
	line-height: 14px;	
}

/**********************************************  FOOTER  **********************************************/

#footer {
	padding: 15px 0px 10px 45px;
	font-size: 0.7em;
	color: #939393;
}
#inner #footer {
	margin-left: 270px;
	padding-left: 0px;
}
#footer span {
	padding: 0px 12px;
}
#footer a {
	color: #09A872;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/***********************************************  MENU  ***********************************************/

#menu {
	float: right;
	width: 184px; 
}
#menu li {
	float: left;
}
#menu li a {
	text-indent: -9999em;
	display: block;
	width: 184px;
	background-repeat: no-repeat;
	background-position: 1px top;
	border-bottom: 1px #12BE83 solid;
}
/** Menu Items **/
#menu #menuItemBuy a { 
	background: url('../images/menu/menu-buy.gif'); 
	background-color: #0AAF77;
	height: 72px; 
}
#menu #menuItemSell a { 
	background: url('../images/menu/menu-sell.gif'); 
	background-color: #09AE76;
	height: 71px; 
}
#menu #menuItemWorth a { 
	background: url('../images/menu/menu-worth.gif'); 
	background-color: #FF1A00;
	height: 70px; 
}
#menu #menuItemCareers a { 
	background: url('../images/menu/menu-careers.gif'); 
	background-color: #059A67;
	height: 72px; 
}
#menu #menuItemDVD a { 
	background: url('../images/menu/menu-dvd.gif'); 
	background-color: #039261;
	height: 70px; 
	border: none;
}
#menu #menuItemFooty a { 
	background: url('../images/menu/menu-footytipping.gif'); 
	background-color: #039261;
	height: 70px; 
	border: none;
}



/***********************************************  SIDE MENU  ************************************************/
/*
#sideMenu {
	position: relative;
	margin: 40px 0px 0px 0px;
	width: 233px;
	left: -7px;
}
#sideMenu li {
	background-image: url('../images/menu/side-menu-border-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 1px;
}
#sideMenu li a{
	text-decoration: none;
	color: #000000;
	font-size: 0.75em;
	display: block;
	padding: 9px 0px 9px 25px;
	height: 100%;
	white-space: normal;
	line-height: 18px;
}
#sideMenu li a:hover,
#sideMenu li.selectedMenu a {
	background-image: url('../images/menu/side-menu-hover.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #008658;
	font-weight: bold;
	color: #FFFFFF;
}
*/

#sideMenu {
	position: relative;
	margin: 0px 0px 0px 12px;
	width: 238px;
}
#sideMenu li {
	background-image: url('../images/menu/side-mnu-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #008658;
	margin-bottom: 2px;
}
#sideMenu li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.75em;
	display: block;
	padding: 13px 0px 13px 10px;
	height: 100%;
	white-space: normal;
	line-height: 18px;

	background-image: url('../images/menu/side-mnu-top.gif');
	background-repeat: no-repeat;
	background-position: top left;

}
#sideMenu li a span {
	background-image: url('../images/menu/side-mnu-arrow.gif');
	background-repeat: no-repeat;
	background-position: 200px center;
	display: block;
	padding-right: 30px;
}	

#sideMenu li:hover,
#sideMenu li.selectedMenu {
	background-image: url('../images/menu/side-mnu-hover-bottom.gif');
	background-color: #003E29;

}

#sideMenu li a:hover,
#sideMenu li.selectedMenu a {
	background-image: url('../images/menu/side-mnu-hover-top.gif');
}

#sideMenu li a:hover span,
#sideMenu li.selectedMenu a span {
	background-image: url('../images/menu/side-mnu-hover-arrow.gif');
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: arial, sans-serif;
	color: #333333;
}

body#inner {
	background-color: #E0E0E0;
	padding-bottom: 40px;
}

/*******************************************  PAGE LAYOUT  ********************************************/
#container { 
	width: 980px;
	margin: 0pt auto;
}

#inner #container {
	background-color: #FFFFFF;
}

#main {
	background: #039161 url('../images/hero/hero-img-current.jpg') no-repeat ;
	height: 360px;
}

#innerMain {
	padding: 30px 0px 15px 0px;
}

#leftCol {
	float: left;
	width: 250px;
}
#rightCol {
	float: left;
	width: 680px;
	padding: 0px 30px 0px 20px;
}

#content {
	position: relative;
	background-color: #E4E4E4;
	height: 210px;
	border-bottom: 1px #C6C6C6 solid;
}


/********************************************  HOME PAGE  *********************************************/

#vipTile {
	position: absolute;
	top: -43px;
	left: 7px;
	width: 348px;
	height: 234px;	
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/bg-tile-vip.png');
	background-repeat: no-repeat;
}
#vipTile[id] {
	background-image: url('../images/bg-tile-vip.png');
}

#vipForm {
	position: absolute;
	top: -43px;
	left: 7px;
	width: 288px;
	height: 219px;
	padding: 15px 20px 0px 40px;
	color: #FFFFFF;
}
#vipForm h2 {
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
}
#vipForm p, #vipForm span {
	font-size: 0.7em;
	padding: 0px;
}
#vipForm span {
	margin: 10px 0px 5px 15px;
	float: left;
	width: 110px;
}
#vipForm ul {
	margin: 10px 0px;
}
#vipForm label {
	float: left;
	font-size: 0.7em;
	width: 55px;
	padding: 5px 0px 0px 5px; 
	display:inline;
	position: relative;
}
#vipForm .textBox {
	width: 215px;
	margin: 0px 0px 7px 0px;
	height: 18px;
}
#vipForm input {
	position: relative;
}
#vipForm .submitBtn {
	float: left;
	margin: 5px 0px 0px 60px;	
	position: relative;
}

#imageCaption {
	color:#FFFFFF;
	float:left;
	font-size:0.75em;
	padding:15px 15px 15px 15px;
	/*width:310px;*/
	width:330px;
}

#homeContent {
	float: right;
	margin: 15px 20px 20px 20px;
	width: 591px;
	display: inline;
}
#homeContent p {
	font-size: 0.9em;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
}

/**********************************************  COMMON  **********************************************/

p.quote {
	color: #028458;
	font-size: 0.9em;
	font-weight: bold;
}
#rightCol .leftContImg {
	float: right;
	padding: 10px 0px 0px 10px;
}
#rightCol .sideText {
	width: 470px;
}

#innerVip {
	width: 680px;
	height: 160px;
	background-image: url('../images/bg-large-vip.gif');
	margin-top: 30px;
}
#innerVip #vipLeft {
	float: left;
	width: 280px;
	padding: 20px 75px 0px 25px;
}
h2.formHeading {
	color: #E0E0E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#innerVip #vipLeft p {
	color: #FFFFFF;
	font-size: 0.69em;
}

#innerVip #vipRight {
	float: left;
	width: 300px;
	padding-top:5px;
}
#vipRight #vipForm {
	position: static;
	padding: 10px 0px 0px 0px;
	height: auto;
}
#vipRight #vipForm .submitBtn  {
	margin-left: 14px;
}
#vipRight #vipForm span  {
	margin-left: 60px;
}

.imageCenter {
	text-align: center;
	padding: 20px 0px;
}



#featureButton {
	width: 238px;
	background-image: url('../images/menu/side-mnu-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #008658;
	right: 0;
	margin-bottom: 2px;
}
#featureButton a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
	display: block;
	padding: 13px 0px 13px 10px;
	height: 100%;
	white-space: normal;
	line-height: 18px;
	background-image: url('../images/menu/side-mnu-top.gif');
	background-repeat: no-repeat;
	background-position: top left;

}
#featureButton a span {
	background-image: url('../images/menu/side-mnu-arrow.gif');
	background-repeat: no-repeat;
	background-position: 200px center;
	display: block;
	padding-right: 30px;
}	


/**** GOOGLE MAP ****/

.googleMap {
	float: left;
	width: 350px;
	margin-top: 20px;
}

.mapDetails {
	float: left;
	margin-top: 20px;
	padding: 0px 0px 0px 20px;
}
.mapDetails span {
	font-size: 0.75em;
}

.mapLink {
	padding: 0px 15px 0px 0px;
	background: no-repeat url('../images/icons/ico-external-link.gif') center right;
}

#FreeDVD {
	margin: 0px 0px 0px 50px;
}

.h2DVD {
	margin: 30px 0px 10px 55px;
}