body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select,button,sup,sub,a {
	margin: 0;  
	padding: 0;  
}

html {
	font: 12px/1.4 arial, sans-serif;
	height: 100%;
	color: #454545;
	overflow-y: scroll;
	background: #fff url("../images/bg.png") repeat-x 0 0;
}

body {
	height: 100%;
}

input, select, textarea, button {
	font: italic 12px arial, sans-serif;
	color: #929292;
}

input[type="text"], input[type="password"], textarea {
	padding: 5px 9px;
	border: 1px solid #d4d4d4;
	background: #fff;
}

input[type="radio"], input[type="checkbox"] {
	margin-bottom: auto;
	vertical-align: middle;
}

input[type="submit"], input[type="reset"], button {
	cursor: pointer;
	font: bold 13px arial;
	color: #fff;
	padding: 10px 20px;
	overflow: visible;
	white-space: nowrap;
	background: #595959;
	border: 1px solid #3c3c3c;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

::-webkit-input-placeholder {
	color: #929292;
	font-style: italic;
}

:-moz-placeholder {
	color: #929292;
	font-style: italic;
}

q,blockquote {quotes:none}
q:before,q:after {content:''}

textarea {
	resize: none;
}

label {
	vertical-align: middle;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a,button,input,select,textarea {
	outline: none;
}

a {color: #cc2121; text-decoration: underline}
a:hover {text-decoration: none}

h1 {
	font: bold 17px Arial, sans-serif;
	text-decoration: none;
	color: #9e0000;
	margin-bottom: 10px;
}

h2 {
	font: bold 15px Arial, sans-serif;
	text-decoration: none;
	color: #2b2b2b;
	margin-bottom: 10px;
}

h3 {
	font: bold 14px Arial, sans-serif;
	text-decoration: none;
	color: #2b2b2b;
	margin-bottom: 5px;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -300px 0;
	background: url("../images/decor.png") no-repeat center 164px;
}

#header {
	position: relative;
	z-index: 2;
	height: 200px;
}

#header .header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
}

#header .header .phone {
	position: absolute;
	left: 0;
	top: 40px;
	color: #fff;
	font: 17px arial, sans-serif;
}

#header .header .email {
	position: absolute;
	right: 0;
	top: 40px;
	color: #fff;
	font: 17px arial, sans-serif;
}

#header .header .email a {
	color: #fff;
	text-decoration: none;
}

.logo {
	position: absolute;
	z-index: 1;
	left: 364px;
	top: 19px;
}

#header .header .blog {
	position: absolute;
	right: 0;
	top: 107px;
	width: 88px;
	height: 74px;
	font: 14px/62px arial;
	text-align: center;
	background: url("../images/blog_bg.png") no-repeat 0 0;
}

#header .header .blog a {
	display: block;
	height: 74px;
	color: #fff;
	text-decoration: none;
}

#header .header .blog a:hover {
	text-shadow: 0 0 1px #fff;
}

.menu {
	position: absolute;
	left: 210px;
	top: 117px;
	width: 680px;
	font: 14px/35px arial, sans-serif;
	background: url("../images/arrow_red.png") no-repeat -999px -999px;
}

.menu ul {
	background: url("../images/submenu_bg.png") no-repeat -999px -999px;
}

.menu li {
	float: left;
	display: inline;
	margin-right: 40px;
	color: #b30000;
	text-transform: uppercase;
}

.menu li li {
	display: inline-block !important;
	*display: inline !important;
	*zoom: 1;
	float: none !important;
	margin: 0 10px 5px 0 !important;
	text-transform: none !important;
}

.menu .submenu {
	display: none;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 33px;
	width: 688px;
	padding-bottom: 15px;
	font: 12px arial, sans-serif !important;
	background: url("../images/submenu_bg.png") no-repeat -688px 100%;
}

.menu li:hover .submenu {
	display: block;
}

.menu li:first-child .submenu ul:after {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 7px;
	height: 9px;
	content:'';
	background: url("../images/patch.gif") no-repeat 0 0;
}

.menu .patch {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 7px;
	height: 9px;
	background: url("../images/patch.gif") no-repeat 0 0;
}

.menu li:first-child .submenu ul {
	*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('beforeEnd', '<div class="patch"></div>'));
}

.menu .submenu ul {
	padding: 15px 0px 5px 20px;
	background: url("../images/submenu_bg.png") no-repeat 0 0;
}

.menu span {
	display: block;
	position: relative;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 7px;
}

.menu span span {
	padding: 0 10px 0 0;
}

.menu span span span {
	padding: 0 5px 0 17px;
	background: url("../images/arrow_black.png") no-repeat 3px 14px;
}

.menu li:hover span {
	background: url("../images/menu_bg.png") no-repeat 0 0;
}

.menu li:hover span span {
	background: url("../images/menu_bg.png") no-repeat 100% -35px;
}

.menu li:hover span span span,.menu li.active span span span {
	background: url("../images/arrow_red.png") no-repeat 3px 14px;
}

.menu span a {
	float: left;
	display: inline;
	position: relative;
	padding: 0 15px 0 24px;
	margin: 0 -15px 0 -24px;
}

.menu li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #5e5e5e;
	text-decoration: none;
}

.menu li a:hover {
	color: #b30000;
	text-decoration: underline;
}

.menu li:hover span span span a,.menu li.active a {
	color: #b30000;	
}

.menu li li a {
	color: #303030 !important;
	text-decoration: underline;
}

.menu li li a:hover {
	color: #b30000;
	text-decoration: none;
}

#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}

#content .content {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#slideshow {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 355px;
	overflow: hidden;
	background: url("../images/notebook.png") no-repeat 100% 0;
}

#slideshow li {
	width: 1000px;
	height: 355px;
	background-color: transparent !important;
}

#slideshow .image {
	position: absolute;
	right: 75px;
	top: 22px;
}

#slideshow .description {
	position: relative;
	top: 45px;
	width: 400px;
	font: italic 15px/1.4 arial;
	color: #222;
}

#slideshow .description h1 {
	font-size: 22px;
	color: #b73131;
	margin-bottom: 25px;
}

#slideshow .description p {
	margin-bottom: 10px;
}

#slideshow .description .link {
	display: none;
}

#slideshow .navigation {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 230px;
	width: 341px;
	text-align: center;
	font: italic 11px/36px arial;
	color: #b73131;
}

#slideshow .navigation .details {
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	font: 12px/36px arial, sans-serif;
	background: url("../images/prev_bg.png") no-repeat 0 0;
}

#slideshow .navigation .details a {
	display: block;
	height: 40px;
	padding-right: 13px;
	color: #fff;
	text-decoration: none;
}

#slideshow .navigation .details:hover {
	background-position: 0 -40px;
}

#slideshow .navigation .next {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 40px;
	padding-left: 13px;
	color: #fff;
	cursor: pointer;
	font: 12px/36px arial, sans-serif;
	background: url("../images/next_bg.png") no-repeat 0 0;
}

#slideshow .navigation .next:hover {
	background-position: 0 -40px;
}

#about {
	position: relative;
	height: 400px;
	background: #fff url("../images/about_bg.png") repeat-x 0 0;
}

#about .decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/decor.png") no-repeat center top;
}

#about .about {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#about .about .company {
	float: left;
	position: relative;
	top: 92px;
	width: 605px;
	height: 221px;
	font-size: 15px;
	font-style: italic;
	color: #262626;
	background: url("../images/company_bg.png") no-repeat 0 0;
}

#about .about .company table {
	margin: 85px 0 0 35px;
	width: 530px;
	height: 132px;
	border-collapse: collapse;
	border-spacing: 0;
}

#about .about .company td {
	padding: 0;
}

#about .about .franklin {
	float: right;
	position: relative;
	top: 47px;
	margin-right: 35px;
	width: 348px;
	height: 245px;
	background: url("../images/franklin.png") no-repeat 0 0;
}

#about .about .franklin .flexible {
	margin: 185px 80px 0 80px;
	text-align: center;
	font-style: italic;
	font-size: 17px;
}

#about .about .franklin .flexible a {
	color: #fff;
	text-decoration: underline;
}

#about .about .franklin .flexible a:hover {
	color: #610202;
}

#footer {
	position: relative;
	height: 300px;
	background: url("../images/footer_bg.png") repeat-x center top;
}

#footer .footer {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	color: #5c5c5c;
	line-height: 1.6;
}

#footer .footer a {
	color: #5c5c5c;
}

.push {
	clear: both;
	height: 300px;
}

#footer .clients {
	height: 173px;
	text-align: center;
	background: url("../images/clients_arrow.png") no-repeat center top;
}

#footer .clients table {
	width: 100%;
	height: 173px;
	background: url("../images/glow.png") no-repeat -999px -999px;
}

#footer .clients td {
	padding: 0;
	min-width: 130px;
}

#footer .clients .glow {
	background: url("../images/glow.png") no-repeat center center;
}

#footer .copyrights {
	position: absolute;
	left: 0;
	top: 200px;
}

#footer .address {
	position: absolute;
	left: 375px;
	top: 200px;
	width: 250px;
	text-align: center;
}

#footer .contacts {
	position: absolute;
	right: 0;
	top: 200px;
	text-align: right;
}

.main_column {
	float: left;
	width: 740px;
}

.left_column {
	float: left;
	width: 220px;
	margin-right: 40px;
}

.center_column {
	float: left;
	width: 472px;
}

.right_column {
	float: right;
	width: 220px;
}

.services {
	padding-top: 15px;
}

.services ul {
	float: left;
	width: 785px;
	position: relative;
	margin: 0 0 0 -45px;
	font-size: 0;
}

.services li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	width: 214px;
	margin: 0 0 50px 45px;
}

.services .title {
	cursor: pointer;
}

.services .icon {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 136px;
	height: 136px;
	margin-bottom: -36px;
	overflow: hidden;
}

.services .icon img {
	position: absolute;
	left: 0;
	top: 0;
}

.services .title.hover .icon img,.services .title .icon:hover img {
	top: -136px;
}

.services .ribbon {
	position: relative;
	z-index: 1;
	width: 160px;
	height: 48px;
	padding: 7px 26px 0 26px;
	margin-bottom: 7px;
	font: bold 14px arial;
	color: #fff;
	text-align: center;
	background: url("../images/ribbon.png") no-repeat 0 0;
}

.services .ribbon p {
	width: 160px;
	height: 48px;
	display: table-cell; 
	vertical-align: middle;
}

.services .ribbon p span {
	display: block;
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

.services .ribbon a {
	color: #fff;
	text-decoration: none;
}

.services .description {
	padding: 15px;
	border: 1px solid #d2d0d0;
	background: url("../images/grid.gif") 0 0;
}

.feedback {
	position: relative;
	zoom: 1;
	padding: 19px;
	margin: 0 -20px;
	border: 1px solid #c7c7c7;
}

.fill_brief {
	padding-left: 22px;
	line-height: 16px;
	background: url("../images/icon_brief.png") no-repeat 0 0;
}

.fill_brief a {
	color: #dd5454;
}

.feedback table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

.feedback td {
	padding: 0 0 8px 0;
}

.width_200 {
	width: 200px;
}

.width_400 {
	width: 400px;
}

.sidebar {
	position: realtive;
	width: 230px;
	padding-top: 8px;
	margin-right: -10px;
	background: url("../images/sidebar_top.png") no-repeat 0 0;
}

.sidebar ul {
	padding-bottom: 15px;
	zoom: 1;
	background: url("../images/sidebar_bottom.png") no-repeat 0 100%;
}

.sidebar li {
	padding: 0 28px 0 13px;
	background: url("../images/sidebar_bg.png") repeat-y 0 0;
}

.sidebar li p {
	padding: 12px 0;
	border-top: 1px solid #dfdfdf;
}

.sidebar li:first-child p {
	border-top: 0;
}

.sidebar li.active {
	color: #434343;
	font-weight: bold;
	background: url("../images/sidebar_active.png") no-repeat 0 50%;
}

.sidebar a {
	color: #dd5454;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar li.active a {
	color: #434343;
	text-decoration: none;
}

.banner {
	margin-bottom: 45px;
	border: 1px solid #d4d4d4;
}

.banner img {
	vertical-align: top;
}

.text p {
	margin-bottom: 15px;
}

.works {
	float: left;
	width: 100%;
}

.works ul {
	position: relative;
	margin: 0 0 0 -50px;
	zoom: 1;
	font-size: 0;
}

.works li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 295px;
	margin: 0 0 40px 50px;
	border: 1px solid #d4d4d4;
	background: #fff;
}

.works li:hover {
	-webkit-box-shadow: #cfcfcf 5px 5px 0px;
	-moz-box-shadow: #cfcfcf 5px 5px 0px;
	box-shadow: #cfcfcf 5px 5px 0px;
}

.works li .description {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 190px;
	padding: 22px 10px 15px 10px;
	background: url("../images/bubble.png") no-repeat 0 0;
}

.works a {
	color: #454545;
}

.pagination {
	float: left;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	line-height: 24px;
	background: #181818;
}

.pagination li {
	float: left;
	margin: 0 4px 0 5px;
	background: url("../images/icon_list_white.png") no-repeat -999px -999px;
}

.pagination li a {
	display: block;
	color: #929292;
	padding: 0 7px;
	text-decoration: none;
	border: 1px solid #929292;
}

.pagination li a:hover,.pagination .active a {
	color: #fff;
	border-color: #fff;
}

.pagination .all a {
	padding-left: 26px;
	background: url("../images/icon_list.png") no-repeat 4px 50%;
}

.pagination .all a:hover {
	background-image: url("../images/icon_list_white.png");
}

.navigation {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	color: #fff;
	line-height: 24px;
	font-size: 13px;
}

.navigation li {
	float: left;
	margin: 0 8px 0 0;
}

.navigation li a {
	display: block;
	color: #fff;
	padding: 0 7px;
	text-decoration: none;
	border: 1px solid #808080;
	background: #9b9b9b;
}

.navigation .all {
	font-size: 12px;
}

.navigation .all a {
	padding-left: 26px;
	background: #9b9b9b url("../images/icon_list_white.png") no-repeat 4px 50%;
}

.navigation li a:hover {
	background-color: #808080;
}

#slider {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

#slider ul {
	height: 325px;
	margin-bottom: 10px;
	-webkit-box-shadow: #cfcfcf 3px 3px 5px;
	-moz-box-shadow: #cfcfcf 3px 3px 5px;
	box-shadow: #cfcfcf 3px 3px 5px;
}

#slider li {
	display: none;
}

#slider li:first-child {
	display: block;
}

#slider li img {
	vertical-align: top;
}

#slider #pager {
	font-size: 0;
}

#slider #pager a {
	float: left;
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 17px 0 0 17px;
	margin-right: 7px;
	background: url("../images/pager_bg.png") no-repeat 0 0;
}

#slider #pager a.activeSlide {
	background-position: 0 -17px;
}

.contact_info {
	color: #2b2b2b;
}

.contact_info table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}

.contact_info td {
	padding: 0 10px 5px 0;
	vertical-align: top;
}

.contact_info td big {
	font-size: 15px;
	font-weight: bold;
}

.map {
	padding: 5px;
	border: 1px solid #d4d4d4;
	background: #f1f1f1;
}

.brief {
	padding: 19px;
	zoom: 1;
	border: 1px solid #bfbfbf;
}

.brief:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.brief dl {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.brief dl dt {
	float: left;
	width: 100%;
	font: bold 15px arial;
	color: #151515;
	padding-bottom: 10px;
}

.brief dl dt span {
	padding-left: 20px;
}

.brief dl dd {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.brief dl dt.closed span {
	color: #a00;
	text-decoration: underline;
	cursor: pointer;
	background: url("../images/arrow_red.png") no-repeat 5px 5px;
}

.brief dl dd.closed {
	display: none;
}

.brief fieldset {
	float: left;
	width: 430px;
	padding: 15px 20px 10px 20px;
	margin-bottom: 10px;
	border: 0;
	background: #f6f6f6;
	-webkit-box-shadow: rgba(0,0,0,0.20) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.20) 3px 3px 5px;
	box-shadow: rgba(0,0,0,0.20) 3px 3px 5px;
}

.brief table {
	border-collapse: collapse;
	border-spacing: 0;
}

.brief table td {
	vertical-align: top;
	padding: 0 0 15px 0;
}

.brief fieldset td p {
	margin-bottom: 2px;
}

.brief fieldset input[type="text"], .brief fieldset input[type="password"], .brief fieldset textarea, .brief fieldset select {
	padding: 10px 10px;
	font: normal 14px arial, sans-serif;
	color: #2b2b2b;
	border: 1px solid #a9a9a9;
}

.brief dl .info {
	float: right;
	width: 180px;
	min-height: 43px;
	padding-left: 28px;
	margin-top: 30px;
	font-style: italic;
	background: url("../images/arrow.png") no-repeat 0 4px;
}

.call_now {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 440px;
	min-height: 39px;
	padding-left: 40px;
	margin-left: 40px;
	font-size: 13px;
	background: url("../images/arrow.png") no-repeat 0 0;
}

.call_now span {
	color: #aa0000;
	font-weight: bold;
}

.call_now p {
	color: #444444;	
	font-style:italic;
}

br {
	height:1px;
	line-height:1px;
	min-height:1px;
}
