/* 
Theme Name: Grand Protect
Theme URI: http://theo-sawari.info
Description: Special theme for Grand Protect company, no copying allowed
Version: 1.0
Author: Vasily Romashin
Author URI: http://theo-sawari.info
 */
@charset "utf-8";

body {
	background-color:#DEDEDE;
	font-family: Helvetica, Arial, sans-serif;
}

.page_post {
	margin-left:10px;
}

.main_box {
	margin:0 auto;
	width:960px;
	height:auto;
	
	background-color:#fff;
	
	-webkit-box-shadow: -2px -1px 5px 0px #888888;
	-moz-box-shadow:    -2px -1px 5px 0px #888888;
	box-shadow:         -2px -1px 5px 0px #888888;
}

/*-- Top: logo & menu --*/

.top {
	width:960px;
	height:120px;
	
}
#logo {
	float:left;
	margin-left:10px;
	margin-top:7px;
}
#menu {
	list-style: none;
	display: inline;
	margin-top: 57px;
		
	float:right;
	font-size:16px;
	font-weight:bold;
}
#menu li {
	 display: inline-block;
	 position: relative;
	 margin:5px;
	 padding: 5px 5px;
	 cursor: pointer;
}
#menu li:hover {
	background-color:#77AFBA;
}

#menu a:link {
	text-decoration: none;
	color:#000;
}
#menu a:visited {
    text-decoration: none;
	color:#000;
}
/*-- Slider --*/

.slider {
	width:960px;
	height:250px;
	margin-top:5px;
	
	background:url('images/123sld.jpg');
}

.s_block {
	width:300px;
	height:100px;
	
	position:relative;
	
	left:50px;
	top:75px;
	
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
	background-color:#2B2B2B;
}

.s_block p { 
	padding-left:5px;
	color:#fff;
	font-weight: bold;
}

.s_block h3{ 
	padding-left:5px;
	padding-top:5px;
	color:#fff;
}

/*-- Content --*/

.content {
	width:960px;
	height:auto;
	background-color:#fff;
	
	
}

.box {
	width:960px;
	height:60;

	
}

.small_box {
	float:left;
	width:280px;
	height:520px;
	
	margin:0 auto;
	margin:10px;
	padding:10px;
	
	text-align:center;
	 
	/
}

.box_image {
	width:250px;
	height:180px;
	
	margin: 0 auto;
	margin-top: 10px;
	
}

.text_box {
	width:250px;
	height:300px;
	
	margin: 0 auto;
	margin-top: 10px;
	
}

h3 a:link {
	text-decoration:none;
	color:#191B29;
}
h3 a:visited {
	color:#4E526E;
}
/*-- Footer --*/

.site-footer {
	text-align:right;
	
	margin:0 auto;
	padding:3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#757473;
}

	