﻿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,li,ol,ul{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

td {
	padding: 2px;
}

body {
	background-image: url(../images/pattern3.jpg);
	font: 0.71em arial, Helvetica;
}

#container {
	margin: 0 auto;
	width: 751px;
	background-color: #222629;
	padding: 0 10px 0 10px;
}

#container .promo {
	position: absolute;
	z-index: 99;
	top: 425px;
}

#header .livechat {
	width: 230px;
	height: 100px;
	position: relative;
	float: right;
	top: 30px;
	right: 0px;
}

#header {
	width: 751px;
	height: 150px;
	border-top: 6px solid #999A99;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}

#header .logo {
	float: left;
	padding: 20px 0 0 20px;
}

#header .header-menu {
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	width: 165px;
	height: 26px;
	color: #3D4144;
	padding: 5px 0 0 25px;
	background-image: url(../images/header-menu-bg.jpg);
	background-repeat: no-repeat;
}

#header a, #header a:visited{
	color: #3D4144;
	text-decoration: none;
	padding: 5px;
}

#header .header-menu a:hover{
	color: #ffffff;
}

#menu {
	height: 39px;
	width: 751px;
	background-image: url(../images/main-menu-bg.jpg);
	background-repeat: no-repeat;
}

#menu li {
	float: left;
	background-image: url(../images/menu-divider.jpg);
	background-repeat: no-repeat;
	margin-top : 10px
}

#menu li a, #menu li a:visited{
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}

#menu li a:hover{
	color: #ccc;
	padding: 10px 15px 12px 15px;
	background-image: url(../images/main-menu-bg-hover.jpg);
}

#slide {
	width: 751px;
	height: 270px;
}

#content {
	width: 731px;
	background-color: #fff;
	padding: 10px;
}

#content .top {
	width: 731px;
}

#content .left_column {
	clear: both;
	margin-left: 10px;
	float: left;
	width: 49%;
	padding-right: 20px;
	border-right: 1px solid #eee;
}

#content .left_column ul{
	padding: 10px 10px 20px 10px;
}

#content .left_column li{
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	padding: 3px 3px 3px 30px;
}

#content .right_column {
	float: right;
	width: 45%;
}

.title {
	color: #A61515;
	clear: right;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.title a{
	text-decoration:none;
	color: #a61515;
	font-size: 14px;
	font-weight: bold;
}

#testimonial{
padding: 5px;
}

#testimonial div{
background-color: #ffffff;
}

blockquote {
display: block;
padding: 0 60px;
width: 63%
}

blockquote:before, blockquote:after {
color: #ccc;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -30px;
margin-left: 75%;
}

#project {
	width: 751px;
}

#project a:link, #project a:visited{
	color: #fff;
}

#project a:hover{
	color: #888;
	text-decoration: none;
}

#portfolio {
	float: left;
	padding: 10px;
	margin-right: 30px;
}

#portfolio ul{
	margin-left: 15px;
}

#portfolio li {
	margin: 5px;
}

#portfolio img {
	padding: 8px;
	background-color: #fff;
}

#recent {
	color: #c0c0c0;
	padding: 10px
}

#recent h3{
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
}

#about-testimonial {
	width: 751px;
	background-color: #fff;
}

#about-testimonial .about {
	float: left;
	width: 45%;
	padding: 40px 30px 20px 30px;
	clear:both;
}

#about-testimonial .testimonial {
	float: right;
	width: 45%;
	padding: 40px 30px 20px 30px;
}

#footer {
	height: 30px;
	color: #eee;
	padding: 10px;
}

#footer a:link, #footer a:visited{ color: #eee; }
#footer a:hover { color: #666; text-decoration: none; }

/* SLIDER */
#s3slider {
   width: 751px; /* important to be same as image width */
   /* height: 270px; important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 751px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   padding: 10px 13px;
   width: 749px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 270px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 255px;
}
