@charset "UTF-8";
/* CSS Document */
a img {
	border:none;	
}
body {
	text-align:center;	
	margin:0;
	padding:0;
	background-image:url(../images/page-background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
div#shadow {
	margin:0 auto;
	width:965px;
	text-align:center;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-y;
}
div#main {
	margin:0 auto;
	width:775px;
	text-align:left;
	background-color:#fff;
}
div#header {
	background-image:url(../images/header-background.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:275px;
}
div#header ul {
	margin:0;
	padding:0px 0px 75px 0px;
}
div#header ul li {
	float:left;
	list-style:none;
	padding:0 2px 0 8px;
	background-image:url(../images/top-tab-left.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#header ul li a {
	display:block;
	padding:0px 5px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/top-tab-right.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:31px;
	padding-right:14px;
}
div#header ul li a span {
	display:block;
	padding-top:4px;
}
div#header ul li a:hover {
	text-decoration:underline;	
}
div#header h1 {
	
	
	width:575px;
	height:75px;
}
div#header h1 span {
	display:none;
	visibility:hidden;
}
div#header p {
	font-size:16px;
	line-height:24px;
	font-weight:100;
	width:575px;
}
div#wrapper {
	overflow:hidden;	
	background-image:url(../images/content-background.jpg);
	background-repeat:repeat-y;
}
div#content {
	width:575px;
	float:left;
}
div#content p {
	width:565px;
}
div#sidebar {
	width:175px;
	float:right;	
}
div#content ul {
	margin:0 30px 45px 0;
	padding:0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
div#content ul li {
	float:left;
	list-style:none;
	padding:0 2px 0 6px;
	background-image:url(../images/tab-left.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#content ul li a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/tab-right.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:31px;
	padding-right:18px;
	display:block;
}
div#content ul li a span {
	display:block;
	padding-left:8px;
	padding-top:8px;
}
div#content ul li a:hover {
	text-decoration:underline;	
}
img#heroshot {
	clear:both;	
}
div#content h2 {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
div#sidebar h2 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;	
	margin:25px 0px 5px 0px;
}
div#sidebar h3 {
	margin:2px 0px;
	font-size:15px;
	line-height:15px;
	font-weight:normal;	
}
form#signup {
	margin-bottom:35px;	
}
form#signup label {
	font-size:12px;
	font-weight:bold;
}
form#signup input[type=text] {
	border: 1px solid #e7e7e7;
	padding:3px;
}
form#signup input[type=image] {
	border: none;	
}
ul#socialnetworks {
	margin:0;
	padding:0;
}
ul#socialnetworks li {
	list-style:none;
}
ul#socialnetworks a {
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	text-decoration:none;
}
ul#socialnetworks li a:hover {
	text-decoration:underline;
}
div#footer {
	background-image:url(../images/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
	margin-top:25px;
	padding-top:60px;
	text-align:left;
	text-indent:92px;
}
div#footer a {
	color:#fff;
}
div#footer a:hover {
	text-decoration:underline;
}
div#content ul#variants {
	border-bottom:medium none;
	float:left;
	height:50px;
	margin:0;
	padding:0;
	width:220px;	
}
div#content ul#variants span.price {
	display:inline;	
}
div#content ul li:first-child a {
	color:#fe7b01;
}