/*
Theme Name: Rig Theme
Theme URI: http://rigekb.ru
Description: Эта тема сделана специально для ООО"РИГ".
Version: 1.0
Author: Protasov Denis
Author URI: http://noskip.ru/
*/

#header *, #sidebar *, #footer * {
	margin: 0;
	padding: 0;
}

/* a links */
a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color:#003366;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#003366;
}

html {
	height: 100%;
}

body {
	background: #EEEEEE;
	font-family: Tahoma, Arial, sans-serif;
	/*line-height: 1.3em;*/
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444444;
}

img {
	border: 0;
}

#page_bg {
	height: 100%;
	background: #EEEEEE url(images/bg.jpg) top center repeat-x;
}

div.cpathway {
	background:transparent url(images/pathway_bg.png) no-repeat scroll center top;
	margin:0 auto;
	padding:0;
	width:940px;
	height: 17px;
}

#header {
	background:transparent url(images/header.png) no-repeat scroll center top;
	height:117px;
	margin:0 auto;
	padding:10px 0 0;
	width:940px;
}

#header h1 a{
padding-top: 20px;
float: left;
height: 60px;
}

.logo a{
	color: #ffffff;
	font-size: 32px;
	text-decoration:none;
}

#header_bg {
	background:transparent url(images/header_bg.jpg) no-repeat scroll center top;
	height:115px;
	margin:0 auto;
	padding:0 10px 0 0;
	width:910px;
}

.center {
	background:transparent url(images/center_bg.png) repeat-y scroll center top;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:940px;
}

div#wrapper {
	margin:0 auto;
	padding:2px 0;
	width:920px;
}

#content {
	margin:0 auto;
	overflow:hidden;
	padding:5px 0 0;
	width:920px;
}

#maincolumn {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:720px;
}

#sidebar {
	background:transparent url(images/colum_bg.jpg) repeat-y scroll left top;
	float:left;
	margin:0;
	text-align:left;
	width:180px;
}

.sidebar_1 {
	background:transparent url(images/colum_top_bg.jpg) no-repeat scroll left top;
	width:180px;
}

.sidebar_2 {
	background:transparent url(images/colum_bottom_bg.jpg) no-repeat scroll left bottom;
	padding:20px 4px;
}

#footer {
	background:transparent url(images/footer_bg.png) no-repeat scroll center top;
	height:72px;
	margin:0 auto;
	text-align:center;
	width:940px;
	clear: both;
}



#sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sidebar a{
	color:#666666;
	font-size:11px;
	font-weight:normal;
	height:18px;
	line-height:18px;
	margin:0;
	text-decoration: none;
}

#sidebar a:hover {
	color:#003366;
}


#sidebar ul li {
	padding-bottom: 20px;
}

#sidebar ul li ul li {
	padding-bottom: 0px;
	padding-left: 5px;
}

#sidebar ul li ul li ul li {
	padding-left: 10px;
}

#sidebar ul li ul li a{

}

#sidebar h2 {
	background:transparent url(images/h3.png) no-repeat scroll left top;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:17px;
	line-height:17px;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	text-decoration:none;
}

#sidebar .searchbox{
text-align: center;
margin-top: 10px;
}

#pagenav .current_page_item a, #pagenav .current_page_ancestor a {
font-weight: bold;
}

#pagenav .page_item a {
font-weight: normal;
}


#maincolumn .h1{
	font-size: 22px;
	margin-bottom: 20px;

}

#maincolumn .h1 a{
	font-weight: bold;
}

#maincolumn h1, #maincolumn h2, #maincolumn h3{
	font-weight: normal;
}

#maincolumn h1 {
	margin: 14px 0 7px 0;
}

#maincolumn.entry p{

}

#maincolumn .post{
	padding-bottom: 30px;
}
#maincolumn p {
	
}

#maincolumn ul {
	margin: 5px 0 5px 25px;
}

#maincolumn ol {
	margin: 5px 0 5px 25px;
}

#maincolumn table {
margin: auto;
}

#maincolumn table *{
padding: auto !important;
}

#s , .field{
border:1px solid #444444;
color:#FF6600;
font-size:10px;
margin:3px 0;
padding:1px;
}

.field{
color:#000000;
font-size:12px;
}

#contactform * {
display: block;
margin: 5px 15px 5px 15px;
}