/* ---------------------------------------------------------*/
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */
/* ---------------------------------------------------------*/

a {
	text-decoration:none;
	cursor:pointer;
}

body {
	padding:0px;
	margin:0px;
}

input, textarea, select {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	color:#000000;
	background:url(../images/inputBg.png) no-repeat top left;
	border:1px solid #DEDEDE;
}

/* -------------------------------------------------- */
div#pageWrapper {
	width:953px;
	margin: 0 auto;
}
/* -------------------------------------------------- */

div#buttons {
	position:relative;
	height:100px;
}

a#learnMore {
	position:absolute;
	top:15px;
	left:610px;
	height:44px;
	width:138px;
	display:block;
	background:url(learnMoreBTN.png) bottom no-repeat;	
}

a#orderNow {
	position:absolute;
	top:15px;
	left:255px;
	height:44px;
	width:137px;
	display:block;
	background:url(orderNowBTN.png) bottom no-repeat;
}

a#leaders {
	position:absolute;
	top:70px;
	left:305px;
	height:44px;
	width:410px;
	display:block;
	background:url(whatLeadersAreSayingBTN.png) top no-repeat;
}

a#leaders:hover {
	background-position:bottom;
}

a#learnMore:hover, a#orderNow:hover, a#commercial:hover {
	background-position:top;	
}

a#commercial {
	position:absolute;
	top:15px;
	left:412px;
	height:44px;
	width:177px;
	display:block;
	background:url(viewCommercialBTN.png) bottom no-repeat;
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------- Standard Button Styles -------------------------------*/

div.buttons {
	float:left;
}

div.buttons button {
	background:url(../images/buttonBg.jpg) repeat-x bottom #D5D4D4;
	border:1px solid #989495;
	color:#6D7369;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 10px 5px 10px;
	*padding:3px 0px 2px 0px;
	margin:10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

/* hack for safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.buttons button { 
		padding:4px 10px 4px 10px;
	}
}

div.buttons a {
	background:url(../images/buttonBg.jpg) repeat-x bottom #D5D4D4;
	border:1px solid #989495;
	color:#6D7369;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:4px 10px 4px 10px;
	margin:10px 10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

div.buttons a:hover, div.buttons button:hover {
	background:#F2F0F1;
	-moz-box-shadow:0px 0px 5px #989495;
	-webkit-box-shadow: 0px 0px 5px #989495;
	box-shadow: 0px 0px 5px #989495;
}

/* -------------------------- Positive Button Styles -------------------------------*/

div.buttons .positive {
	color:#60a020;
	border:1px solid #60a020;
}

div.buttons .positive:hover {
	color:#60a020;
	border:1px solid #60a020;
	-moz-box-shadow:0px 0px 5px #60a020;
	-webkit-box-shadow: 0px 0px 5px #60a020;
	box-shadow: 0px 0px 5px #60a020;
}

div.buttons .positive:active {
	background:#D7FFD7;
}

/* -------------------------- Negative Button Styles -------------------------------*/

div.buttons .negative {
	color:#d12f19;
	border:1px solid #d12f19;
}

div.buttons .negative:hover {
	-moz-box-shadow:0px 0px 5px #d12f19;
	-webkit-box-shadow: 0px 0px 5px #d12f19;
	box-shadow: 0px 0px 5px #d12f19;
}

div.buttons .negative:active {
	background:#FFD7D7;
}

/* --- Flowplayer Stuff --- */
div.overlay { 
	display:none;
	width:720px;
	height:420px;
	-moz-box-shadow:0px 0px 50px #336699;
	-webkit-box-shadow: 0px 0px 50px #336699;
	box-shadow: 0px 0px 50px #336699;

}
div.overlay div.close {
	position:absolute; 
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
div.overlay a {
	height:450px;
	display:block;
}
div.overlay #player, div.overlay a.player {
	height:420px;
	display:block;
	width:720px;
	position:absolute;
	top:0px;
	left:0px;
}