﻿/* CSS Imports       */

@import url('topmenu.css');
@import url('mainmenu.css');
@import url('footer.css');
@import url('content.css');
@import url('sidemenu.css');

/* HTML Selectors    */

body
	{
	background: #FFFFFF url('../images/main_bg.gif') repeat-x;
	margin: 10px top center;
	padding:0px; font-family:arial, verdana, sans-serif;
	font-size:9pt;
	background-attachment: fixed;
	}

h1, h2, h3, h4
	{
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 18pt;
	color: 076597;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	padding-bottom: 10px;
	}

h1
	{
	margin-bottom: 7px;
	font-size: 1.8em;
	}

h2
	{
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0 0;
	}

h3
	{
	font-size: 1.3em;
	}

h4
	{
	font-size: 11pt;
	margin: 0;
	padding: 0;
	}

img
	{
	border: none;
	text-decoration:none;
	}

p	{margin: 15px 0;}
 	
 
/* Layout Structures */

#LiveChatBox
	{
	position: relative;
	padding: 3px 15px 0px 0px;
	float: right;
	top: 12px;
	right: 0;
	height: 68px;
	width: 113px;

	}

#TopBanner
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 149px;
	overflow: hidden;
	background: url('../images/header_bg.jpg') no-repeat top left;
	}

#TopSubBanner
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 34px;
	overflow: visible;
	background: url('../images/graphic_top.gif') no-repeat top center;
	}

#Content
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: auto;
	overflow: auto;
	background: url('../images/pagebackground.gif') repeat-y;
	}

#PageTitleBar
	{
	width: 640px;
	height: 31px;
	float: right;
	text-indent: 30px;
	background: #092869 url('../images/pageTitleBackground.gif') repeat-x;
	}

.pageTitleBarText
	{
	font-family: arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: Medium;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	}

.pageTitleBarTitleImage
	{
	font-family: arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: Medium;
	color: #fff;
	text-align: left;
	padding-top: 1px;
	}

#MainMenuHtmlPage
	{
	position: relative;
	width: auto;
	height: 35px;
	padding: 53px 0 0 100px;
	clear: both;
	}

#pageTitleBarCheckout
	{
	float: right;
	height: 29px;
	width: auto;
	top: 1px;
	right: 0px;
	padding: 0 0 0 0;
	}

#SideMenu
	{
	position: relative;
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0 0 15px 0 ;
	top: 0px;
	background: url('../images/leftMenuBackground.gif') repeat-y;
	clear: left;
	}

#Footer
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 120px;
	background: url('../images/footerBackground.gif') repeat-x;
	color: #fff;
	overflow:visible;
	}
	
#ShoppingCartBox
	{
	position: relative;
	padding: 2px;
	width: 250px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	clear: both;
	float: left;
	text-align: left;
	display: none;
	}

/* Base Classes      */
 
a.tLink
	{
	color: #092869;
	}

a:hover.tLink
	{
	color: #e2e2e2;
	text-decoration: none;
	}

a:active.tLink
	{}



.tNormal
	{
	font-weight: normal;
	}

.tBold
	{
	font-weight: bold;
	}

.tWhite
	{
	color: #fff;
	}

.tGrey
	{
	color: #666;
	}

.tRed
	{
	color: #900;
	}
	
.noShow
	{
	display: none;
	}

.clear
	{
	clear: both;
	}

.FloatR
	{
	float: right;
	}

.FloatL
	{
	float: left;
	}

.Text
	{
	font-family: arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	color: #203c55;
	text-align: left;
	padding-left: 5px;
	}

a.Text
	{
	border-bottom: dashed 1px;
	color: #076597;	
	font-weight: bold;
	font-style: italic;
	}

a:hover.Text
	{
	border-bottom: 1px solid;
	color: #4fcbef;
	}


/**************************/
/* FROM STOREFRONT        */
/* Default CSS Stylesheet */ 
/* for a new Web          */
/* Application project    */
/**************************/

.GeneralPage {}

.GeneralTable {}
 
.TopSubBannerText {}

.Instructions
	{
	display: block;
	font-family: arial, verdana, georgia, serif;
	font-size: 10pt;
	color: #203c55; 
	background-color: #E0E5F1; 
	text-align: left;
	padding: 3px 8px;
	border: 1px solid #000;
	}

.ErrorMessages
	{
	display: block;
	color: #fff; 
	font-weight: bold; 
	text-align: center;
	padding: 5px 0;
	font-size: 1em;
	background: #ff3000 url('../images/errorbox.gif') no-repeat 0 0;
	min-height: 20px;
	height: 1%;
	}

.Messages
	{
	display: block;
	border-bottom: 1px solid #092869;
	font-family: 'trebuchet ms', georgia, serif; 
	color: #203c55; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	text-align: center;
	width: 95%;
	padding: 3px 8px;
	}

#MessageAlignment
	{
	background-color: #fff;	
	}

.Inputs
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #203c55; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	background-color: #fff; 
	background-image: none; 
	}

/************************/
/* SET FONT SIZES       */
/************************/

#Content
	{
	font-size: 1em;
	}

.Messages, .Inputs, .ErrorMessages
	{
	font-size: 1em;
	}

.Instructions
	{
	font-size: 0.70em;
	}

.smtext { font: 8pt, Arial; color: #333366; }
.smtext_b { font-family: Arial; font-weight: bold; font-size: 8pt; color: #333366; }