﻿/*
Colors used:
#B80000 - maroon - standard links
#B6B6B6 - medium grey - page background
#365277 - deep blue - Logo Banner 
#FFFFFF - white - main content area
#D8E9F8 - lighter blue - css nav button background 
#A4BFD7 - light blue - css nav button border bottom right
#EBf2FA - off white - css nav button border top left
#00295c - dark blue - css nav button link text color
#61779F - blue - css nav button link hover text color
#DDDDDD - light silver - css login button background  
#484848 - dark grey - css login button border bottom right
#9A9A9A - grey - css login button border top left
#282828 - darker grey - css login link text color
#878787 - grey - css login link hover text color
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ 
	font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: x-small; margin: 0px; text-align: left;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,  p, blockquote, th, td 
{ 
	border: 0px;
	padding: 0px;
}
input
{
	font-size: 1.1em;
}

table{border-collapse: collapse; border-spacing:0;}
fieldset, img{border:0;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after{content:normal;}

/* Standard elements */
p, ul
{
	font-size: small;	
}

h1
{
	font-size: x-large;
	font-weight: bold;
}
h2
{
	font-size: large;
	font-weight: bold;
}
h3
{
	font-size: large;
}
h4
{
	font-size: larger;
}

a
{
	color: #B80000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
ul {
	margin:0;
	padding:0 0 0 0;
}
li {
	margin:0;
	padding:0;
}


/* Layout */
#pagebackground
{
	background-color: #B6B6B6;
	text-align: center;
}

#page
{
    margin: 0 auto;
    width:950px;
}


/* Header */
#header {
	height: 96px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
#header .column
{
	position: relative;
	float: left;
}


#header_shadow_left
{
/*
    height: 96px;
	margin: 0;
	padding: 0;
	float: left;
	width: 20px;
	min-width: 20px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
*/
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
    height: 96px;
	width: 20px;
	right: 20px;
	margin-left: -100%;
	left: -930px;

}
#header_shadow_right
{
/*    height: 96px;
	margin: 0;
	padding: 0;
	float: right;
	width: 20px;
	min-width: 20px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
*/
	height: 96px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	width: 20px;
	margin-right: -20px;
}


#header_content
{
    max-height: 96px;
    height: 96px;
	background-color: #365277;
	width: 100%;
	padding: 0;
	margin: 0;
	/*
	min-width: 910px;
	margin-left: 20px;
	margin-right: 20px;
	*/
}

/*** IE6 Fix ***/
html>body #header_shadow_left 
{
	height: 96px;
	left: -20px;
}

/* Session Bar */

#sessionbar {
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
#sessionbar .column
{
	position: relative;
	float: left;
}

#sessionbar_shadow_left
{
    height: 30px;
	width: 20px;
	right: 20px;
	margin-left: -100%;
	left: -930px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
}
#sessionbar_shadow_right
{
    height: 30px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	width: 20px;
	margin-right: -20px;
}

#sessionbar_content
{
    max-height: 30px;
    height: 30px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url(images/sessionbar.jpg);
	background-repeat: repeat-x;
}
/*** IE6 Fix ***/
html>body #sessionbar_shadow_left 
{
	height: 30px;
	left: -20px;
}

/* Rich Interactive Content */

#maincontent {
	height: 1000px;
	min-height: 1000px;
	background-position: left;
/*
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
*/
}
#maincontent .column
{
	position: relative;
}

#maincontent_shadow_left
{
	float: left;	
    height: 100%;
	width: 20px;
	/*
	left: -20px;
	right: 20px;
	margin-left: -100%;
	left: -930px;
	*/
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
}
#maincontent_shadow_right
{
	float: right;

    height: 100%;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	width: 20px;
	/*
	margin-right: -20px;
*/
}

#maincontent_content
{
	float: right;
    height: 100%;
	width: 910px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	/*
	left: 20px;
	margin-left: -20px;
*/
}


/*** IE6 Fix ***/
/*
html>body #maincontent_shadow_left 
{
	height: 100%;
	left: -20px;
}
*/


/* Footer */

#footer {
	background-position: left;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
#footer .column
{
	position: relative;
	float: left;
}


#footer_shadow_left
{
    height: 100%;
	width: 20px;
	right: 20px;
	margin-left: -100%;
	left: -930px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
}
#footer_shadow_right
{
    height: 100%;
	width: 20px;
	margin-right: -20px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
}

#footer_content
{
    height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;

}
/*** IE6 Fix ***/
html>body #footer_shadow_left 
{
	height: 100%;
	left: -20px;
}




/*content sections*/
#logo
{
	margin-left: 20px;
	float: left;
    height: 100%;
}

#nav
{
	width: 400px;
    height: 100%;
    float:right;
    text-align: right;
    margin-top: 0;
    position: relative;
   	overflow: visible;

}


#flash
{
	width: auto;
	height: 320px;
	background-color: Maroon;
}

#separator_bar
{
	width: auto;
	height: 5px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}

#login-area
{
	float:right;
	width: 45%;
	text-align: right;
	padding: 10px 10px 0 0;
}


/* General */
.formattext_main
{
	padding: 0 0 20px 0;	
	font-size: larger;
}

#breadcrumb
{
	float: left;
	text-align: left;
	width: 45%;
	padding: 10px 10px 0 10px;
	color: #000000;
}

#breadcrumb a
{
	color: #000000;
	text-decoration: underline;
}

#pro6_silver 
{
	text-align: right;
}


#pro6_v 
{
	height: 100%;
}

.shoppingcart-hidden
{
	display: none;
}

.shoppingcart-visible
{
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

/* Controls */
/* Menu */
#pro6 ul, 
#pro6_silver ul
{
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline;  
	list-style:none; 
	width: auto; 
	height:40px; 
	position:relative; 
	background-color:Transparent; 
	font-size:small;
	margin: 0; 
	
	width: 100%;
}

#pro6
{
	width: 100%;
	overflow: visible;
	text-align: right;
	height: 30px;	
} 



/*
#pro6_v ul 
{
	display:block;
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	list-style:none; 
	width: auto; 
	height:40px; 
	position:relative; 
	font-size:smaller;
	margin: 0; 
	height:60px; 
	background-color:Transparent; 
}
*/
#pro6 li 
{
	display:inline; 
	margin: 0; 
	padding:0 10px 0 10px; 
	background-color: #D8E9F8; 
	border: solid 1px #A4BFD7;
	border-top: solid 1px #EBf2FA;
	border-left: solid 1px #EBf2FA;
	  

}

#pro6_silver li 
{
	display:inline; 
	margin: 0; 
	padding:0 10px 0 10px; 
	background-color: #DDDDDD; 
	border: solid 1px #484848;
	border-top: solid 1px #9A9A9A;
	border-left: solid 1px #9A9A9A;
	  
}

/*
#pro6_v li 
{
	display:block; 
	margin: 0; 
	padding:0 10px 0 10px; 
	background-color:Transparent; 
	border: none;
}
*/


#pro6 li a 
{
	display:inline; 
	color:#00295c; 
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:left; 
	padding:0 0 0 0px; 
	cursor:pointer;
}
#pro6_silver li a 
{
	display:inline; 
	color:#282828; 
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:left; 
	padding:0 0 0 0px; 
	cursor:pointer;
}

/*
#pro6_v li a 
{
	display:block; 
	color:#828383; 
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:left; 
	padding:0 0 0 0px; 
	cursor:pointer;
}
*/

#pro6 li a b, 
#pro6_silver li a b 
{ 
	width: auto; 
	float:left; 
	display:inline; 
	padding:0 0px 0px 0px;
}

/*
#pro6_v li a b 
{ 
	width: auto; 
	float:left; 
	display:block; 
	padding:0 0px 0px 0px;
}
*/

#pro6 li.current a, 
#pro6 li.current a:hover 
{
	color:#E77403; 
	background-color: #EBf2FA; 
} 

#pro6_silver li.current a, 
#pro6_silver li.current a:hover 
{
	color:#878787; 
	background-color: #EBf2FA; 
} 

/*
#pro6_v li.current a 
{
	color:#828383; 
	background-color: #D8E9F8; 
} 

#pro6_v li.current a:hover,
#pro6_v li.normal a:hover 
{
	color:#607a9d; 
	background-color: #D8E9F8; 
} 
*/

#pro6 li.normal a:hover 
{
	color:#61779F; 
	/*background-color: #EBf2FA; */
	background-color: #FFFFFF; 
} 

#pro6_silver li.normal a:hover 
{
	color:#878787; 
	/*background-color: #EBf2FA; */
	background-color: #FFFFFF; 
} 


#pro6 li a a{background-image: none;}
#pro6 li a a b{background-image: none;}
#pro6 li a a:hover{background-image: none;}
#pro6 li a a:hover b{background-image: none;}

.WrapA
{
}

.current, 
.normal
{
	white-space:nowrap;
}

#pro6_v ul 
{
	margin:0; 
	padding:0; 
	list-style:none; 
	display:block;  
	list-style:none; 
	position:relative; 
	background-color:Transparent; 
	font-size:medium;
}

#pro6_v li 
{
	display:block; 
	margin:0; 
	padding:0; 
	background-color: Transparent; 
	  
}

#pro6_v li a {color:#828383; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:normal; text-align:left; padding:0 0 0 0px; cursor:pointer;} /* background:url('images/pro_six2_2a.png') no-repeat;}*/

/*
#pro6_v li a b { float:left; display:block; padding:0 0px 0px 0px;}
*/

#pro6_v li.current a, 
#pro6_v li.current a:hover
{
	font-weight: bold;
	color:#828383; 
	background-color: #D8E9F8; 
} 

#pro6_v li.menunormal a:hover 
{
	color:#365277; 
	background-color: #D8E9F8; 
} 


#menuheader
{
	color:#365277; 
	background-color: #D8E9F8; 
	border-top: solid 1px #94B0D7;
	border-bottom: solid 1px #5B78A2;
	height: 25px;	
    font-size: 1.3em;
}

.menulink
{
	display: block;
	width: 100%;
	min-width: 100%;
	white-space: nowrap;
	height: 25px;
    font-size: 1.2em;
    padding-top: 5px;
}

.menulink a:hover
{
	color:#828383; 
	background-color: #D8E9F8; 
}

.menutext
{
	display: block;
	
	white-space: nowrap;
	
	padding: 6px 0 0 35px;
	margin-top: 0px;
}

.menunormal
{
}



/* Pages */
/*Default.aspx - three column layout*/
#default_left
{
	margin: 20px 30px 20px 0;
	float: left;
	width: 190px;
	min-width: 190px;	
	
}

#default_right
{
	margin: 20px 0 20px 0;
	float: right;
	width: 240px;
	min-width: 240px;	
}

#default_center
{
	margin: 20px 30px 20px 0;
	width: 640px;
	min-width: 420px;	
	height: 500px;
	overflow: hidden;
}

#blogreader,
#index
{
	text-align: left;
	margin-right: 7px;
	margin-bottom: 40px;
	width: 240px;
}
#blogreader a
{
	font-size: larger;
}

#newsletter
{
	text-align: left;
	width: 100%;
	height: auto;
	border-top: solid 2px #878787;
	border-right: solid 2px #878787;
	border-bottom: solid 2px #878787;
	padding: 0px 0 0px 0;
}
#newsletter_heading
{
	height: 25px;
	font-weight:bolder;
	margin: 0;
	padding: 5px 0 0 7px;
	background-color: #DDDDDD;
	border-bottom: solid 2px #878787;
	color: #282828;
}
#newletter_links
{
	padding-left: 45px;
}

#newletter_links ul
{
	list-style-type: none;
	margin: 5px 0 5px 0;
}

#newletter_links li
{
	font-size: small;
	padding: 5px 0 5px 20px;
}


#featured_product
{
	margin: 40px 0 40px 7px;
	width: auto;
	height: auto;
	text-align: center;
}
#featured_product img
{
	text-align: center;
}
#featured_product a
{
	color: #000000;
	text-decoration: none;
}
#featured_product a:hover
{
	color: #B80000;
	text-decoration: underline;
}
#featured_product td
{
	font-size: small;
	text-align: center;
}


.contents_list
{
	width: auto;
	height: 5em;
	min-height: 5em;
	overflow: auto;
	border: solid 1px #878787;
}




/* NewsLetterRequest */
#newsletter_request td
{
	font-size: larger;
}



.newsletterrequest_lbl
{
	font-size: larger;
}
.newsletterrequest_field
{
	font-size: larger;
}
.newsletterrequest_field input
{
	border: solid 1px #9A9A9A;
}
.newsletterrequest_fieldwide
{
	font-size: larger;
}
.newsletterrequest_fieldwide input
{
	font-size: larger;
	border: solid 1px #9A9A9A;
}





/*Products.aspx - three column layout*/
#products_pageleft
{
	float: left;
	width: 250px;
	margin: 20px 0px 20px 0px;	
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#products_pageright
{
	float: right;
	margin: 20px 0px 20px 0px;	
	padding-left: 10px;
	padding-right: 10px;
	width: 610px;
}

#product-view
{
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
}
#productview-top
{
	width: 100%;
	min-width: 610px;
	display: block;
	padding: 0;
}
#productview-shortdesc
{
	float: right;
	width: 410px;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 10px;
	font-size: 1.2em;
	font-style: italic;
	display: block;
}

#productview-boxshot
{
	width: 180px;
	display: block;
}

#productview-buttons
{
	width: 100%;
	display: block;
}

#productview-tabs
{
	width: 100%;
	display: block;	
}

.productview-bottom
{
	position: relative;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.productview-bottom p
{
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	display: block;
}

.productview_img img
{
	display: block;
}

.HookLine
{
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;	
}

.licensetable
{
    border:1px solid #cccccc;
    width:600px;
    background-color:#cccccc;
    border-collapse: collapse;
}

.licensetitle
{
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
}

.licensecelltable
{
	height: 100%;
	width: 100%;
    border:1px solid #cccccc;
    background-color:#ffffff;
    border-collapse: collapse;
}

.licensecell
{
    border: thin solid #cccccc;
    font-weight: normal; 
    background-color:#ffffff;
    font-size: 9pt;
}

.altlicensecell
{
    border: thin solid #cccccc;
    font-weight: normal; 
    background-color:#ffffff;
    font-size: 9pt;
}

.licensecellheader
{
    border: thin solid #cccccc;
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
}

.licensesectiontitle
{
    font-weight: bold; 
    background-color: #f5f5f5; 
    color: #666666; 
    font-size: 10pt;
    padding-bottom: 5px;
}


/*services.aspx - one column layout*/
#services
{
	margin: 20px 40px 20px 40px;	
}

/*customers.aspx - one column layout*/
#customers
{
	margin: 20px 40px 20px 120px;	
}

/*login.aspx - one column layout */
#login
{
	margin: 20px 40px 20px 40px;	
	font-size: 1.1em;
}


/*password_recover.aspx - one column layout */
#password_recover
{
	margin: 20px 40px 20px 40px;	
	font-size: 1.1em;
}

/*register.aspx - one column layout */
#register
{
	margin: 20px 40px 20px 40px;	
	font-size: 1.1em;
}

.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 1.3em; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    width:50%;
    font-size: 1.1em; 
}
.logtable
{
    border:1px solid #cccccc;
    width:600px;
    background-color:#cccccc;
    
}





.customer_product_list_selected td
{
	width: 200px;
	background-color: #EBf2FA; 
}

.customer_product_list td
{
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.customer_product_link
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;


}
.customer_product_link td
{
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
*/
}

.customer_product_selected
{
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left: 10px;*/
	color:#00295c; 
	text-decoration:none; 
	font-size: 1.2em;
}
.customer_product_list
{
	padding-top: 5px;
	padding-bottom: 5px;
	
	/*
	padding-left: 10px;
*/
}

.customer_product_list_selected
{
	padding-left: 10px;
}

.customer_product_list_header
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	color:#365277; 
	background-color: #D8E9F8; 
	border-top: solid 1px #94B0D7;
	border-bottom: solid 1px #5B78A2;
	height: 20px;	
    font-size: 1.2em;
    width: 200px;
}

/* download.aspx - two column layout */
.customer_product_list_selected
{
	background-color: #EBf2FA; 
	text-decoration: none;
	color:#00295c; 
	text-decoration:none; 
		text-align:left; 
	cursor:pointer;

}

.customer_product_list a,
.customer_product_list td a
{
	color:#828383; 
	text-decoration: none;
	font-size: 1.2em;
}

.customer_product_list a:hover,
.customer_product_list td a:hover
{
	color:#00295c; 
	background-color: #EBf2FA; 
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	text-align:left; 
	cursor:pointer;
	font-size: 1.2em;
}


.downloadheader
{
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
	font-family:arial, verdana, sans-serif; 
    background-color: #f5f5f5; 
}

.downloadcell
{
    background-color:#ffffff;
}

.downloadsectionheader
{
    font-weight: normal; 
    background-color:#ffffff;
    font-size: 9pt;
    padding-bottom: 5px;
}

.downloadsectiontitle
{
	text-align: center;
    font-weight: bold; 
    background-color: #f5f5f5; 
    color: #666666; 
    font-size: 10pt;
    padding-bottom: 5px;
}



/*shoppingcart.aspx - one column layout */
#shoppingcart
{
	margin: 20px 140px 20px 140px;	
	font-size: 1.1em;
    border:1px solid #cccccc;
	background-color:#ffffff;
}

#shoppingcart p, 
#shoppingcart td 
{
	font-size: 1.1em;
}


.shoppingcart_navigation
{
	text-align:right;
}

.cartdetailheader
{
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
}

.cartdetailcell
{
    background-color:#ffffff;
}

.cartdetailcell_left td
{
    background-color:#ffffff;
    text-align: left;
}
.cartdetailcell_left  a
{
    background-color:#ffffff;
    text-align: left;
}

.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}
.message_label
{
	text-align: left;
	font-weight:  normal;
	color: red;
}
.sectiontitle
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}

