/* CSS Document */
html, body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#EEEEEE;
}
h1
{
	margin-top:0px;
	font-size:18px;
}
h2
{
	font-size:16px;
}
h3
{
	font-size:14px;
}
#outercontainer
{
padding:0px;
margin:0 auto;
/*height:100%;*/
width:1086px;
background-image:url(../system/outer_background.gif);
background-repeat:repeat-y;
}
#container
{
position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1024px;
	background-color:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header
{
background-image:url(../system/header_ny.jpg);
background-repeat:no-repeat;
height:177px;
}
#content
{
background-color:#FFFFFF;
background-image:url(../system/content_background.gif);
background-repeat:repeat-x;
padding-bottom:130px;
min-height:480px;
padding-left:50px;
padding-right:50px;
}
#footer
{
background-image:url(../system/footer.jpg);
background-repeat:no-repeat;
/*position:absolute;
bottom:0px;
padding:0px;*/
background-color:#FFFF00;
height:130px;
width:100%;
}
#clear
{
	clear:both;
}
#divider
{
	float:left;
	width:2px;
	height:48px;
	margin:0px;
	padding:0px;
	background-image:url(../system/vertical-divider.gif);
}
#menycontainer
{
position:relative;
top:100px;
}
a
{
	color:#333333;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
#link
{
	float:left;
	margin:0px;
	padding:0px;
	height:30px;
	padding-top:17px;
	padding-left:11px;
	padding-right:11px;
}
#link a
{
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding:0px;
}
#link a img
{
	position:relative;
	top:-2px;
	float:left;
}
#link2 a img
{
	position:relative;
	top:-2px;
	float:left;
}
#link a:hover
{
	text-decoration:underline;
}
#plus1
{
display:inline;
position:relative;
top:3px;
}
#link2
{
	float:left;
	margin:0px;
	padding:0px;
	height:30px;
	padding-top:17px;
	padding-left:11px;
	padding-right:11px;
}
#link2 a
{
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
}
#link2 a:hover
{
	text-decoration:underline;
}
.disabled
{
	color:#AAAAAA;
}
.error
{
	border-color:#FF0000;
}
.cart
{
	font-size:14px;
}
#cartimage
{
	float:right;
	padding-top:170px;
}
#cartinfo
{	
	float:right;
	width:356px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#cartinfo th
{
	border-bottom:1px solid #999999;
}
a img
{
border:0px;
}
li
{
	line-height:20px;
	padding-bottom:10px;
}
ul
{
	padding-left:15px;
}
#visa
{
position:relative;
left:700px;
}
#noscript
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}
#noscriptholder
{
	position:absolute;
	left:50%;
	top:0px;
	height:100%;
	float:left;
}
#noscriptsquare
{
	padding:20px;
	text-align:center;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
	position:relative;
	left:-50%;
	top:50%;
	width:300px;
	background-color:#333333;
	border:5px solid white;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	-moz-box-shadow:rgba(0,0,0,1) 0 4px 18px;
	-webkit-box-shadow:rgba(0,0,0,1) 0 4px 18px;
	-khtml-box-shadow:rgba(0,0,0,1) 0 4px 18px;
	box-shadow:rgba(0,0,0,1) 0 4px 18px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
