@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	background:url(/images/bg-tile.jpg) repeat-x #e7e7e7;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#555859;
}

a {
	color:#555859;
}

a:hover {
	color:#333;
}

input[type="text"], textarea {
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#container {
	width:807px;
	margin:0 auto;
	margin-bottom:10px;
}

#header {
	padding-top:20px;
}

#logo {
	float:left;
	width:185px;
}

#menu {
	float:left;
	width:611px;
	padding-left:9px;
	padding-top:38px;
	background:url(/images/menu-bg.jpg) bottom repeat-x;
}

.menu-item {
	float:left;
}

.menu-item-sel {
	float:left;
}

.menu-item a, .menu-item-sel a {
	color:#fff;
	padding:0 25px;
	text-decoration:none;
	font-size:13px;
	display:block;
	padding-top:9px;
	height:26px;
	float:left;
	background:url(/images/menu-item.jpg) left no-repeat;
}

.menu-item-sel a {
	background:url(/images/menu-item-sel.jpg) left no-repeat;
}

.menu-item-sel a:hover {
	color:#fff;
}

.menu-item a:hover {
	color:#fff;
	background:url(/images/menu-item-sel.jpg) left no-repeat;
}

#social_twitter{
	width:65px;
	padding:0 0 0 25px;
	float:left;
	height:47px;
	margin:-20px 0 0 0;
}

#social_twitter a{
	position:relative;
	top:13px;
}

#bulbs {
	clear:both;
}

#content-container {
	background:url(/images/content-bg.jpg) repeat-y;
	width:777px;
	padding:15px;
}

#content {
	float:left;
	width:414px;
	padding-right:10px;
	margin-bottom:10px;
}

#sub-content {
	float:left;
	width:353px;
	margin-bottom:10px;
}

#content-wide {
	float:left;
	width:542px;
	padding-left:10px;
	margin-bottom:10px;
}

#sub-content-wide {
	float:left;
	width:225px;
	margin-bottom:10px;
}

h1, h2 {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	color:#02a5a7;
	margin-top:5px;
	margin-bottom:12px;
}

h2 {
	font-size:13px;
}

p {
	line-height:16px;
	color:#555859;
	margin-top:5px;
	margin-bottom:14px;
}

#footer {
	background:url(/images/footer.jpg) no-repeat;
	height:81px;
	clear:both;	
	color:#555859;
	font-size:12px;
	margin-top:10px;
}

#footer a {
	color:#555859;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#footer-text {
	float:left;
	width:160px;
	padding-left:15px;
	padding-right:25px;
	height:64px;
	padding-top:17px;
}

#footer-icons {
	float:left;
	width:370px;
	height:76px;
	padding:5px 0 0 20px;
}

#footer-contact {
	float:right;
	width:115px;
	padding-right:10px;
	height:58px;
	padding-top:23px;
	text-align:right;
}

#footer-contact p {
	margin-top:5px;
	margin-bottom:2px;
}

#base {
	background:url(/images/base.jpg) no-repeat;
	height:22px;
}

#base-text {
	clear:both;
	color:#9c9c9c;
	font-size:11px;
	padding:5px 0;
}

#base-text a {
	text-decoration:none;
	color:#9c9c9c;
}

#base-text a:hover {
	color:#333;
	text-decoration:underline;
}

#copyright {
	float:left;
	width:395px;
	padding-left:8px;
}

#design {
	float:right;
	width:395px;
	padding-right:8px;
	text-align:right;
	margin-bottom:10px;
}

.news_title {
	margin-bottom:10px;
}

option {
	padding-right:10px;
}

input[type="submit"] {
	padding:2px;
}

