@charset "utf-8";
/* CSS Document */
    @import "style.css"; /* just some basic formatting, no layout stuff */
<!--
body {
		margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	}
html {
	background-image: url(images/bg.gif);
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	color: #696969;
		font-size:18px;
	font-family:Arial, Helvetica, sans-serif
}
strong{
	color:#999;
	font-weight:bold;
}
h1 {
	font-size:24px;
	color:#ee4c9b;
	padding:30px;
		margin-top:0px;
		margin-left:0px;
		
	}
	h2 {
	font-size:16px;
	font-weight:bold;
	color:#ee4c9b;
		
	}
	#discount{
		float:right;
		padding-top:30px;
		padding-right:30px;
	}
	#h1-contain{
		background-image:url(images/bg-h1.gif);
		background-repeat:repeat-x;


	}
		#h1-content{
		background-image:url(h1-spirls.gif); */
		background-repeat:no-repeat;
		background-position:right;
		height:63px;
	}
	strongwhite{
	font-size:20px;
	color:#FFF;
	}
		#pink{
	color:#ee4c9b;
	}
	#header{
		height: 152px;
	background-image:url(images/bg-header.gif);
	}
	#logo{
		float:left;
	}
		#thumb{
			float:left;
			margin:0px;
			padding-right:30px;
			padding-top:30px;
	}
			#thumb-right{
			float:left;
			margin:0px;
			padding-right:0px;
			padding-top:30px;
	}
.oneColElsCtr #container {
	padding: 0px;
	width: 827px;
	background:#061500;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	float:left;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
}
#translate{
	text-align:right;
	}
#nav{
	padding-right:10px;
	padding-left:0px;
	padding-top:97px;
	float:right;
 font-family:arial;
 color: #929d16;
 text-decoration:none;
 font-weight:bold;
 font-size:20px;
 margin:0px;
}
#nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#nav ul{
text-align:right;  /*set value to "right" for example to align menu to the left of page*/
 margin:0px;
 padding:0px;
}
#nav ul li{
display: inline;
background-image: url(images/spirl.gif);
background-repeat: no-repeat;
padding-left: 32px; 
margin-top: 10px;
}
a{
	font-size:16px;
color: #929d16;
padding: 0;
text-decoration:none;
}
a:hover{
color:#ee4c9b;
text-decoration:none;
}
#nav ul li a{
	font-size:16px;
color: #929d16;
padding: 0;
text-decoration:none;
}
#nav ul li a:hover{
color:#ee4c9b;
text-decoration:none;
}
#footer{
	text-align:right;
}
-->