/*
Theme Name: MegRegionTest
Theme URI: http://megregiontest.ru/
Description: Тема создавалась специально для сайта megregiontest.ru.
Version: 1.0
Author: Alex Chistyakov
Author URI: http://1giantleap.ru/
Tags: russian, white, blue, gray, formal
*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
vertical-align : baseline;
background : transparent;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
:focus {
outline : 0;
}
ins {
text-decoration : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
a {
text-decoration: none;
}

/* Body */

* {
	font-family: Arial, sans-serif;
}
body {
	background: url('img/wrapper_back.gif') repeat-y #CCC center top;
	_height:100%;
}
p, ul li {
	font-size:14px;
	color:#666;
}
p a, #main ul li a {
	color:#104f7d;
}
p a:hover, #main ul li a:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom:1;
}
.alignleft {
	float:left;
	text-align: left;
	padding:0 15px 15px 0;
	margin:0 10px 10px 0;

}
.alignright {
	float:right;
	text-align: right;
	padding:0 0 15px 15px;
	margin:0 0 10px 10px;
}

#wrapper {
	width: 890px;
	padding: 0 20px;
	margin: 0 auto 0;
	position: relative;
}

/* Header */

#languages {
	position: relative;
	height: 18px;
	z-index: 2;
	display:none;
}
	#languages ul {
		float: right;
	}
		#languages ul li {
			float: left;
			margin: 0 0 0 3px;
		}
			#languages ul li a {
				display: block;
				overflow: hidden;
				text-indent: -9999px;
				width: 17px;
				height: 18px;
			}
			#languages ul li a.deu {
				background: url('img/lang_deutch.jpg') no-repeat;
			}
			#languages ul li a.eng {
				background: url('img/lang_english.jpg') no-repeat;
			}
#header {
	background: url('img/header.jpg') no-repeat;
	height: 220px;
	position: relative;
	top: 10px;
	z-index: 2;
}
	#header h1 {
		position: absolute;
		top: 24px;
		left: 30px;
	}
		#header h1 a {
			display:block;
			height:94px;
			overflow:hidden;
			text-indent:-9999px;
			width:365px;
		}
	.phones {
		position:absolute;
		right:40px;
		top:12px;
		color: #fff;
	}
	.phones p {
		color:#fff;
	}
		.phones ul li {
			font-size: 14px;
			text-align: right;
			margin: 0 0 5px 0;
		}
		.phones ul li.rus p {
			font-size: 18px;
		}
		
    .link_logo {
    display: block;
    height: 93px;
    left: 50px;
    position: absolute;
    top: 33px;
    width: 89px;
    z-index: 10;
}
    .link_logo2 {
    height: 100%;
    width: 100%;
    display: block;
}
    
		
	#header #place_order {
		color:#FFFFFF;
		position:absolute;
		right:10px;
		top:110px;
		width:152px;
	}
		#header #place_order a {
			color: #fff;
			background: url('img/header_placeorder.gif') no-repeat right center;
			font-size: 16px;
			padding: 0 20px 0 0;
		}
			#header #place_order a span {
				border-bottom: 1px dashed #567c9a;
			}
	#header #mainmenu {
		background: url('img/mainmenu_back.png') no-repeat;
		height:44px;
		left:-1px;
		position:absolute;
		top:138px;
		width:892px;
		position: relative;
	}
		#header #mainmenu ul {
			
		}
			#header #mainmenu ul li {
				float: left;
				font-size: 14px;
				background: url('img/mainmenu_spacer.gif') no-repeat right center;
				margin:0 2px;
			}
				#header #mainmenu ul li a {
					color:#333333;
					display:block;
					height:14px;
					padding:14px 12px;
					text-shadow:0 1px 0 #FFFFFF;
					float: left;
				}
				
				/* Main menu subnavigation */				
				
				#header #mainmenu ul li .subnav_container {
					height:152px;
					left:0px;
					position:absolute;
					top:42px;
					width:890px;
					display: none;
					overflow: hidden;
				}
				#header #mainmenu ul li .subnav {
					background: url('img/mainmenu_subnav_back.png') no-repeat;
					height:152px;
					left:2px;
					position:absolute;
					top:-155px;
					width:888px;
					padding: 0 1px 1px;
					display: none;
				}
					#header #mainmenu ul li .subnav .body {
						padding: 10px;
						background: url('img/mainmenu_subnav_back_ornament.jpg') no-repeat;
						height: 150px;
					}
						#header #mainmenu ul li .subnav .body .section1 {
							background: url('img/mainmenu_subnav_spacer.gif') no-repeat right top;
							width: 200px;
							float: left;
						}
							#header #mainmenu ul li .subnav .body .section1 ul {
								height: 125px;
							}
							#header #mainmenu ul li .subnav .body ul li {
								float: none;
								background: none;
								margin: 0 0 5px;
								padding: 0;
							}
								#header #mainmenu ul li .subnav .body ul li a {
									color: #104f7d;
									padding: 0;
									font-weight: bold;
								}
								#header #mainmenu ul li .subnav .body ul li a:hover {
									text-decoration:underline;
								}
						#header #mainmenu ul li .subnav .body .section2,
						#header #mainmenu ul li .subnav .body .section3 {
							background: url('img/mainmenu_subnav_spacer.gif') no-repeat right top;
							float: left;
							width: 260px;
							height: 140px;
							padding: 0 10px;
							position: relative;
						}
						#header #mainmenu ul li .subnav .body .section3 {
							background: none;
							padding: 0 0 0 10px;
							width: 378px;
						}
						
						/* News subnav sections */
						
						#header #mainmenu ul li #news_subnav .body .section1 {
							background: url('img/mainmenu_subnav_spacer.gif') no-repeat right top;
							width: 410px;
							padding:0 10px;
							position: relative;
							float: left;
						}
						#header #mainmenu ul li #news_subnav .body .section1_last {
							background: none;
							width: 410px;
							padding:0 10px;
							position: relative;
							float: left;
						}
						
						/* Laws subnav sections */
						
						#header #mainmenu ul li #laws_subnav .body .section2,
						#header #mainmenu ul li #laws_subnav .body .section3 {
							width:318px;
						}
							#header #mainmenu ul li .subnav .body h3 {
								margin: 0 0 10px;
							}
							#header #mainmenu ul li .subnav .body a {
								padding: 0;
								display: inline;
								float: none;
							}
								#header #mainmenu ul li .subnav .body h3 a {
									color: #104f7d;
									font-size: 18px;
									font-weight: bold;
								}
								#header #mainmenu ul li .subnav .body p {
									font-size: 12px;
									color: #4c4c4c;
									line-height: 14px;
								}
								#header #mainmenu ul li .subnav .body a.read_more {
									font-size: 12px;
									background: url('img/mainmenu_subnav_readmore.jpg') no-repeat;
									padding:8px 16px;
									float:right;
									position:absolute;
									right:5px;
									top:100px;
								}
							#header #mainmenu ul li .subnav .body .section3 ul {
								height:70px;
							}
							#header #mainmenu ul li .subnav .body .section3 ul li {
								font-size: 12px;
								margin: 0 0 3px;
							}
/* Departments */

#map_container {
	height:420px;
	left:-20px;
	position:relative;
	top:-175px;
}
#departments {
	position: absolute;
	top: 0;
	left: -9px;
	_left:-7px;
	color: #333;
	overflow: hidden;
	height: 610px;
}
	#departments .body {
		background: url('img/themap.gif');
		width: 948px;
		height: 609px;
		display: none;
	}
	#departments #department1 {
		display: block;
	}
	
		/* Regions */
		
		#departments .region {
			position:absolute;
		}
		#departments #department1 .region {
			background: url('img/departments_region_msk.png') no-repeat;
			width: 52px;
			height: 58px;
			top: 344px;
			left: 130px;
		}
		#departments #department2 .region {
			background: url('img/departments_region_spb.png') no-repeat;
			width: 52px;
			height: 58px;
			top: 258px;
			left: 130px;
		}
		#departments #department3 .region {
			background: url('img/departments_region_rostov.png') no-repeat;
			height:65px;
			left:68px;
			top:443px;
			width:56px;
		}
	
		/* Information */
		
		#departments .body .info {
			position: absolute;
			top: 180px;
			left: 480px;
			width: 435px;
		}
			#departments .body .info h1,
			#departments .body .info h2,
			#departments .body .info h3 {
				font-size: 36px;
				text-shadow:0 1px 0 #FFFFFF;
				background: url('img/departments_hspacer.gif') repeat-x left bottom;
				margin: 0 0 10px;
				padding: 0 0 10px;
				color: #333;
			}
			#departments .body .info h3 {
				font-size: 18px;
				padding: 20px 0 10px;
			}
			#departments .body .info p {
				font-size: 12px;
				line-height: 16px;
				color: #666;
			}
			#departments .body .address {
				width: 260px;
			}
				#departments .body .address p {
					font-size: 14px;
					color: #333;
				}
				#departments .body .address br {
					line-height: 10px;
				}
				#departments .body .address p.office_phones {
					font-weight: bold;
				}
					#departments .body .address p a {
						font-size: 12px;
						color: #104f7d;
					}
	
	/* Switchers */
	
	#departments #switchers {
		position: absolute;
		top:485px;
		left: 470px;
		width: 440px;
	}
		#departments #switchers ul li {
			height:32px;
			float: left;
			background: url('img/departments_switcher.png') repeat-x;
			padding: 15px 0 0;
		}
		#departments #switchers ul li._current {
			background: url('img/departments_switcher_current.png') repeat-x;
		}
		#departments #switchers ul li.first {
			background: url('img/departments_switcher_first.png') no-repeat left top;
			padding-left: 4px;
		}
			#departments #switchers ul li.first a {
				padding: 8px 9px 8px 15px;
			}
		#departments #switchers ul li.first_current {
			background: url('img/departments_switcher_first_current.png') no-repeat left top;
			padding-left:4px;
		}
			#departments #switchers ul li.first_current a {
				padding: 8px 9px 8px 15px;
			}
		#departments #switchers ul li.last {
			background: url('img/departments_switcher_last.png') no-repeat right top;
			padding-right: 6px;
		}
		#departments #switchers ul li.last_current {
			background: url('img/departments_switcher_last_current.png') no-repeat right top;
			padding-right:6px;
		}
			#departments #switchers ul li a {
				color: #333;
				font-size: 12px;
				text-shadow:0 1px 0 #FFFFFF;
				background: url('img/departments_switcher_spacer.gif') no-repeat right top;
				padding: 8px 15px;
			}
			#departments #switchers ul li.last a,
			#departments #switchers ul li.last_current a {
				background: none;
			}
			#departments #switchers ul li.last_current a {
				padding-right:15px;
			}
			
/* Main */

	#main {
		width:625px;
		float:left;
		margin:0 20px 0 0;
	}
	#main.home {
		float:none;
		width:auto;
		position:relative;
		z-index: 2;
	}
	#main.about {
		float:none;
		width:auto;
	}
	#main .columns {
		width: 420px;
		position: relative;
		float: left;
		margin-bottom: 25px;
	}
	#main #column1 {
		margin-right:20px;
	}
	
#main h1,
#main h1 a
{
color: #104f7d;
margin-bottom:10px;
}
#main.about h1 {
color:#333;
border-color:#999;
}
#main h1 {
font-size: 24px;
border-bottom: 1px solid #87a7be;
padding: 2px 0 6px 0;
text-transform: none;
}



		#main h2,
		#main h3,
		#main h2 a,
		#main h3 a {
			color: #104f7d;
		}
		#main h2 {
			margin-bottom:10px;
		}
		#main.about h2 {
			color:#333;
			border-color:#999;
		}
		#main h3 {
			font-size: 14px;
		}
			#main h3 span.date {
				color: #999;
				font-size: 10px;
				font-weight: normal;
				padding: 0 0 0 5px;
			}
		#main h3.services {
			font-size:18px;
			padding:10px 0;
		}
		#main h4 {
			color:#104F7D;
			font-size:16px;
			font-style: italic;
			padding:15px 0 5px;
		}
		#main p {
			padding-top:8px;
			line-height: 18px;
		}
			#main p strong,
			#main strong {
				color:#444444;
			}
		#main br,
		#main p br {
			line-height: 25px
		}
		#main ul {
			padding:10px 0 0 10px;
			list-style-position:outside;
		}
		#main.home ul {
			padding:5px 0 0 0;
		}
		#main.home ul.link_list {
			padding:5px 0 30px 0;
		}
		#main ul#inner_navigation {
			
		}
			#main ul#inner_navigation li {
				padding:10px 0;
				margin: 0;
				font-size:18px;
			}
				#main ul#inner_navigation li ul.link_list {
					font-size: 14px;
					padding:0;
					margin:0 0 0 15px;
				}
					#main ul#inner_navigation li ul.link_list li {
						font-size: 14px;
						padding:0;
						margin:5px 0;
					}
			#main ul li {
				font-style: normal;
				margin:5px 0 15px;
			}
			#main ul.simple_list li {
				font-style: normal;
				margin:5px 0 0;
			}
			#main.home ul.link_list li {
				margin-bottom:0;
			}
				#main.home ul.link_list li a {
					color: #104f7d;
					font-weight: bold;
				}
				#main.home ul.link_list li a:hover {
					color: #AA0000;
				}
			#main ul.link_list li {
				font-size:14px;
				margin:5px 0;
				font-style: normal;
			}
		
		
		/* Archive */
		
		#main .entry {
			padding:15px 0 20px;
			border-bottom:1px solid #87a7be;
		}
			#main .entry h3 {
				font-size:16px;
			}
			#main .entry .tags {
				border-bottom:1px dashed #87a7be; 
				height:32px;
				font-size:10px;	
			}
			#main .entry .tags ul {
				padding:8px 0;
			}
				#main .entry .tags ul li {
					float:left;
					font-style:normal;
					color:#87a7be;
					margin:0 2px 0 0;
					font-size:10px;	
				}
					#main .entry .tags ul li a {
						background:#87a7be;
						color:#fff;	
						padding:0 4px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;			
					}
					#main .entry  .tags ul li a:hover {
						background:#104f7d;				
					}
					#main .entry .tags ul li.views {
						margin:0 0 0 10px;
					}
			#main a.more-link {
				background: url('img/read_more.gif') no-repeat center top;
				color:#333333;
				display:block;
				float:right;
				font-size:12px;
				padding:8px 32px;
				text-align:center;
				text-shadow:0 1px 0 #FFFFFF;
				font-weight: normal;
				position:relative;
			}
			
		/* Single */
		
		#wrapper .single {
			float:none;
			width:100%;
			border-bottom:2px solid #104F7D;
		}
		#main.single h2 {
			padding-left:0;
		}
		#main .posts_navigation {
			margin:20px 0 0 0;
			border-top:1px dashed #ABBFCF;
		}
				#main .posts_navigation a {
					font-size:12px;
					color:#104f7d;
					font-weight:bold;
				}
				#main .posts_navigation p.title {
					font-size:10px;
					color:#abbfcf;
				}
			#main .posts_navigation .alignleft,
			#main .posts_navigation .alignright {
				width:250px;
			}
					
		/* Pagination */
		
		#main .pagination {
			border-top: 1px solid #104f7d;
			text-align: right;
			padding: 10px;
			overflow: hidden;
		}
			#main .pagination ol {
				float: right;
			}
				#main .pagination ol li {
					float: left;
					margin: 0 1px;
					font-size: 14px;
					color: #104f7d;
				}
					#main .pagination ol li a {
						color: #104f7d;
						display: block;
						padding:2px 6px;
						-moz-border-radius: 4px;
						background: #abbfcf;
						color:#fff;
					}
					#main .pagination ol li a:hover {
						background: #104f7d;
						color: #fff;
					}
					#main .pagination ol li .title {
						padding:0 10px 0 0;
						font-size:10px;
					}
					#main .pagination ol li .current {
						background: #104f7d;
						display: block;
						color: #fff;
						padding:2px 6px;
						-moz-border-radius: 4px;
					}
					#main .pagination ol li a.prev,
					#main .pagination ol li a.next {
						display: block;
						overflow: hidden;
						text-indent: 9999px;
						width: 8px;
						height: 9px;
						background: url('img/paginator_arrows.gif') no-repeat left center;
						padding: 5px 0;
						margin: 0 4px 0 0;
					}
					#main .pagination ol li a.next {
						background-position: right center;
						margin: 0 0 0 4px;
					}
			#main .pagination p.pages {
				padding: 0;
				margin: 0;
				text-align: left;
				font-weight: bold;
			}
		
		/* Gallery */
		
		#main .gallery  img {
			border:none;
			width:100px;
			height:100px;
		}
		.gallery-caption {
			color:#666666;
			font-size:10px;
			margin:10px 0 20px;
			padding:10px;
		}
		
		/* Mainpage */
		
		#main h2 {
			font-size: 24px;
			border-bottom: 1px solid #87a7be;
			padding: 2px 0 6px 0;
			text-transform: none;
		}
		#mainpage a {
			color: #104f7d;
			font-weight: bold;
		}
		#mainpage h3 {
			margin: 15px 0 10px;
			font-size: 14px;
		}
		#mainpage h3 span.date {
			color: #999;
			font-size: 10px;
			font-weight: normal;
			padding: 0 0 0 10px;
		}
		#mainpage p {
			font-size: 12px;
			color: #666;
			line-height: 16px;
		}
			#mainpage .columns ul li {
				min-height: 120px;
				_height:120px;
				position: relative;
			}
		#main a.read_more,
		#sidebar a.read_more {
			background: url('img/read_more.gif') no-repeat center top;
			color:#333;
			border:medium none;
			display:inline;
			float:right;
			font-size:12px;
			padding:8px 30px;
			text-shadow:0 1px 0 #FFFFFF;
			font-weight: normal;		
		}
	
	/* Sitemap */
	
	#main .ddsg-wrapper a:hover {
		text-decoration:underline;
	}
		#main .ddsg-wrapper ul {
			padding:0;
		}
			#main .ddsg-wrapper ul li {
				margin:5px 0 10px;
			}
				#main .ddsg-wrapper ul li a {
					font-size:16px;
					font-weight:bold;
					font-style:normal;
					color:#104f7d;
				}
					#main .ddsg-wrapper ul li ul {
						padding:5px 0 5px 15px;
					}
						#main .ddsg-wrapper ul li ul li {
							margin:0 0 5px;
						}
							#main .ddsg-wrapper ul li ul li a {
								font-size:14px;
								font-weight:normal;
							}
								#main .ddsg-wrapper ul li ul li ul li {
									margin:0;
								}
									#main .ddsg-wrapper ul li ul li ul li a {
										font-size:12px;
										font-weight:normal;
									}
	
		
	/* Header */
	
/*		h2#news {
			background: url('img/news_icon.gif') no-repeat left top;
		}	
		h2#laws {
			background: url('img/laws_icon.gif') no-repeat left top;		
		}
		h2#about_company {
			background: url('img/about_icon.gif') no-repeat left top;
			color:#333;
			border-bottom: 1px solid #999;
		}
		h2#staff {
			background: url('img/staff_icon.gif') no-repeat left top;
			color:#333;
			border-bottom: 1px solid #999;
		}
		h2#directions {
			background: url('img/directions_icon.gif') no-repeat left top;
			color:#333;
			border-bottom: 1px solid #999;
		}
		h2#clients {
			background: url('img/clients_icon.gif') no-repeat left top;
			color:#333;
			border-bottom: 1px solid #999;
		}
		h2#faq {
			color: #333;
			background:  url('img/faq_icon.gif') no-repeat left top;
			border-bottom: 1px solid #999;
		} */
		
		
	/* About */
	
	#about {
		height:247px;
		overflow:hidden;
	}
	#main p.read-more {
		text-align: right;
		margin:0 0 10px;
	}
		#main p.read-more a {
			font-weight: bold;
		}
	
	/* FAQ */
	
	#faq {
	
	}
		#faq h2 {
			/*color: #333;
			border-bottom: 1px solid #999;*/
		}
				
		/* Questions */
		
		#faq #questions {
			margin: 20px 20px 0 0;
			float: left;
			height:348px;
			overflow:hidden;
		}
			#faq #questions a {
				display: block;
				color: #104F7D;
				border-bottom: 1px solid #87A7BE;
				margin: 0;
				cursor:pointer;
				line-height:25px;
			}
				#faq #questions ul {
					padding:0;
				}
					#faq #questions ul li {
						float:left;
						font-style:normal;
						margin:0;
					}
						#faq #questions ul li .body {
							height:175px;
							display:none;
							overflow:hidden;
						}
							#faq #questions ul li .body .content {
								background: #e0e0e0;
								border: 2px solid #d6d6d6;
								border-left: none;
								border-right: none;
								padding: 7px 12px;
								overflow:hidden;
							}
								#faq #questions ul li .body .content a.read_more {
									background: url('img/faq_readmore.gif')  no-repeat right center;
									border:medium none;
									display:inline;
									float:right;
									font-size:12px;
									padding:10px 30px;
									text-shadow:0 1px 0 #FFFFFF;
								}
		/* Askme */
		
		#ask_me {
			float:left;
			margin:20px 0 0;
			position: relative;
			_width: 445px;
		}
			#ask_me #ask_note {
				float:left;
				height:100px;
				padding:14px 15px;
				width:266px;
				background:url('img/ask_note.jpg') no-repeat;
			}
				#ask_me #ask_note h4 {
					color:#333333;
					font-size:18px;
					font-style:normal;
					padding:0 0 8px;
				}
				#ask_me #ask_note p {
					line-height:16px;
					padding:0;
				}
			#ask_me .photo {
				float:left;
			}
			
			/* Form styles */
			
			.form form {
				margin:10px 0 0;
			}
					.form table tbody tr td {
						padding:0 0 5px;
					}
					.form table tbody tr td.label {
						vertical-align:top;
						text-align:right;
						padding:5px 0 0 0;
					}
						.form form label {
							padding:0 10px 0 0;
							font-size:12px;
							font-weight:bold;
						}
						.form form label.unnecessary {
							font-weight:normal;
							color:#666;
						}
						.form form span.unnecessary {
							color:#666;
							font-size:12px;
							padding:0 0 0 8px;
						}
						.form form input,
						.form form textarea {
							border:1px solid #999;
							-moz-border-radius:4px;
							-webkit-border-radius:4px;
							width:200px;
							padding:2px 4px;
							font-size:14px;
						}
						.form form textarea {
							width:322px;
							height:105px;
							font-size:12px
						}
						.form form select {
							border:1px solid #999;
							padding:2px 2px 2px 4px;
							width:384px;
							-moz-border-radius:4px;
							-webkit-border-radius:4px;
						}
						.form form button.custom {
							background: url('img/read_more.gif') no-repeat center top;
							color:#333;
							border:medium none;
							display:inline;
							float:right;
							font-size:12px;
							padding:8px 30px 5px;
							text-shadow:0 1px 0 #FFFFFF;
							cursor: pointer;
						}

/* Sidebar */

#sidebar {
	float: left;
	width: 245px;
}
#sidebar.about {
	margin:420px 0 0;
}
	#sidebar ul li {
		margin: 0 0 20px;
	}
	#sidebar.about h2 {
		border-color:#999;
	}

#sidebar h1 {
border-bottom: 1px solid #87a7be;
color:#333;
font-size:18px;
padding:8px 0 6px 0;
margin:0 0 10px 0;
}
		#sidebar h2 {
			border-bottom: 1px solid #87a7be;
			color:#333;
			font-size:18px;
			padding:8px 0 6px 0;
			margin:0 0 10px 0;
		}
		#sidebar ul li#popular-posts h2 {
			color:#104f7d;
		}
		#sidebar ul li#subscribe2 h2 {
			color:#104f7d;
		}
			#sidebar ul li ul li {
				font-size: 12px;
				margin: 0;
			}
				#sidebar ul li ul li a {
					display: block;
					color: #104f7d;
					padding: 8px 10px 8px 25px;
					background:url('img/staroff_icon.gif') no-repeat left center;
				}
				#sidebar ul li ul li a:hover {
					background:url('img/star_icon.gif') no-repeat left center;
					/* background: #abbfcf;
					color: #fff;
					border: none;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					padding-top: 11px; */
				}
	/* Subscription */
	
	#subscribe2 .search {
		padding: 10px 0 10px 10px;
		overflow: hidden;
	}
		#subscribe2 p {
			font-size: 12px;
			font-weight: bold;
			padding: 0 0 5px;
		}
			#subscribe2 p input {
				border: 1px solid #ccc;
				width: 170px;
				padding: 2px 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				font-size: 14px;
				font-weight: bold;
				color: #104f7d;
				margin-left: 5px;
			}
			#subscribe2 p button {
				background: url('img/read_more.gif') no-repeat center top;
				color:#333;
				border:medium none;
				display:inline;
				float:right;
				font-size:12px;
				padding:8px 30px;
				text-shadow:0 1px 0 #FFFFFF;
				cursor: pointer;
			}
	

/* Footer */

#footer {
	height:30px;
	margin:20px auto 0;
	padding:15px 0;
	position:relative;
	background: url('img/footer_back.jpg') no-repeat center bottom;
}
#footer .body {
	width:955px;
	margin:auto;
	position: relative;
}
	#footer a {
		color: #fff;
		text-shadow: 0 -1px 0 #333;
	}
		#footer ul.quick_links {
			height: 156px;
		}
			#footer ul.quick_links li {
				width: 140px;
				float:left;
				background: url('img/footer_spacer.gif') repeat-y top right;
				padding:0 10px 0;
				height: 156px;
			}
			#footer ul.quick_links li.last {
				width: 294px;
				background: none;
			}
					#footer ul.column li {
						font-size: 12px;
						margin: 0 0 5px;
						padding: 0;
						background: none;
						height: auto;
						width: auto;
						float: none;
					}
					#footer ul.column li.main {
						font-size: 14px;
						font-weight: bold;
						border-bottom: 1px solid #9abfd6;
						padding: 0 0 5px;
						margin:0 0 10px;
					}
						#footer ul.column li a:hover {
							color: #104f7d;
							background: #fff;
							padding: 1px 4px;
							position: relative;
							margin-left: -4px;
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
							text-shadow: none;
						}
						#footer ul.column li.main a:hover {
							color: #fff;
							background: none;
							padding: 0;
							margin-left: 0;
							text-shadow: 0 -1px 0 #333;
						}
	#footer .phones {
		right: 38px;
		top:103px;
	}
	#footer .copyright {
		position: relative;
		top: 15px;
		padding: 0 10px;
	}
		#footer .copyright p {
			color:#666666;
			font-size:10px;
			padding:8px 0 0;
			width:500px;
		}
		#footer .copyright .logos {
			position: relative;
			float: right;
		}
			#footer .copyright .logos ul li {
				float: left;
			}
				#footer .copyright .logos ul li a {
					display: block;
					text-indent: -9999px;
					overflow: hidden;
					background: url('img/footer_logos.gif') no-repeat left bottom;
					height: 25px;
				}
				#footer .copyright .logos ul li a#wp_logo {
					width: 28px;
					background-position: 0 bottom;
				}
				#footer .copyright .logos ul li a#wp_logo:hover {
					background-position: 0 top;
				}
				#footer .copyright .logos ul li a#onegiantleap_logo {
					width: 45px;
					background-position: -28px bottom;
				}
				#footer .copyright .logos ul li a#onegiantleap_logo:hover {
					background-position: -28px top;
				}
/* Sticky Footer */

* { margin:0;padding:0; }

html, body, #wrapper { height: 100%; }

body > #wrapper { height: auto; min-height: 100%; }

#main {padding-bottom: 80px;}  /* must be same height as the footer */

#footer {
	margin-top:-43px;
	position:relative; /* negative value of footer height */
	clear:both;
} 


/* Contact form */

.contact_form #order_form {
	display: block;
	position: relative;
}
	.contact_form #order_form .wrapper {
		background: none;
		padding:0;
		margin:0;
		width:auto;
		height: auto;
	}
		.contact_form #order_form .wrapper .body {
			background: none;
			padding:0;
			margin:0;
			height:auto;
			left:0;
			top:0;
			right:0;
			width:470px;
		}
			.contact_form #order_form .wrapper .body #escape_order {
				display: none;
			}
			.contact_form #order_form .wrapper .body h2 {
				display: none;
			}

/* Order form */

#shader {
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:10;
	display:none;
}
#order_form {
	position: fixed;
	_position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:11;
	display:none;
	color:#333;
}
	#order_form .wrapper {
		width:545px;
		height:375px;
		margin:60px auto;
		background:url('img/order/order_wrapper_back.png') no-repeat;
		padding:10px;
	}
		#order_form .wrapper .body {
			background:url('img/order/order_form_back.jpg') #e6e6e6 right bottom no-repeat;
			left:15px;
			padding:10px 12px;
			top:15px;
			width:482px;
			-moz-border-radius:8px;
			-web-kit-border-radius:8px;
			position:relative;
			height:325px;
			overflow:hidden;
		}
			#order_form .wrapper .body #escape_order {
				position:absolute;
				right:4px;
				top:6px;
			}
				#order_form .wrapper .body #escape_order a {
					font-size:12px;
					font-weight:bold;
					padding:0 4px;
					color:#333;
					-moz-border-radius:4px;
					-webkit-border-radius:4px;
				}
				#order_form .wrapper .body #escape_order a:hover {
					background:#333;
					color:#fff	
				}
			#order_form .wrapper .body h2 {
				font-size:24px;
				padding:0 0 8px;
				text-shadow:0 1px 0 #FFFFFF;
			}
			#order_form .wrapper .body p {
				color:#333;
				line-height:16px;
			}
				#order_form .wrapper .body .form form textarea {
					height:101px;
					width:374px;
				}
				#order_form .wrapper .body .form form button {
					height:30px;
					width:140px;
					float:right;
				}
				#order_form .wrapper .body .form table tbody tr td {
					padding:0 0 3px;
				}
				#order_form .wrapper .body .form table tbody tr td.label {
					padding:5px 0 0;
				}
