@charset "utf-8";
/* CSS Document */
body {
	background:#CCC url("../images/backgrounds/shopbackground.png") 50% 0% no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	margin: 0 auto;
	width: 955px;
	overflow: hidden;
}
#containerDirectory {
	margin: 0 auto;
	width: 955px;
	overflow: hidden;
	padding-top:50px;
}

#shoponline {
	width: 500px;
	height: 80px;
	float:right;
	margin: 5px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:right;
}
#headerright {
	width: 450px;
	height: 25px;
	float:right;
	margin: 15px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:right;
}
#headerleft {
	width: 490px;
	height: 25px;
	float:right;
	margin: 15px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
#bannermenu {
	width: 780px;
	height:15px;
	margin-top:2px;
	padding-bottom:5px;
	padding-top:10px;
	background-color:#F09;
}
#pageheader {
	width: 800px;
	float:right;
	height:30px;
}
#facebooklink {
	width: 350px;
	float:left;
	height:31px;
	margin-left:13px;
	padding-top: 4px;
}
#socialmedia {
	float:right;
	width: 220px;
	height:35px;
	text-align: right;
}

#leftcontentmenu {
	float: left;
	width: 144px;
	border-top:1px solid #e1058b;
	border-right:1px solid #e1058b;
	border-left:1px solid #e1058b;
	border-bottom:1px solid #e1058b;
}
#leftcontent {
	float: left;
	width: 144px;
	margin-top: 5px;
	text-align: center;
}
#leftcolumnad {
	float: left;
	width: 124px;
	text-align: center;
	/*border:1px #e1058b solid;
	padding:10px;
	margin: 10px 0 10px 0;*/
}
#socialnetworklinks {
	float: left;
	width: 124px;
	border:1px #e1058b solid;
	padding:10px 10px 0 10px;
	margin: 10px 0 10px 0;
}
#articleheader {
	float: left;
	width: 144px;
	text-align: center;
}
#articlelinks {
	float: left;
	width: 124px;
	text-align: left;
	border:1px #e1058b solid;
	padding:10px;
	margin: 0px 0 10px 0;
}
#articlelinks ul {
	margin: 3px;
	padding: 3px;
}
#articlelinks li {
	margin: 0 0 5px 0;
}
#adsheader {
	float: left;
	width: 144px;
	text-align: center;
}
#adscolumn {
	float: left;
	width: 124px;
	text-align: center;
	border:1px #e1058b solid;
	padding:10px;
	margin: 0px 0 10px 0;
}
#contentcontainer {
	clear:both;
	background-color: #FFFFFF;
	padding:3px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center
}
#centercontent {
	float: left;
	width: 550px;
	text-align: left;
	margin-top: 15px;
}
#centercontentnonews {
	float: right;
	width: 800px;
}
#centercontentsections {
	width: 800px;
}
#centercontentvideo {
	float: left;
	width: 735px;
	padding:10px 0px 10px 0px;
	margin: 0 0 10px 30px;
	text-align:center;
	background-color:#FFF;
	/*background-image:url(../images/template/videobackground.png);*/
	/*background-repeat:no-repeat;*/
	border: 1px solid #FFF;
}
#rightcontent {
	float: right;
	width: 250px;
	padding-top: 10px;
}
.section{
	position:relative;
	width:390px;
	float:left;
	margin-right:9px;
	margin-bottom:9px;
}
#footerspacer {
	clear: both;
	background-color: #FFFFFF;
}
#footermenu {
	clear: both;
	background-color: #FFFFFF;
	padding:3px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center
}
#fbcommentsheader {
	border-top: 1px solid #CCC;
	font-size:14px;
	color:#666;
	text-align:left;
	font-weight:bold;
	padding-left: 10px;
}
#fbcomments {
	
}
#mailinglist {
	background:#F5F5F5;
}
#footer {
	clear: both;
	background-color: #E1058B;
	padding:3px;
	margin-bottom:10px;
	margin-top:10px;
}
#footer p {
	text-align: center;
}
#footerindex {
	margin: 0 auto;
	width: 955px;
	overflow: hidden;
	padding:5px;
	text-align:right;
	background-color: #666;
}
.footerindexcolumn1 {
	float:right;
	width:200px;
	padding:10px;
	text-align:left;
}
.footerindexcolumn2 {
	float:right;
	width:190px;
	padding:10px;
	text-align:left;
}
.footerindexcolumn3 {
	float:right;
	width:160px;
	padding:10px;
	text-align:left;
}
.footerindexcolumn4 {
	float:right;
	width:145px;
	padding:10px;
	text-align:left;
}
.footerindexcolumn5 {
	float:right;
	width:150px;
	padding:10px;
	text-align:left;
}
#awards {
	width: 400px;
	background-color: #FFFFFF;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
	float:right;
}

