* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color:#555555;
}
a {
	color: #508ec5;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#1d79bf;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
h1,h2 {
font-family:Arial;
font-size:16px;
color:#525252;
font-weight:bold;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 185px;
	background: #ffffff url('images/head.jpg');
}
#logo {
display:block;
float:left;
margin-top:70px;
margin-left:110px;
}
#logo a {
display:block;
width:140px;
height:35px;
}
#logo a span{
display:none;
}
#top-nav {
display:block;
float:right;
margin-right:70px;
margin-top:30px;
width:65px;
}
#top-nav a {
display:block;
float:left;
width:15px;
height:15px;
text-decoration:none;
}
/*Top-menu
-----------------------------------------------------------------------------*/
#top-menu {
display:block;
float:left;
height:40px;
background:#FFFFFF url('images/menu-bg.jpg') no-repeat;
width:100%;
margin-top:-1px;
text-align:center;
}
#top-menu ul {
list-style-type:none;
text-align:center;
/*padding-left:125px;*/
padding-left:195px;
}
#top-menu a {
display:block;
float:left;
width:110px;
height:40px;
font-family:Arial;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding-top:10px;
}
#top-menu a:hover {
background:url('images/menu-active.png') no-repeat;
background-position:0px 1px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
	margin-top:60px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 60px 0 300px;
}
#content ul{
padding-left:25px;
}
#content li {
padding-top:5px;
}
.list li {
background:#FFFFFF url('images/li.png') no-repeat;
background-position:0% 50%;
list-style-type:none;
padding-left:10px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
	background: #FFFFFF;
	padding-left:45px;
	
}
#sideLeft ul {
margin-top:15px;
}
#sideLeft  li {
background:#FFFFFF url('images/li.png') no-repeat;
background-position:0% 30%;
list-style-type:none;
padding-left:10px;
padding-bottom:5px;
border-bottom:#b2cde6 1px solid;
}
#sideLeft  li  a{
text-decoration:none;
}
.price-link {
display:block;
padding-top:5px;
height:35px;
text-decoration:none;
font-size:20px;
background:#FFFFFF url('images/price.png') no-repeat;
background-position:100% 0%;
width:220px;

}
a:hover.price-link ,a:active.price-link  {
font-weight:normal;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 100px;
	background: #FFFFFF;
	border-top:#b2cde6 1px solid;
	position:relative;
}
#copy {
margin-top:25px;
margin-left:40px;
display:block;
float:left;
}
#copy a {
font-weight:bold;
text-decoration:none;
}
#sky {
margin-top:25px;
margin-right:40px;
display:block;
float:right;
}
#sky a {
text-decoration:none;
font-weight:bold;
}
