@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/background.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top-left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

li { 
	background: url(images/mybullet.png) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
}
#seperatorA{
	background-image:url(images/home_left_spacer_xcart.png);
	background-repeat:no-repeat;
	height:14px;
}
p{
	text-align:justify;
}
#headerNav{
}
#headerFlash{
height:432px;
overflow:hidden;
}
#footer{
	background-image:url(images/footer.png);
	background-position:top-left;
	background-repeat: no-repeat;
	height:57px;
}
.contentLeftText{
	padding: 5px 11px 0px 15px;
	width:185px;
}
.contentLeftText p{
	color:#FFF;
}
.contentLeftTextTitle{
	padding: 0px 16px 0px 16px;
	text-align:center;
	letter-spacing:.05em;
	width:185px;
}
.contentRightText{
	padding: 0px 10px 0px 10px;
}
.contentRightTextTop{
	padding: 0px 0px 0px 10px;
}
.contentRightTextBottom{
	padding: 0px 17px 0px 0px;
}
.contentRightTextTitle{
	padding: 0px 10px 10px 10px;
	letter-spacing:.05em;
}
.contentRightTextTitleLargeCap{
	font-weight:bold;
	color:#FFF;
	font-size:24px;
}
.contentRightTextTitleSmallCap{
	font-weight:bold;
	color:#FFF;
	font-size:16px;
}
.contentRightTextTitleLargeNum{
	font-weight:bold;
	color:#FFF;
	font-size:24px;
}
.contentRightTextTagLine{
	font-weight:bold;
	color:#FFF;
	font-size:16px;
}
.contentLeftTop{
	height:20px;
	background-image:url(images/home_left_top_xcart.png);
	background-repeat:no-repeat;
}
.contentRightTop{
	height:20px;
	background-image:url(images/home_right_top_xcart.png);
	background-repeat:no-repeat;
}
.contentLeftRepeat{
	height: inherit;
	background-image:url(images/home_left_repeat_xcart.png);
	background-repeat:repeat-y;
}
.contentRightRepeat{
	height: inherit;
	background-image:url(images/home_right_repeat_xcart.png);
	background-repeat:repeat-y;
}

.contentRightRepeatBottom{
	height: inherit;
	background-image:url(images/home_right_repeat_xcart.png);
	background-repeat:repeat-y;
	padding-top:10px;
}
.contentLeftBottom{
	height:33px;
	background-image:url(images/home_left_bottom_xcart.png);
	background-repeat:no-repeat;
}
.contentRightBottom{
	height:33px;
	background-image:url(images/home_right_bottom_xcart.png);
	background-repeat:no-repeat;
}
.contentSeparator{
	height:47px;
	background-image:url(images/home_right_seperator_xcart.png);
	background-repeat:no-repeat;
}
.contentSingleTop{
	height:30px;
	background-image:url(images/single_top.png);
	background-repeat:no-repeat;
}
.contentSingleBottom{
	height:33px;
	background-image:url(images/single_bottom.png);
	background-repeat:no-repeat;
}
.contentSingleRepeat{
	height: inherit;
	background-image:url(images/single_repeat.png);
	background-repeat:repeat-y;
}
.contentSingleText{
	padding: 0px 10px 0px 10px;
}
.contentSingleSeparator{
	height:47px;
	background-image:url(images/single_separator.png);
	background-repeat:no-repeat;
}