@charset "utf-8";
body {
	background-image:url(Images/Background/BackBottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	padding:0;
	margin:0;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
#Top {
	height:200px;
	width:100%;
	background-image: url(Images/Background/BackTop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#HeaderTop {
	background-image: url(Images/main_top.jpg);
	height:25px;
	background-repeat: no-repeat;
}
#Header {
	width:796px;
	height:200px;
	margin:auto;
}
#Logo {
	width:272px;
	float:left;
}
#HeaderCenter {
	width:494px;
	float:left;
	background-color:#FFFFFF;
	height:99px;
}
#HeaderRight {
	width:30px;
	height:99px;
	float:right;
	background-image: url(Images/main_top2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#MenuBar {
	width:796px;
	height:31px;
	padding-top:14px;
	background-image: url(Images/menuBarTop.jpg);
	background-repeat: no-repeat;
	background-color:#00217b;
}
#MenuBar li {
	list-style-image: none;
}
.Clear {
	clear:both;
}
#Cart {
	height:40px;
}
#CenterInner {
	float:right;
}
#top_info ul {
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 40px;
}
#top_info li {
	display: inline-block;
	height: 25px;
	list-style-image: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#top_info li a {
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#Main {
	margin:auto;
	width:796px;
}
.Content {
	width:796px;
	background-color:#FFFFFF;
	float:left;
}

#SideBar {
	float:right;
	width:250px;
    margin-right:-255px;
}

#FaceBook {
	background-color:#FFFFFF;
}

#Twitter {
	margin-top:10px;
}

