/* CSS Document */

html, body, * {
padding:0px;
margin:0px;
}

body {
background-image:url(images/globalbg.png);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 20px;
color:#564b47;
text-align:center;
}


#box-index {
width:807px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#content-index {
width:807px;
height: 508px;
padding:0px;
float:left;
background-image:url(images/index/content2.jpg);
background-repeat:no-repeat;
}

#head-index {
background-image:url(images/index/header.png);
width:807px;
height:124px;
float:left;
}


#linkbar-index {
background-image:url(images/index/linkbar.png);
background-repeat:no-repeat;
width:807px;
height:32px;
float:left;
}

.buy-me {
	float: right;
	margin: 40px 95px 0 0;
}

.home-me {
	float: left;
	margin: 24px 0px 0 40px;
}


p {
text-align:left;
margin:0 20px 20px 20px;
padding:0px;
}

a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;	
	border:none;
}

a img {
border:none;
}

a:hover {
	color:#FF3300;
}

ul {
	margin: 10px 0 20px 40px;
	list-style:none;
}

ul li {
	display: block;
	width: 600px;
	padding:4px;
	border-bottom: 1px solid #ABABAB;
}

ul li:hover {
	background:#FFCC00;
}

.highlight {
	background: #FFCC33;
}

.spacer {
	display: block;
	width: 550px;
	height: 1px;
	overflow: hidden;
}

/* Linkbar Styles */

.linkbar-top {
	width: 493px;
	height: 25px;
	margin: 3px 0 0 0;	
	float:left;
}

#linkbar-index .index {
	float:left;
	margin: 3px 0 0 0;
}

.linkbar-top a {
	padding: 2px 5px;
	float:left;
	display:block;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color:#F6EAAC;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 2px solid #709EF9;
	background: #121C44;
}

.linkbar-top a:hover {
	background: black;
	color: #E63A2D;
}

.linkbar-top a.instructions {
	border-right:none;
}

.linkbar-bottom {
	margin: 35px 0px 10px 100px;
}

.linkbar-bottom a {
	padding: 0px 10px;
	float:left;
	display:block;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color:#121C44;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	border-right: 2px solid #121C44;
}

.linkbar-bottom a:hover {
	color: #E63A2D;	
}

.calculator {
	width:151px;
	height: 28px;
	display: block;
	background: url(images/calculator.png);
	float: right;
	margin: 2px 22px 0 0;
}

.calculator:hover {
	background: url(images/calculator-hover.png);	
}


/* zoom.js classes */

.zoom-index {
	margin: 150px 0 0 560px;
	background: none;
	display: block;
	height: 130px;
	width:130px;	
}

.special-offer {
	margin: 140px 0 0 300px;
	background: none;
	display: block;
	height: 55px;
	width:400px;	
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* MISC classes */

a.intro-video {
	position:absolute;
	top: 560px;
	left:50%;
	z-index:40;
	display: block;
	width: 315px;
	height:80px;
	background: none;
	margin:  0 0 0 -20px;
}