* {
	margin: 0;
	padding: 0;
}
a {
	color: #243A7C;
	font-size: 12px;
	text-decoration: underline;
}
.main-back {
	background: url(../images/main-background.png) repeat-x;
}

a:visited {
	color: #243A7C;
}
a:hover {
	color: #A2ADCA;
}
body {
	background: #FFFFFF;
	color: #383E4E;
	font-family: Tahoma;
	font-size: 12px;
}
button.go, input[type=submit], input[type=button] {
	background: url(../images/splash/but_go.gif);
	background-repeat: no-repeat;
	border: none;
	height: 19px;
	width: 33px;
}
h1 {
	font-size: 22px;
}
html, body {
	height: 100%;
	width: 100%;
}
p {
	margin: 10px 0;
}
select {
	background-color: #EFF5FB;
	color: #243A7C;
	font-family: Tahoma;
	font-size: 12px;
	height: 19px;
	line-height: 18px;
	width: 174px;
}
/*BEGIN Tables styles*/
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
.but_login {
	background-image: url(../images/splash/but_login.gif);
	background-repeat: no-repeat;
	border: none;
	height: 21px;
	width: 47px;
}
.but_order {
	background-image: url(../images/splash/but_order.gif);
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 21px;
	width: 87px;
}
.but_readmore {
	background-image: url(../images/splash/but_readmore.gif);
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 21px;
	width: 87px;
}
.carttitle {
	background: #284191;
	color: #FFFFFF;
	text-align: center;
	width: 180px;
}
.carttitle TD {
	padding-bottom: 0px;
	padding-top: 0px;
}
/*END Content*/
/* Shoppng cart screen */
.catalogentry {
	border-bottom: #d7d7d7 dotted;
	padding: 1ex 0ex;
}
.catalogentry h3 {
	margin-bottom: 0.5ex;
	margin-top: 0ex;
}
.catalogentry img {
	float: left;
	margin-right: 2em;
}
.catalogentry p {
	margin-bottom: .5ex;
}
.divider1 {
	background-image: url(../images/splash/bg_divider_1.gif);
	background-repeat: no-repeat;
}
.divider1,.divider2,.divider3 {
	font-size: 1px;
	height: 11px;
	line-height: 1px;
}
.divider2 {
	background-image: url(../images/splash/bg_divider_2.gif);
	background-repeat: repeat-x;
}
.divider3 {
	background-image: url(../images/splash/bg_divider_3.gif);
	background-repeat: repeat-x;
}
.fieldWithErrors input {
	border: 2px solid #cc0000;
}
.frame1 {
	background-image: url(../images/splash/frame_01.gif);
	background-repeat: no-repeat;
	height: 113px;
	width: 240px;
}
.frame2_bottom {
	background-image: url(../images/splash/frame_2_bottom.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 10px;
	line-height: 1px;
	width: 144px;
}
.frame2_center {
	background-image: url(../images/splash/frame_2_center.gif);
	background-repeat: repeat-y;
	padding: 7px 17px 10px 17px;
	width: 110px;
}
.frame2_top {
	background-image: url(../images/splash/frame_2_top.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 11px;
	line-height: 1px;
	width: 144px;
}
.hor_separator1 {
	background: url(../images/splash/separator_01.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}
.hor_separator2 {
	background-image: url(../images/splash/separator_03.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}
/*END frames*/
/*BEGIN text styles*/
.para {
	line-height: 18px;
}
/*BEGIN General styles*/
/*BEGIN frames*/
.search_field {
	background: #eff5fb;
	border: 1px solid;
	color: #A2ADCA;
	font-family: Tahoma;
	font-size: 12px;
	height: 19px;
	line-height: 18px;
	padding-right: 3px;
	width: 109px;
}
.separator {
	border-bottom: 1px dotted #282;
	clear: both;
}
.text1 {
	color: #808080;
	font-size: 11px;
}
#cartmenu {
	border-left: 1px dotted #282;
	float: right;
}
#cartmenu li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 5px;
}
#errorExplanation {
	background-color: #FFFFFF;
	border: 2px solid red;
	margin-bottom: 20px;
	padding: 7px;
	padding-bottom: 12px;
	width: 100%;
}
#errorExplanation h2 {
	background-color: #c00;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: -7px;
	padding: 5px 5px 5px 15px;
	text-align: left;
}
#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}
#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
	margin-left: 20px;
	padding-left: 20px;
}
#form {
	padding-top: 9px;
}
#form .Label {
	text-align: right;
	vertical-align: middle;
}
#form td {
	padding: 5px;
	text-align: left;
}
#header {
	height: 27px;
	width: 645px;
}
#header .links {
	width: 380px;
}
#header .links a {
	color: #FFFFFF;
	font-size: 10px;
	margin-right: 15px;
	text-decoration: underline;
}
#header .links td.center {
	background-image: url(../images/splash/bg_header_links_center.gif);
	background-repeat: repeat-x;
	padding-left: 1px;
	padding-top: 5px;
	text-align: center;
}
#header .links td.left {
	background-image: url(../images/splash/bg_header_links_left.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
#header .links td.right {
	background-image: url(../images/splash/bg_header_links_right.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
#header .search {
	vertical-align: middle;
	width: 217px;
}
#header .search table {
	height: 19px;
	margin: auto;
	width: 186px;
}
#header .search td {
	text-align: left;
	vertical-align: middle;
}
#home_mail {
	background-image: url(../images/splash/layout_01.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	padding-top: 9px;
	text-align: center;
	width: 48px;
}
#left {
	width: 593px;
}
#main {
	margin: 0 auto;
	text-align: left;
	width: 725px;
}
#main_content {
	width: 567px;
}
#main_content .bottom {
	background-image: url(../images/splash/bg_main_content_bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#main_content .center {
	background-image: url(../images/splash/bg_main_content_center.gif);
	background-repeat: repeat-y;
	height: 200px;
}
#main_content .top {
	background-image: url(../images/splash/bg_main_content_top.jpg);
	background-repeat: no-repeat;
	height: 27px;
}
#main_header {
	background-image: url(../images/splash/layout_02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 304px;
	width: 593px;
}
/*BEGIN Content*/
#notice {
	background-color: #FFFFFF;
	border: 2px solid red;
	font: bold sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 1em;
}
#right {
	width: 144px;
}
#totalcell {
	border-bottom: 2px #000000 solid;
	border-top: 1px solid #000000;
	font-weight: bold;
	text-align: right;
}
#footer {
	clear: both;
	padding: 1em;
	position: relative;
	text-align: center;
	font-size: 0.9em;
	width: 737px;
}

#footer a, #footer a:visited {
	color: #cc0000;
	text-decoration: underline;
}
.menu-divider {
	padding: 0 .2em 0 .2em;
}
#welcome-message {
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
	a.menu{
	width:151px;
	height:29px;
	padding:8px 11px 0 19px;
	display:block;
    background-image:url(../images/splash/bg_menu.gif);
	background-repeat: no-repeat;
	color:#CC0303;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:11px;
	margin:1px 0
	}
	a.menu:hover{
	color:#001D65;
	text-decoration:none
	}
	a.menu:visited{color:#CC0303;}
	a.menu p{
	color:#5970A9;
	font-size:10px;
	margin-top:5px;
	font-weight:normal;
	line-height:10px
	}

	
	/*END text styles*/
	/*BEGIN Lists*/
	.arrow_list li{
	list-style:none;
	margin-top:10px;
	padding-left:16px;
	background-image:url(../images/splash/marker.gif);
	background-repeat: no-repeat;
	}
	.arrow_list li p{
	margin-top:2px;
	color:#808080;
	font-size:10px;
	}
	
	.arrow_list li a{
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
	}
	
	.arrow_list li a:hover{
	color:#001D65;
	text-decoration:none
	}
	
	.navCenter a{
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
	}
	
	.navCenter a:hover{
	color:#001D65;
	text-decoration:none
	}
	
	.navCenter_list li{
	list-style:none;
	margin-top:10px;
	padding-left:16px;
	background-image:url(../images/splash/centerNavSpacer.gif);
	background-repeat: no-repeat;
	}


/*END General styles*/		
		
