@charset "utf-8";
/* CSS Document */

/* ----------------- Body ----------------- */

body {
	background-image: url(../Files/Design/background.jpg);
	background-attachment: fixed;
	background-color: #313131;
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	text-align: center;
}

/* ----------------- Layout ----------------- */

#top {
	background-color: #800000;
	height: 60px;
	width: 100%;
}
#white {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: -20px;
	position: relative;
	text-align: left;
}
#header {
	width: 960px;
	height: 203px;
}
#logo {
	width: 310px;
	height: 203px;
	float:left;
	background-color:#DFDFDF;
}
#flasher {
	width: 650px;
	height: 203px;
	float:left;
	background-color:#DFDFDF;
}
#navigation {
	height: 40px;
	background-color: #800000;
	width: 960px;
	padding:0px;
	margin:0px;
}
#content {
	width: 960px;
}
#footers {
	width: 960px;
	background-image: url(../Files/Design/footer.gif);
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
.footer {
	width: 280px;
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: px;
	padding-left: 20px;
	background-image: url(../Files/Design/footers.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
}
#left {
	width: 310px;
}
.leftnormal {
	width: 280px;
	padding:10px;
	background-color:#DFDFDF;
	margin-top: 10px;
	margin-left: 10px;
}
.leftred {
	width: 280px;
	padding:10px;
	background-color:#D9B2B2;
	margin-top: 10px;
	margin-left: 10px;
}
.leftspecial {
	width: 280px;
	background-color:#DFDFDF;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../Files/Design/footers.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right {
	float:right;
	width: 550px;
	margin-left:50px;
	margin-right:50px;
	margin-top:20px;
	margin-bottom:20px;
}
#bottom {
	background-color: #800000;
	width: 100%;
	text-align:center;
}
#copyright {
	border-top:10px solid #FFFFFF;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:20px;
}

/* ----------------- Navigation ----------------- */

#navigation ul{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	line-height:40px;
	display: inline;
}

#navigation ul li{
	display: inline;
	list-style-type: none;
}

#navigation ul li a{
	padding-left:15px;
	padding-right:16px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #B35968;
}

#navigation ul li a:hover{
	background-color: #5C1421;
}

/* ----------------- Cart ----------------- */

.carts{
	width: 300px;
	margin-left: 10px;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
}
.cart{
	float:left;
	width:150px;
	background-color: #800000;
	color: #FFFFFF;
}
/* ----------------- Links ----------------- */

.links ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
}

.links ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

.links ul li a{
	display:block;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	color:#000000;
}

.links ul li a:hover{
	color:#FFFFFF;
	background-color: #800000;
	padding-left:10px;
}