* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

body {
	background: #000000 url(../images/bckgd3.png);
	background-repeat: repeat-x;
    background-position: top left;
    background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#header-wrapper {
	position: relative;
	width: 100%;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#logo {
	background: url(../images/logo.png) top center no-repeat;
	left: 0px;
	position: relative;
	text-indent: -9999px;
	width: 290px;
}

#header-menu {
	height: 33px;
	margin: -45px auto;
	float:right;
	width: 800px;
}

#navlist {
	right: 2px;
	margin: 0 auto;
	padding-top: 4px;
	position: relative;
	text-align: right;
	width: 800px;
	height:15px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-top:5px;
	padding-right: 14px;
}

#navlist li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: -.4px;
	text-decoration: none;
	text-transform: uppercase;
	top: 8px;
}

#navlist li a:hover {
	color: #00aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: -.4px;
	text-decoration: none;
	text-transform: uppercase;
	top: 8px;
}


#navlist-footer {
	margin: 0 auto;
	padding-top: 3px;
	position: relative;
	text-align: center;
	width: 800px;
}

#navlist-footer li {
	display: inline;
	list-style-type: none;
	padding-right: 14px;
}

#navlist-footer li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: -.4px;
	text-decoration: none;
	text-transform: uppercase;
	top: 8px;
}

#navlist-footer li a:hover {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: -.4px;
	text-decoration: none;
	text-transform: uppercase;
	top: 8px;
}

ol  {
	list-style: none;
	margin-bottom: 20px;
}

ol li {
	margin-bottom: 5px;
	margin-left: 18px;
}



/* End Header Styles */

.clear {
	clear: both;
	height: 0;
}

#container-wrap {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#container {
background-color:#000000;
	margin: 0 auto;
	min-height: 250px;
	position: relative;
	width: 800px;
}

* html #container {
	height: 650px;
}

#content {
	color: #fff;
}

.checkout-address {
	background: #FEFFDF;
	border: 1px solid #ccc;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 350px;
}

.AuthorizeNetSeal {
	display: block;
	float: right;
}

.AuthorizeNetSeal2 {
	float: left;
}

.authorizenet-seal {
	margin: 20px auto;
	margin-bottom: 30px;
	padding: 6px;
	width: 400px;
}

.authorizenet-seal p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 7px;
}

#footer {
	background: #000;
	color: #fff;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 800px;
}

* html #footer {
	margin-top: -12px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#slideshow {
    text-align:center;
   margin-bottom:8px;
   margin-left:auto;
    margin-right:auto;
   width:800px;
   height:250px;

}

/*-------------FLOATING SOCIAL ICONS--------------*/
#fixed_icons {
background: transparent;
width: 48px; /* change this to the width of your images/icons */
position: fixed;
top: 15%; /* position from top of browser window (in % or px) */
right: -0.20%; /* position from right (or left) of browser window (in % or px) */
z-index: 3; /* to make sure icons float on top of other images */

}

#fixed_icons a {
display: block;
text-indent: 24px;
height: 48px; /* the height of the link block (mouseover area) */
padding-bottom: 3px; /* vertical distance of icons */
text-decoration: none;
opacity: 0.5; /* CSS transparency setting */
-moz-opacity: 0.5; /* transparency setting for old Firefox */
-khtml-opacity: 0.5; /* transparency setting for old Safari */
filter: alpha(opacity=50); /* transparency setting for old IE */

}

#fixed_icons a:hover {
opacity: 1.0; /* full opacity (no transparency) */
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
filter: alpha(opacity=100);

}

#fixed_icons #facebook {
background: url(/images/icon-facebook.png) no-repeat; /* location of icon */

}

#fixed_icons #twitter {
background: url(/images/icon-twitter.png) no-repeat;

}

#fixed_icons #youtube {
background: url(/images/icon-youtube.png) no-repeat;

}

#fixed_icons #email {
background: url(/images/icon-email.png) no-repeat;

}

.instruction_para {font-family: sans-serif; font-size: large; text-align: center;}

