@charset "utf-8";
/*

	GLOBAL STYLES
	Created by Darrin Robertson - d@darrinrobertson.com
	September, 2007

*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TYPE */

body, p{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
}
h1
{
	color: #FF0000;
	font-weight: normal;
	font-size: 22pt;
}
h2
{
	color: #FF0000;
	font-weight: normal;
	font-size: 18pt;
}
h3
{
	color: #FF0000;
	font-weight: normal;
	font-size: 14pt;
}
h4
{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}
#global-footer
{
	font-size: 8pt;
	text-transform: uppercase;
	color: #446BA2;
}
pre
{
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LINKS */


a:link, a:visited
{
	font-weight: bold;
	color: #003A85;
	text-decoration: none;
}
a:hover, a:active
{
	font-weight: bold;
	color: #003A85;;
	background: #c7d3e3;
	text-decoration: none;
}
a img{
	border: none;
	background: none;
}

#global-header a{
	background: none;
}

/* NAV BAR LINKS */

.navBar a:link, .navBar a:visited
{
	font-size: 9pt;
	line-height: 100%;
	
	position:relative;
	display: block;
	width: 269px;
	height: 18px;
	margin: 0px;
	padding: 7px 46px 0px 0px;
	border-bottom: solid white 1px;
	background: url(../images/buttons/arrowNavBar.gif) no-repeat right center;
	text-align: right;
}

.navBar a:hover, .navBar a:active
{
	font-size: 9pt;
	color: #003A85;
	line-height: 100%;
	
	position:relative;
	display: block;
	width: 269px;
	height: 18px;
	margin: 0px;
	padding: 7px 46px 0px 0px;
	border-bottom: solid white 1px;
	background: url(../images/buttons/arrowNavBar.gif) no-repeat right center white;
	text-align: right;
}

.navBar a.tallLink:link, .navBar a.tallLink:visited
{
	height: 39px;
	padding: 13px 46px 0px 0px;
}
.navBar a.tallLink:hover, .navBar a.tallLink:active
{
	height: 39px;
	padding: 13px 46px 0px 0px;
}
.tallLink img
{
	position: absolute;
	left: 24px;
	bottom: 4px;
}

.tallLink .accountLogin
{
	color:red;
}

.tallLink .subText
{
	font-size: 7pt;
	font-weight: normal;
}

a.global-bodyButton:link, a.global-bodyButton:visited 
{
	display: inline;
	padding: 5px 25px 5px 12px;
	border: 1px solid #c7d3e3;
	background: url(../images/buttons/arrowFeaturedProduct.gif) right no-repeat;
}
a.global-bodyButton:hover, a.global-bodyButton:active 
{
	display: inline;
	padding: 5px 25px 5px 12px;
	border: 1px solid #c7d3e3;
	background: url(../images/buttons/arrowFeaturedProduct.gif) right no-repeat #c7d3e3;
}

a.global-logoContact:link, a.global-logoContact:visited
{
	color: red;
	text-decoration: underline;
}
a.global-logoContact:hover, a.global-logoContact:active
{
	color: red;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PAGE LAYOUT */

body
{
	margin: 0px;
	background: url(../images/backgrounds/blueClouds.jpg) repeat-x center top #003a85;
	text-align: center;
}

li
{
	margin: 6px 0px;
}

#global-outerWrapper
{
	width: 964px;
	margin: 0px auto;
	background: url(../images/backgrounds/pageRepeat.jpg) repeat-y center;
}
#global-innerWrapper
{
	width: 964px;
	background: url(../images/backgrounds/pageTop.jpg) no-repeat top center;
	text-align: left;
}

#global-header
{
	position:relative;
	width:950px;
	height:144px;
	margin: 0px 0px 0px 7px;
	background: white;
	border-bottom: solid #003a85 10px;
}
#global-logo
{
	position:relative;
	top: 42px;
	left: 30px;
}
#global-logoPhone
{
	position: absolute;
	left: 30px;
	top: 116px;
	width: 252px;
	text-align: right;
}

#global-clear
{
	width: 950px;
	clear: both;
}

#global-footer
{
	width: 932px;
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 30px 25px 22px 0px;
	background: url(../images/backgrounds/pageBottom.jpg) no-repeat top center #003a85;
	text-align: right;
}

.inline
{
	display: inline;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

td.color {
	background: #ccccff;
	}
	
	
#supportmenu {
width: 200px;
float: right;
margin: 10px 0 10px 10px;
padding: 10px;
border: 1px dashed #003e93;
font-size: 9px;
line-height: 15px;
}

dt {
margin: 10px 0 5px 0;
font-weight: bold;
}

