/***********************************************/
/* emx_nav_left.css                            */
/* Use with template.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066cc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 100% Arial,sans-serif;
 color: #ff6600;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
 text-align: right;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #ff6600;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 120% Arial,sans-serif;
 color: #333333;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin-left: auto;
	margin-right: auto;
	top: 112px;
	left: 2%;
	right: 2%;
	width:65%;
	background-color: #ffffff;
	min-width: 800px;
	border-left: 1px #555 solid;
	border-right: 1px #555 solid;
/*	border-bottom: 1px #555 solid;*/
}

#masthead{
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 2%;
	right: 2%;
	width:65%;
	background: url(images/water.png) repeat-x;
	min-width: 800px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #8fb8bc;
}

#pageName h2{
	font: bold 115% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 520px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}



/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h1{
	font: bold 150% Arial,sans-serif;
	color: #ff6600;
	padding: 0px 0px 5px 0px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #ff6600;
	padding: 0px 0px 5px 0px;
}

.feature td{
	padding: 10px;
}

.feature li{
	line-height: 120%;
}

.feature img{
	padding: 15px 5px 0px 5px;
}


/*************** story styles ******************/

.story {
	padding: 10px 10px 10px 10px;
	font-size: 79%;
}

.story h3{
	font: bold 115% Arial,sans-serif;
	color: #ff6600;
	margin-top: 0px;
	margin-bottom: 0px;
}

.story b{
	color: #003399;
	line-height: 17px;
}

.story li{
	margin-left: 50px;
}

.price{
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

.buynow {
	color: #003399; 
	font-weight: bold; 
	padding: 1px 4px 1px 4px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #0066cc;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story img{
	padding: 0px 5px 3px 5px;
}

.story td{
	border-bottom: inset #000000 2px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	text-align: center;
	border-top: 1px solid #8fb8bc;
	font-size: small;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/********************* end **********************/


.logo {
	padding-left: 10px;
	color: #ff6600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.right {
	float: right;
	padding-left: 10px;
	margin-left: 10px;
}

.right img{
	padding: 1px;
}

.nopadding img{
	padding: 0px;
}

.box {
	border: 1px #999999 solid;
	padding: 3px;
}

.st { display: none; }