/* General Elements */
a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#644491;
}

html{
	height:100%;
}

body{
	background-image:url(../images/site_bkg2.jpg);
	background-repeat:repeat-x;
    background-attachment:fixed;
	background-position:top center;
	background-color:#462c81;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	height:100%;
}

img{
    border: none;
}

img.prodPageImage{
	border: solid 2px;
	border-color:#644491;
}


/*
div.outerDiv{
	width:100%;
	height:100%;

	background-repeat:no-repeat;
	background-position: top center;
	background-attachment:fixed;
}
*/

div, span, td, p{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size:9pt;
}

div.cartInfo{
	font-size:8pt;
	font-weight:normal;
	color:#FFCC00;
	margin-bottom:10px;
	margin-top:5px;
}

div.cartInfo a{
	color:#FFFFFF;
	text-decoration:underline;
}

div.cartInfo a:hover{
	color:#FFCC00;
}

div.bottomInfo{
	color:#000;
	border-top: solid 2px;
	border-color: #644491;
	width:885px;
	text-align:left;
	padding-left:5px;
	margin:auto;
	margin-top:10px;
	padding-top:10px;
	height:20px;
	font-size:9pt;
	line-height:1em;
}

div.bottomMenu{
	background-color:transparent;
	height:22px;
	width:885px;
	padding-left:5px;
	margin:auto;
	text-align:left;
	font-size:9pt;
	margin-top:15px;
	margin-bottom:5px;
}

div.contactInfo{
	margin-bottom:10px;
}

div.contactHeader{
	text-decoration:none;
	font-weight:normal;
	font-size:14pt;
	margin-bottom:5px;
	color: #312474;
	margin-top: 12px;
	;
}

div.catPageHeader{
	font-size:24pt;
	color:#766827;
	border-bottom:dotted 1px #766827;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.prodPagePrice{
	width:100%;
	color:#644491;
	padding-left:0px;
	padding-top:7px;
	font-size:11pt;
	font-weight: bold;
}

em{
	text-decoration:underline;
	font-weight:bold;
	color: #766827;
}

table{
	border: none;
}

table#mainTable{
	margin:auto;
	background-image:url(../images/content_bkg.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

table#mainTable td table{
	
}

table#repInfo{
	background-color:transparent;
	width:890px;
	margin:auto;
}


table#topMenu{
	background-color:#ffffff;
	border:solid 1px #D2D2A6;
	border-bottom: solid 3px #644491;
	width:890px;
	margin:auto;
}

table#topMenu td{
	border-bottom: solid 1px #ffffff;
	background-image:url(../images/topMenuItemBkg.jpg);
	background-repeat:repeat-x;
}

table#topMenu td img{
	border-left:solid 1px;
	border-left-color: #7247ac;
}

table#prodMenu{
	background-color:#FFFFFF;
	background-image:url(../images/productMenuBkg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border:solid 1px gray;
	width:185px;
	margin-left:auto;
}

table#prodMenu td{
	border-bottom:solid 1px gray;
	vertical-align:middle;
	text-align:left;
	height:32px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:9pt;
}

table#prodMenu td a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

table#prodMenu td a:hover{
	color:#FFCC33;
}

table#prodMenu .menuItem{
	background-color:#000;
	background-image:url(../images/menuItemBkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:white;
	vertical-align:middle;
	border-bottom:solid 1px;
	border-color:#666666;
}

table#prodMenu .subMenuItem{
	background-color:#fff;
	vertical-align:middle;
	border-bottom:solid 1px;
	border-color:#666666;
}

table#prodMenu .subMenuItem div{
    border-bottom:dotted 1px silver;
    margin-top:2px;
    margin-bottom:2px;
}

table#prodMenu .subMenuItem a{
    font-size:8pt;
    color:#000;
}

table#prodMenu .subMenuItem a:hover{
    color:silver;
}

table#prodMenu .subMenuItem .subcatLinkSelected{
    font-size:8pt;
    color:#a40000;
}

table#prodMenu td.sectionHeader{
	background-color:#ffffff;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

td.contentInfo{
	padding-top:10px;
	vertical-align:top;
	background-image:url(../images/ae_logo3_bkg.jpg);
	background-repeat:no-repeat;
	background-position:80px center;
	height:470px;
}

.pageNumLink{

}

.currentPageNum{

}

input.text{
    border: solid 1px #000000;
}

input.button{

}

input.radio{

}

input.checkbox{

}

textarea{

}

select{

}

span.alert{
	font-size:10pt;
	font-weight:bold;
	color:#ff0000;
}

span.subHeader{
	font-size:14pt;
	color: #312474;
}

span.subHeader2{
	font-size:12pt;
	font-weight:bold;
	color: #312474;
}

span.spacer{
	padding-left:8px;
	padding-right:8px;
	color:#6D649B;
}

table.prodOptions td{
	padding-right:25px;
	padding-left:5px;
	height:50px;
	vertical-align:top;
	color:#fff;
	padding-top: 3px;
}

table.prodOptions{
	background-image:url(../images/prod_options_bkg.png);
	background-repeat:repeat-x;
	background-position:left top;
}

