html, body {
	height: 100%;
}
body
{ 
	margin:0; 
	padding:0; 
	font: 14px/1.25em arial, helvetica, sans-serif;
	background: #666 url("/i/bg.png") 0 0 repeat;
} 
 
#pagewidth{
	width: 900px;
	background: transparent url("/i/wrap_bg.png") 50% 0 repeat-y;
	margin: 0 auto -70px;
	padding: 0 11px;
	min-height: 100%;
	height: 100%;
	position: relative;
}

html>body #pagewidth {
	height: auto;
}
 
#header
{
	padding: 0px;
	background: #036;
	height: 121px;
} 

#headerinner
{
	border: 1px solid #013e7b;
}

#menubar
{
	background: royalBlue url("/i/menu_bg.png") 0 0 repeat-x;

	padding: 0 0 0 80px;
	border-bottom: 1px solid #0d2036;
} 
 
#menubar ul
{
	margin: 0;
	padding: 0;
	border-left: 1px solid #3a58a5;
	height: 26px;
} 

#menubar ul li 
{
	display: inline;
}

#menubar ul li a
{
	display: inline-block;
	padding: 6px 20px;
	color: White;
	text-decoration: none;
	float: left;
	font: bold 14px/14px arial, helvetica, sans-serif;
	border-left: 1px solid #548cec;
	border-right: 1px solid #3a58a5;
}

#menubar ul li a:hover, #menubar ul li.cur a
{

	background: royalBlue url("/i/menu_ho.png") 0 0 repeat-x;
	border-left: none;
	border-right: 1px solid #039;
	padding: 6px 20px 6px 21px;
}

#menubar ul li.cur a{
background: royalBlue url("/i/menu_cur.png") 0 0 repeat-x;
}
#menubar ul li.cur a:hover{
background: royalBlue url("/i/menu_cur.png") 0 0 repeat-x;
}
 
.leftsidebar
{
	width: 180px;
	float: left; 
	position: relative; 
	text-align: left;
	padding: 20px 20px;
}

.leftsidebar p
{
margin: 10px 0;
}

img
{
	border: none;
}

.leftsidebar ul
{
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0;
}
.leftsidebar ul.links
{
	color: #039;
}
.leftsidebar ul ul
{
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
.leftsidebar ul.links li
{
	margin: 0 0 4px 0;
}
.leftsidebar ul.links li a
{
	font-weight: normal;
	color: #039;
	display: block;
}
.leftsidebar ul.links li a:hover
{
	color: #f1371c;
}

.leftsidebar ul.links li.cur a{
	color: #f1371c;
	text-decoration: none;
}

.mainbodyarea
{
	width:610px;
	padding: 10px 40px 0 0 ; 
	float:right; 
	position:relative; 
}
 
.rightsidebar
{
	width: 190px;
	float:right; 
	position:relative; 
}
 
.mainbody
{
	float: left; 
	display:inline; 
	position: relative; 
}

#wrapper{
	padding-bottom: 100px;
	background: #fff url("/i/wrapper_bg.png") 0 0 repeat-x;
}
#wrapper .leftsidebar
{
   background: #e6f0fa url("/i/leftcol_bg.png") 0 0 repeat-x;
   border-right: 1px solid #d7e0f4;
   border-bottom: 1px solid #d7e0f4;
   
} 

#wrapper .mainbodyarea
{

}

#pagefooter
{
	width: 900px;
	background: #003366;
	border-top: 1px solid #999;
	margin: 0 auto;
	padding: 10px 0;
	height: 50px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#header .banner
{
	float: none;
	display: block;
	text-align:center;
}

.title
{
	font-weight: bold;
}

.mainbodyarea .title
{
	font-size: 24px;
	color: royalBlue;
}

.subtitle
{
	font-weight: bold;
}

.mainbodyarea .subtitle
{
	font-size: 16px;
} 

.mainbodyarea p
{
	padding-left: 10px;
	padding-right: 10px;
}

.leftsidebar .title
{
	font-size: 16px;
	color: #f1371c;
}

.leftsidebar .subtitle
{
	font-size: 14px;
	color: #f1371c;
}

.leftsidebar li
{

}

.emphasized
{
	font-weight: bold;
	color: blue;
}

.important
{
	font-weight: bold;
	color: red;
}

#dvd_description{
	padding-right: 20px;
}
#purchase{
	margin: 10px 10px 10px 10px;
	padding-top: 10px;
	border-top: 1px solid #d7e0f4;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */  
 
/*printer styles*/ 
@media print
{ 
	/*hide the left column when printing*/ 
	#leftcol
	{
		display:none;
	} 

	#twocols, #maincol
	{
		width:100%; float:none;
	}
}
