/*****************************/
/*** Core html setup stuff ***/
/*****************************/
body {
	font-family: Georgia, serif;
	height:100%; /* this is the key! */
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	background: #333366;
}

a:link, a:visited {
	text-decoration: none;
	color: #336699;
	font-weight: normal;
}





a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:focus {
	-moz-outline-style: none;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#cutaway {
	position:relative;
	width: 308px;
	height: 617px;
	background-image: url(/images/cutaway.jpg); 
	background-repeat: no-repeat; 
}
	

#installer_registration
{
padding: 0px 50px 0px 50px;
}

#wrapper
{
	position:relative;
	width: 1106px;
	/*background: url('../images/bkg_wrapperFPO.png') no-repeat;*/
	background: url('../images/bkg.gif') repeat-y;
	text-align: center;
}

#content_wrapper
{
	width: 971px;
	padding: 0px
	margin:0px;
	background: #ffffff;
	text-align: left;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#left_col {
	padding: 26px 0px 75px 0px;
	width:198px;
	color:#ffffff;
	background:#cccccc url('../images/bkg_left.gif') repeat-x;
	border-right:2px solid #ffffff;
}

#right_col {
	padding: 0px 0px 75px 0px;
	width:198px;
	color:#ffffff;
	background:#cccccc url('../images/bkg_left.gif') repeat-x;
	border-top:2px solid #ffffff;
}

#logo
{
	position: relative;
	top: 23px;
	width: 253px;
	height: 46px;
	background: url('../images/logo.gif') no-repeat;
	margin-left: 51px;
	
}

#global
{
	position: absolute;
	top: 39px;
	width: 400px;
	font-size: 10px;
	height: 46px;
	margin-left: 445px;
	
}
#global a
{
	color: #969696;
	margin: 0px 5px;
}
#search
{
	position: absolute;
	top: 185px;
	z-index: 10000;
	line-height: 19px;
	width: 240px;
	font-family: Tahoma, sans serif;
	font-size: 10px;
	color: #405991;
	margin-left: 660px;
	
}

#main_content
{
	width: 646px;
	height: 270px;
	margin: 35px 0px 0px 250px;
}
#footer
{
	z-index: 2000;
	position: absolute;
	bottom: 5px;
	display: block;
	text-align: center;
	width: 966px;
	height: 65px;
	color: #969696;
	line-height: 15px;
	margin: 60px 0px 0px 70px;
	font-size:10px;
	background: url('../images/dots.gif') 0px 60px repeat-x;

}

#footer a
{
	padding: 0px 5px;
	color: #969696;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/***************************/
/*** Navigation elements ***/
/***************************/
#main_nav_wrapper
{
	padding:0;
	line-height: 30px;
	width:771px;
	height:30px; 
	background:#000000;
	border-bottom:2px solid #ffffff;

}
#main_nav a
{
	display: block;
	float:left;
	font-family: Verdana, sans serif;
	font-size:14px;

	padding:6px 0px;
	height:18px;
	width: 126px;
	color:#ffffff;
	border-left: 2px solid white;
	font-style: italic;
}

#main_nav a:hover
{
	text-decoration: none;
	background:#cd0303;
	font-weight: bold;
}

#main_nav a#current
{
	color:#cd0303;
	text-decoration: none;
}

#left_nav a
{
	display:block;
	font-family: Verdana, sans serif;
	font-size:12px;
	text-align:right;
	height:48px;
	width: 175px;
	color:#ffffff;
	border-top: 1px solid #ffffff;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#left_nav a:hover
{
	border-top: 1px solid #cd0303;
	color:#cd0303;
	text-decoration: none;
}

#left_nav a#current
{
	border-top: 1px solid #cd0303;
	color:#cd0303;
	text-decoration: none;
}
#right_nav a
{
	margin: 16px 0px 10px 20px; 
}

#right_nav a
{
	display:block;
	font-family: Verdana, sans serif;
	font-size:12px;
	text-align:left;
	height:68px;
	width: 181px;
	color:#ffffff;
	border-top: 1px solid #ffffff;
	font-style: italic;
	font-weight: bold;
}



#right_nav a:hover
{
	border-top: 1px solid #cd0303;
	color:#cd0303;
	text-decoration: none;
}

#right_nav a:current
{
	border-top: 1px solid #cd0303;
	color:#cd0303;
	text-decoration: none;
}
#text_links a{
	font-family: Verdana, sans serif;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #336699;
	text-transform: uppercase;
}

#text_links_red a{
	font-family: Verdana, sans serif;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
	text-transform: uppercase;
}


#text_links_black a{
	font-family: Georgia, serif;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	font-style: none;
	color: #000000;
	text-transform: none;
}





/*********************/
/*** Text elements ***/
/*********************/

h1{
	font-family: Georgia, serif;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	color: #336699;
}

.h1{
	font-family: Georgia, serif;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #336699;
}
.bodytext{
	font-family: Georgia, serif;
	line-height: 22px;
	font-size: 12px;
}

.works_bodytext{
	font-family: Georgia, serif;
	line-height: 22px;
	font-size: 12px;
	padding: 0px 0px 0px; 0px;
	margin: 0px 0px 0px; 0px;
	position: relative; 
	padding-top: 50px; 
	padding-left: 230px;  
}


p {
	text-indent:10px;
}

#featured_text{
	display:block
	width:auto;
	padding: 3px 10px;
	margin: 5px 0px;
	background: #ffffcc;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
}

#featured_text ul{
	list-style-image: url('../images/middot.png');
	padding: 0px 0px 0px 15px;
}

#orderform{
	display:block
	width:auto;
	padding: 10px 10px 10px 10px;
	
	background: #c6e6fb;
	font-family: Verdana, sans serif; 
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}

/*********************/
/*** Plain ul-No yellow bkgrnd ***/
/*********************/
#red {  
    padding: 0px 0px 0px 0px; 
    list-style-image: url('../images/middot.png'); 
}


/*********************/
/*** Sitemap***/
/*********************/

#sitemap a
{
	
	font-family: Georgia,  serif;
	font-size:14px;
	color:#000000;
	padding-left:30px;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	
}

#sitemap_ul a
{
	
	font-family: Georgia,  serif;
	font-size:14px;
	color:#cc0000;
	 padding: 0px 0px 0px 0px;
	
}

#sitemap_red {  
   padding: 0px 0px 0px 0px; 
    list-style-image: url('../images/middot.png'); 
}

/*********************/
/*** Font colors ***/
/*********************/


.black_giant
{   font-size: 24px;
    line-height: 26px;
    color: #000000;
    font-family: Georgia, serif;   
}

.black_extra_large
{   font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: Georgia, serif;   
}

.black_large
{   font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: Georgia, serif;   
}


.black_medium
{   font-size: 14px;
    line-height: 22px;
     color: #000000;
    font-family: Georgia, serif;   
}

.black_normal
{   font-size: 12px;
    line-height: 22px;
     color: #000000;
    font-family: Verdana, sans serif;   
}
 
 .black_normal2
{   font-size: 10px;
    line-height: 16px;
     color: #000000;
    font-family: Verdana, sans serif;   
}

 .black_normal3
{   font-size: 11px;
    line-height: 13px;
     color: #000000;
    font-family: Verdana, sans serif;   
}


.black_normal4
{   font-size: 10px;
    line-height: 11px;
     color: #000000;
    font-family: Verdana, sans serif;   
}


.black_small
{   font-size: 9px;
    line-height: 11px;
     color: #000000;
    font-family: Verdana, sans serif;   
}
 
 .red_extra_large
{   font-size: 22px;
    line-height: 26px;
     color: #cc0000;
    font-family: Georgia, serif;   
}

 .red_large
{   font-size: 20px;
    line-height: 24px;
     color: #cc0000;
    font-family: Georgia, serif;   
}

 .red_medium
{   font-size: 14px;
    line-height: 22px;
     color: #cc0000;
    font-family: Georgia, serif;   
}


.blue_large
{   font-size: 20px;
    line-height: 24px;
    color: #336699;
    font-family: Georgia, serif;   
}


.blue_medium
{   font-size: 14px;
    line-height: 22px;
     color: #336699;
    font-family: Georgia, serif;   
}

.verdana_ital
{   font-size: 12px;
    line-height: 14px;
     color: #000000;
    font-family: Verdana, sans serif; 
    font-style: italic;
}



.sup {
	position: relative;
	bottom: 0.3em;
	font-size: 10px;
	}


/*********************/
/*** Form elements ***/
/*********************/
input.submit {
background: url(../images/go_0.png) no-repeat;
}

:hover input.submit {
background: url(../images/go_1.png) no-repeat;
}

#btn_search
{
	border:none;
	top:16px;
	width:41px;
	height:28px;
	margin: 0px 0px 0px 164px;
	position:absolute;
}

#btn_data
{
	border:none;
	width:41px;
	height:28px;
	top:72px;
	margin: 0px 0px 0px 164px;
	position:absolute;
}
