* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Arial, sans-serif;
	color: #525252;
	width: 100%;
	background: url(i/bg.gif);
	padding: 0 0 27px;
	behavior: url("csshover.htc");
}
a {
	color: #357AAB;
	outline: none;
}
a:hover {
	text-decoration: none;
}

.entry img {
	border:1px solid #FFF; padding:3px;
}

.avatar {
	float: left;
	display: inline;
	margin: 2px 10px 0 0;
	border:1px solid silver;
	padding:1px;
}

.main-block blockquote {
	color: #525252;
	display: table;
	height: 1%;
}

p {padding: 8px 0}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0 9px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 156px;
	position: relative;
	background: url(img/logo.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 5px;
	left: 21px;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	color: #025996;
}
#logo span {
	display: block;
	font: 13px Arial, Tahoma;
	color: #525252;
	padding: 5px 0 0 2px;
}
#logo b {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 50px;
	background: url(i/logo.gif) no-repeat;
}

#top-nav {
	position: absolute;
	padding: 11px 0 11px 14px;
	font-size: 14px;
	color: #025996;
	top:120px;
/*	border:1px solid #eee;*/
	width:954px;
}
#top-nav li {
	display: inline;
	margin: 0 8px;
}
#top-nav li a {
	font-size: 16px;
	padding:4px;
	color:#eee;
	text-decoration:none;
	border:1px solid transparent;
}
#top-nav li a:hover {
	color:#B22222;
	color:white;
	border:1px solid white;
}

#search {
	top: 0;
	left: 0;
	width: 242px;
	height: 33px;
	padding: 9px 0 0 8px;
}
#search input {
	float: left;
	font: 11px Arial, Tahoma;
}
#get_rfq_form input {
	font: 11px Arial, Tahoma;
}

.search {
	width: 120px;
	padding: 3px 4px;
	margin: 0 2px 0 0;
	border: 1px solid #D3D3D3;
}
.go {
	cursor: pointer;
	width: 81px;
	height: 22px;
	border: none;
	background: #DBDADE url(i/go.gif) no-repeat;
	font-weight: bold !important;
	color: #676668;
	margin-left:10px;
}

#nav {
	position: absolute;
	top: 125px;
	left: 0;
	width: 968px;
	background: #E5E5E5;
	border:1px solid #aaa;
	height:15px;
}

#adv {
	position: absolute;
	top: 52px;
	right: 0;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px;
}
#content {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0 0 10px;
}
#text {
	margin: 0 330px 0 20px;
}

.main-block {
	background: #357AAB; /* url(i/block-bg.gif) repeat-y;*/
	color: #FFF;
	margin: 0 -20px 17px;
	width: 660px;
}

.main-block a {
	color: #FFF;
}

#content h2 {
	font: 24px/1 Arial, Tahoma;
	margin: 0 0 5px;
}
#content h2 a {
	text-decoration: none;
}
#content .main-block h2 a {
	color: #FFF;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h3 {
	font: 18px/1 Arial, Tahoma;
	margin: 0 0 5px;
	color: #357AAB;
}
.entry {
	text-align: justify;
}
.entry img {
	margin: 3px 0 5px 12px;
}
img.right {
	float: right;
}
.column .entry img {
	float: left;
	margin: 3px 10px 5px 0;
}

.main-block .postmetadata,
.main-block .postmetadata a {
	color: #9ABDD5;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

.post {
	padding: 16px 21px;
}


.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}



/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 300px;
	margin-left: -300px;
	position: relative;
	overflow: hidden;
}

#right .block {
	background: #EBEBEB;
	border: 1px solid #E5E5E5;
	padding: 0 4px 4px;
	position: relative;
	height: 1%;
}
#right .bt {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 300px;
	height: 41px;
}
#right .bb {
	position: relative;
	top: 5px;
	left: -5px;
	width: 300px;
	height: 9px;
	overflow: hidden;
}

#tabs {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 7px 0 0;
	height: 29px;
	position: relative;
	z-index: 100;
}
#tabs li {
	float: left;
	display: inline;
	margin-left: 11px;
	line-height: 23px;
	color:white;
}
#tabs .section {
	background: #B22222;
	padding: 4px 8px;
}
#tabs a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	padding: 0 8px;
	cursor: pointer;
}
#tabs a:hover {
	background: #D3D3D3;
}
#tabs a.current {
	background: #D3D3D3;
	padding: 0 8px;
}
.tab_content_list {
	display: none;
}
#tab_content_popular {
	display: block;
}

#right .inner-block {
	background: #F7F7F7;
	border: 1px solid #E5E5E5;
	padding: 13px 16px;
	margin-bottom: -9px;
}
.inner-block ul {
	list-style: none;
}
.inner-block li {
	padding: 0 0 8px;
	margin: 0 0 8px;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
}
.inner-block li span {
	display: block;
	color: #A5A5A5;
	font-size: 11px;
}
.inner-block a {
	color: #525252;
}
.inner-block span a {
	text-decoration: none;
	color: #A5A5A5;
}
.inner-block span a:hover {
	text-decoration: underline;
}

.tags {
	text-align: center;
}


/* Bottom
-----------------------------------------------------------------------------*/
#bottom {
	margin: 0 0 0 20px;
	clear: both;
}
#bottom h3 {
	font-size: 14px;
	color: #357AAB;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 4px 10px;
}
.column {
	width: 100%;
	float: left;
	display: inline;
}
.column h4 {
	font-size: 14px;
	padding: 5px 0 5px 10px;
}
.column .bt {
	background: #F2F2F2 url(i/block-top2.gif) no-repeat;
	border:1px solid #aaa;
}
.column .bb {
	background: url(i/block-bottom2.gif) 0 100% no-repeat;
	padding: 10px;
}

.column .post {
	padding-bottom: 15px;
	margin: 0 0 10px;
	border-bottom: 1px solid #D7D7D7;
}
.column .postmetadata,
.column .postmetadata a {
	color: #A2A2A2;
}
.column h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px;
}
.column h5 a {
	text-decoration: none;
	color: #B22222;
}
.column h5 a:hover {
	text-decoration: underline;
}
.column .comments,
.column .comments a {
	color: #525252;
	margin-top: 2px;
}
.previous {
	list-style: none;
}
.previous li {
	padding: 0 0 7px;
}
.previous span {
	display: block;
	color: #A5A5A5;
	font-size: 11px;
}
.previous a {
	color: #525252;
}
.previous span a {
	text-decoration: none;
	color: #A5A5A5;
}
.previous span a:hover {
	text-decoration: underline;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #7F7F7F;
	margin: 0 20px;
	padding: 11px 0;
	border-top: 1px solid #CCC;
}
#footer a {
	color: #7F7F7F;
}
#developer {
	float: right;
}

.link_list {
	font-size:1.1em;
	float:left;
	text-align:left;
	display: table;
	padding-top:5px;
	border-top: 1px dotted #f2f2f2;
}

.link_list h2 {
	margin-left:15px;
}

.link_list_wrapper a {
	text-decoration:none;
}

.link_list_wrapper a:hover {
	text-decoration:underline;
}

.link_list_wrapper li {
  list-style-type: none;
}

.link_list_wrapper ul {
	margin:0px 0px 0px 10px;
	width:48em;
}

.link_list_wrapper ul li {
	float: left;
	width:24em;
}

.link_list_wrapper br {
	clear:left;
}
.link_list_wrapper {
	padding-left:10px;
	margin-bottom: 1em;
	display: table;
	width:660px;
	float:left;
}

.associates {
	margin-left: 15px;
	border-left: 1px solid #f2f2f2;
	width:90%;
}
.associates img {
	border:none;
}
.associates li {
	list-style-type: none;
}

.show-rfq input, .place-rfq input {
	border:1px solid #eee;
}
