@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');


img, div, a, li, input { behavior: url(iepngfix.htc) }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	background: #01000f;
	margin:0 auto;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 17px;
	color:#FFFFFF;

}
p {
	margin:0px 0px 10px 0px;
	padding: 0px;
}
a {
	outline:none;
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	font-weight:bold;
	padding:0 0px 10px 0px;
	margin:0px;
	line-height:25px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	padding:0 20px 20px 20px;
	margin:0px;
	color:#9ABADF;
}
h2.basket {
	font-size: 0.8em;
	font-weight: bold;
	border-bottom:1px dotted #cccccc;
	padding-bottom:5px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding:0 0 20px 0;
	margin:0px;
	color:#9ABADF;
}

img {
	border:0px;
	outline:none;
}
ul {
}
li {
}
.mainimg{
	margin-bottom: 5px;
}

