@charset "utf-8";
/* CSS Document */

/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
 
body {
	font-size:10px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color:#333333;
	
	background-image: url("/images/body_bg.gif");
	background-repeat: repeat-x;
	margin: 0;
}


/***** Common Formatting *****/
 
h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:bold;
}
 
h1 {
	padding:0 0 20px 0;
	font-size:16px;
}
 
h2 {
	padding:0 0 20px 0;
	font-size:12px;
}
 
h3 {
	padding:0 0 20px 0;
	font-size:12px;
}

p {
	font-size:12px;
	line-height:1.5em;
	margin:0;
	padding:0 0 18px 0;
}

ul {
	font-size:12px;
	line-height:1.7em;
	margin:0;
	list-style-type:disc;
	padding:0 0 18px 15px;
}

ol {
	font-size:12px;
	line-height:1.7em;
	margin:0;
	padding:0 0 18px 15px;
}
 

small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

code {
	font-size:12px;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {color:#ff0000;}
a:hover {text-decoration:none;}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.text-hidden   { left:-9999px;position:absolute;}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.underline-italic	{font-style:italic; border-bottom:1px solid; }
.highlight     { background:#eae9e4; }
.highlightwhite	{ background:#ffffff; text-align:center;}
.bold-italic	{font-style:italic; font-weight:bold;}
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:5px 20px 5px 0; }
.img-right     { float:right;margin:5px 0 5px 20px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}
.confirm {color:green;}
.warning {color:red;}
.small {font-size:0.9em;}
.smaller {font-size:0.8em;}
.larger {font-size:1.1em}
.vlarger {font-size:1.2em}
.vvlarger {font-size:1.4em}
.vvvlarger {font-size:1.6em}
.left {float:left; margin-top:20px; margin-bottom:10px;}
.right {float:right; margin-top:20px; margin-bottom:10px;}

/***** Wrapper *****/

#wrapper, #shadow-top {margin:0 auto;}

#wrapper {
	width:780px;
	padding-top: 10px; /* jh */
	padding-left:12px;
	padding-right:10px;
	background:#ffffff;
	 border-left-width:1px; border-left-color:#bfc2b5; border-left-style: solid; border-right-width:1px; border-right-color:#bfc2b5; border-right-style: solid;
	  
}

#shadow-top {
	/*height:10px;
	background:#ffffff; jh */
}
/***** Header *****/

#top, #banner {padding:0 20px;}
#top {height:90px;}
#logo {
	float:left;
	font-size:30px;
	color:#9b9e92;
	text-align:right;
}

.logo-small {
	font-size:18px;
	color:#9b9e92;
	text-align:right;
}

#nav a {margin-left:10px;}
#nav a.current {text-decoration:none;color:#333333}

#nav {
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

#banner {
	background:#eae9e4;
	height:130px;
	padding-left:15px;
}

#banner-links, #banner-links a {color:#ff0000;}

#banner-links {
	float:left;
	width:215px;
}

#banner-links a {
	line-height:24px;
	font-size:12px;
}

#banner-image {
	width:500px;
	height:120px;
	float:left;
	margin-right:15px;
	padding-top:10px;
	padding-left:10px;
	color:#ffffff;
	font-size:1.5em;
}

/***** Content *****/

#content {padding:20px 20px 0 20px;}
#content-home-left, #content-home-middle, #content-home-right {
	float:left;
}

#content-home-left {
	width:220px;
	margin-right:20px;
}
#content-home-middle {
	width:220px;
	margin-right:20px;
}
#content-home-right {
	width:260px;
}

#content-main {
	width:500px;
	float:right;
}
#content-side {
	width:200px;
	padding-right:25px;
	float:left;
}

#content-banner {
	width:480px;
	height:110px;
	float:left;
	margin-left:5px;
	padding:5px;
	background:#eae9e4;
}

#banner_left {
	width:220px;
	height:156px;
	float:left;
	padding:5px;
	background:#eae9e4;
}

#banner_right {
	width:220px;
	height:156px;
	float:right;
	padding:5px;
	background:#eae9e4;
}

img.r
{
	margin-right:100px;

}

.greybox { /* jh */
	padding: 10px;
	background:#eae9e4;
	border: 1px solid #bfc2b5;
}

/***** Footer *****/

#footer {
	font-size:12px;
	padding:10px 10px 10px 10px;
	background:#eae9e4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #bfc2b5;
	border-right-color: #bfc2b5;
	border-left-color: #bfc2b5;
}

#copyright {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:40px;
	padding-top:30px;
}

#bottom td, #bottom th {
	font-size:12px;
}
.footer-column, .footer-column-last {
	margin-left:10px;
	border-left:1px solid #bfc2b5;
	padding-left:15px;
}

.footer-column-first {
	margin-left:5px;
	padding-left:5px;
}

.footer-column, .footer-column-first {float:left;}
.footer-column-first {width:180px;}
.footer-column {width:160px;}
.footer-column-last {width:170px;float:right;}


#footer-nav {margin:20px 0 0 0;}
#footer-nav a {margin-left:10px;}


/* ### buy button ### */

.buy-btn {
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
	background:#eae9e4;
}
.buy-btn a {
	background:#bfc2b5 url('../images/navgradient.gif') repeat-x;
	padding:2px 5px;
	margin:5px 0;
	color:#ff0000;
	text-decoration:none;
}
.buy-btn a:hover {
	background:#bfc2b5;
	text-decoration:none;
}

.buy_now {
	clear: both;
	float: right;
	height: 50px;
	width: 125px;
	margin-left:20px;
}

.video_player {

	margin-top:10px;
}
