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

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url('images/bg-body.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	line-height: 16px;
	font-size: 13px;
	}
	
	
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #f83535;
	font-style: italic;
	font-weight:lighter;
	margin-bottom: 20px;
	padding-top: 5px;
	text-shadow: #fff 1px 1px 0px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1968ab;
	font-style: italic;
	font-weight:lighter;
	margin-bottom: 20px;
	text-shadow: #fff 1px 1px 0px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	font-weight:lighter;
	margin: 10px 0;
	text-shadow: #222 1px 1px 2px;
	}


a {
	text-decoration: none;
	}
	
.content-box a, #footer a, a.read-more, a.back-to-top {
	color: #018bbe;
	}
	
.content-box a:hover, #footer a:hover, a:hover.read-more, a:hover.back-to-top {
	color: #4a860a;
	}
	
	a.read-more {
		float: right;
		margin: 0 10px;
		}
		
	a.back-to-top {
		float: right;
		margin: 0 10px;
		}
		
a.button1 {
	background: url('images/bg-button1.jpg') no-repeat;
	display: inline-block;
	padding: 19px 30px;
	width: 178px;
	height: 25px;
	font-weight: bold;
	color: #fff;
	}
	
a.button2 {
	background: url('images/bg-button2.jpg') no-repeat;
	display: inline-block;
	padding: 19px 70px;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #fff;
	}
	
fieldset {
	padding: 20px;
	border: 1px solid #999;
	float: left;
	background: #fff url('images/bg-fieldset.jpg') repeat-x;
	}
	
	fieldset p {
		font-family: Georgia, "Times New Roman", Times, serif;
		size: 14px;
		font-style: italic;
		color:#333;
		}
		
	
	div.contact-details {
		padding-left: 20px;
		float: left;
		}
	
.input_text {
	width: 300px;
	padding: 7px 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 14px;
	font-style: italic;
	color:#24587c;
	border: 1px solid #aaa;
	}

.textarea {
	width: 300px;
	height: 200px;
	padding: 7px 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 14px;
	font-style: italic;
	color:#24587c;
	border: 1px solid #aaa;
	}

.send {
	padding: 10px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 14px;
	font-style: italic;
	color:#24587c;
	font-weight: bold;
	cursor: pointer;
	}
	
.side-fieldset {
	padding: 20px;
	border: 1px solid #999;
	float: left;
	background: #fff url('images/bg-fieldset.jpg') repeat-x;
	width: 250px;
	}
	
	.side-fieldset p {
		font-family: Georgia, "Times New Roman", Times, serif;
		size: 14px;
		font-style: italic;
		color:#333;
		}
	
	.side-input_text {
		width: 230px;
		padding: 7px 10px;
		margin-bottom: 10px;
		margin-top: 3px;
		font-family: Georgia, "Times New Roman", Times, serif;
		size: 14px;
		font-style: italic;
		color:#24587c;
		border: 1px solid #aaa;
		}
		
	.side-textarea {
		width: 230px;
		height: 100px;
		padding: 7px 10px;
		margin-bottom: 10px;
		margin-top: 3px;
		font-family: Georgia, "Times New Roman", Times, serif;
		size: 14px;
		font-style: italic;
		color:#24587c;
		border: 1px solid #aaa;
		}
	
.picture {
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 5px;
	width: 180px;
	display: block;
	position: relative;
	text-align: center;
	}
	
.picture:hover {
	border: 1px solid #24587c;
	}
	
	span.new {
		width: 200px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		background: url('images/span-new.png') no-repeat;
		display: block;
		}
	
	.picture p {
		clear: both;
		margin: 0 !important;
		font-family: Georgia, "Times New Roman", Times, serif;
		size: 14px;
		font-style: italic;
		color:#24587c;
		text-align: center;
		}
		
		.picture p span {
			color:#666;
			}
		
	.picture img {
		margin-bottom: 10px;
		border: 1px solid #ccc;
		}

.container, .container-modules {
	width: 980px;
	margin: 0 auto;
	}
		
	#top {
		height: 131px;
		margin-top: -1px;
		position: relative;
		width: 980px;
		}
		
		#topleft {
			position: absolute;
			top: 25px;
			left: 40px;
			width: 550px;
			}
			
			#logo {
				float: left;
				margin-top: 0px;
				}
				
			#contacts {
				float: right;
				}
			
		#topright {
			position: absolute;
			top: 20px;
			right: 40px;
			}
			
			#topright a {
				display: block;
				margin-bottom: 10px;
				}
				
	#menu {
		clear: both;
		height: 80px;
		}
		
		#menu ul {
			list-style: none;
			padding: 0;
			}
			
			#menu ul li {
				display: inline-block;
				float: left;
				padding: 15px 0;
				height: 60px;
				}
				
			#menu ul li.active {
				display: inline-block;
				background: url('images/bg-m-li-active.jpg') no-repeat 15px 0;
				}
				
				#menu ul li a {
					background: url('images/bg-m-a.jpg') no-repeat;
					display: inline-block;
					}
					
				#menu ul li a span {
					display: none;
					}
					
					#menu ul li a.m-home {
						background: url('images/m-home-hover.png') no-repeat;
						height: 51px;
						width: 91px;
						}
						
					#menu ul li a:hover.m-home {
						background: url('images/m-home.png') no-repeat;
						}
						
						
					#menu ul li a.m-about {
						background: url('images/m-about-hover.png') no-repeat;
						height: 51px;
						width: 128px;
						}
						
					#menu ul li a:hover.m-about {
						background: url('images/m-about.png') no-repeat;
						}
						
						
					#menu ul li a.m-why {
						background: url('images/m-why-hover.png') no-repeat;
						height: 51px;
						width: 195px;
						}
						
					#menu ul li a:hover.m-why {
						background: url('images/m-why.png') no-repeat;
						}
						
					#menu ul li a.m-clients {
						background: url('images/m-clients-hover.png') no-repeat;
						height: 51px;
						width: 204px;
						}
						
					#menu ul li a:hover.m-clients {
						background: url('images/m-clients.png') no-repeat;
						}
						
					#menu ul li a.m-gallery {
						background: url('images/m-pictures-hover.png') no-repeat;
						height: 51px;
						width: 180px;
						}
						
					#menu ul li a:hover.m-gallery {
						background: url('images/m-pictures.png') no-repeat;
						}
						
					#menu ul li a.m-contact {
						background: url('images/m-contact-hover.png') no-repeat;
						height: 51px;
						width: 138px;
						}
						
					#menu ul li a:hover.m-contact {
						background: url('images/m-contact.png') no-repeat;
						}


	#main {
		margin: 0;
		clear: both;
		margin: 20px 0;
		padding: 10px 0;
		overflow: hidden;
		display: block;
		}
		
		#content {
			float: left;
			width: 640px;
			padding-right: 20px;
			}
			
			.content-box {
				border-top: 1px dotted #fff;
				border-bottom: 1px dotted #fff;
				margin: 10px 0;
				overflow: hidden;
				}
				
				.content-box p {
					margin: 20px 0;
					}
					
				#content ul {
					list-style: outside;
					margin-left: 40px;
					list-style-image: url('images/tick.gif');
					}
					
					#content ul li {
						margin: 15px 0;
						}
					
			.content-box-clients {
				border-top: 1px dotted #fff;
				border-bottom: 1px dotted #fff;
				margin: 10px 0;
				}
				
				.content-box-clients p {
					margin: 20px 0;
					font-style: italic;
					}
			
		#side {
			float: right;
			width: 300px;
			}
			
			div.example-box {
				width: 276px;
				height: 250px;
				background: url('images/bg-recent-works.jpg') no-repeat;
				padding: 14px 12px;
				}
				
				#examples {
					border: 1px solid #abd3ff;
					margin-bottom: 10px;
					height: 222px;
					width: 273px;
					padding: 0;
					}
					
				div.example-box a {
					margin-left: 10px;
					color: #fff;
					text-decoration: none;
					}
					
					div.example-box a:hover {
						color: #29638f;
						text-decoration: none;
						}
				
			
	#modules {
		margin: 20px 0;
		background: url('images/bg-modules.jpg') repeat-x;
		clear: both;
		padding: 10px 0;
		color: #fff;
		overflow: hidden;
		}
		
		#testimonials, #company-info {
			float: left;
			overflow: hidden;
			}
		
		.testimonial-box-content {
			float: left;
			width: 601px;
			height: 128px;
			margin:10px;
			padding: 20px;
			background: url('images/bg-testimonials.png') no-repeat;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			color: #132a3e;
			font-style: italic;
			line-height: 24px;
			position: relative;
			overflow: hidden;
			}
			
			.testimonial-box-content p {
				padding-right: 20px;
				}

			.testimonial-box-content span {
				position:absolute;
				bottom: 0;
				color: #fff;
				font-size: 14px;
				margin-left: 40px;
				}
				
			#company-info p {
				margin: 20px 0;
				line-height: 20px;
				}
				
			#company-info a {
				text-decoration: none;
				color: #fff;
				}

			#company-info a:hover {
				color: #82ff85;
				}
				
#menu-bottom {
	text-align: center;
	}

#menu-bottom a {
	margin: 0 30px;
	}

#footer {
	clear: both;
	padding: 10px 0;
	height: 20px;
	}
	
#footer span {
	float: right;
	}
	
#footer p {
	float: left;
	}











