body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .header{
	height: 90px;
	width: 960px;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	float: left;
}
.wrapper .header .logo-header {
	height: 90px;
	width: 179px;
	float: left;
	margin-top: -26px;
}

/*HEADER MENU-----------------------------------------------------------------------------*/

.wrapper .header .header-menu {
	height: 26px;
	width: 406px;
	float: right;
}
.wrapper .header .header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .header .header-menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .header .header-menu ul li a {
	background-image: url(../images/header-menu.jpg);
	height: 26px;
	text-indent: -9000%;
	display: block;
}

/*HEADER MENU - NORMAL*/
.overview a {width:92px;}
.design-development a {width:156px; background-position:-92px 0px;}
.newsletter a {width:94px; background-position:-248px 0px;}
.blog a {width:64px; background-position:-342px 0px;}

/*HEADER MENU - HOVER*/
.overview a:hover {width:92px; background-position:0px -26px;}
.design-development a:hover {width:156px; background-position:-92px -26px;}
.newsletter a:hover {width:94px; background-position:-248px -26px;}
.blog a:hover {width:64px; background-position:-342px -26px;}

/*HEADER MENU - ACTIVE*/
.overview a.active {width:92px; background-position:0px -26px;}
.design-development a.active {width:156px; background-position:-92px -26px;}
.newsletter a.active {width:94px; background-position:-248px -26px;}
.blog a.active {width:64px; background-position:-342px -26px;}

/*MAIN MENU-----------------------------------------------------------------------------*/

.wrapper .header .main-menu {
	height: 31px;
	width: 717px;
	float: right;
	margin-top: 33px;
	background-image: url(../images/main-menu.jpg);
}

.wrapper .header .main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .header .main-menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .header .main-menu ul li a {
	background-image: url(../images/main-menu.jpg);
	height: 31px;
	text-indent: -9000%;
	display: block;
}

/*MAIN MENU - NORMAL*/
.services a {width:85px;}
.free-proposal-request a {width:168px; background-position:-85px 0px;}
.portfolio a {width:84px; background-position:-253px 0px;}
.about-us a {width:79px; background-position:-337px 0px;}
.contact-us a {width:91px; background-position:-416px 0px;}

/*MAIN MENU - HOVER*/
.services a:hover {width:85px; background-position:0px -31px;}
.free-proposal-request a:hover {width:168px; background-position:-85px -31px;}
.portfolio a:hover {width:84px; background-position:-253px -31px;}
.about-us a:hover {width:79px; background-position:-337px -31px;}
.contact-us a:hover {width:91px; background-position:-416px -31px;}

/*MAIN MENU - ACTIVE*/
.services a.active {width:85px; background-position:0px -62px;}
.free-proposal-request a.active {width:168px; background-position:-85px -62px;}
.portfolio a.active {width:84px; background-position:-253px -62px;}
.about-us a.active {width:79px; background-position:-337px -62px;}
.contact-us a.active {width:91px; background-position:-416px -62px;}



.wrapper .clear {
	width: 960px;
	float: left;
	background-image: url(../images/services-menu-background.png);
	background-repeat: repeat-y;
}

/*SERVICES MENU-----------------------------------------------------------------------------*/

.wrapper .services-menu {
	width: 234px;
	margin-right: 8px;
	float: left;
}

.wrapper .services-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .services-menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .services-menu ul li a {
	background-image: url(../images/services-menu.jpg);
	display: block;
	width: 199px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 9px;
	background-position: 0px 0px;
}
.wrapper .services-menu ul li a:hover {
	background-image: url(../images/services-menu.jpg);
	display: block;
	width: 199px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 9px;
	background-position: 0px -34px;
}
.wrapper .services-menu ul li a.active {
	background-image: url(../images/services-menu.jpg);
	display: block;
	width: 199px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 9px;
	background-position: 0px -68px;
}

.wrapper .services-menu ul ul  {
	width: 234px;
	float: left;
	padding-top: 10px;

}
.wrapper .services-menu ul ul li  {
	width: 224px;
}

.wrapper .services-menu ul ul li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 179px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-image: url(../images/services-submenu-background.png);
	margin: 0px;
	background-position: 0px 30px;
}
.wrapper .services-menu ul ul li a:hover {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 179px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-image: url(../images/services-submenu-background.png);
	margin: 0px;
	background-position: 0px -30px;
}
.wrapper .services-menu ul ul li a.active {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 179px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-image: url(../images/services-submenu-background.png);
	margin: 0px;
	background-position: 0px -30px;
}





.wrapper .clear .services-menu .box-left {
	width: 234px;
	float: left;
	margin-top: 8px;
	height: 271px;
}


/*------------------------------------------------------------------------------------------*/

.wrapper .content {
	width: 718px;
	float: left;
}
.wrapper .content .banner-home {
	height: 306px;
	width: 718px;
	background-color: #000;
}
.wrapper .boxes-home {
	width: 960px;
	height: 271px;
	float: left;
	margin-top: 8px;
}

.wrapper .boxes-home .box-home01 {
	height: 271px;
	width: 234px;
	margin-right: 8px;
	float: left;
}
.wrapper .boxes-home .box-home01 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .boxes-home .box-home01 ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .boxes-home .box-home01 ul li a {
	background-image: url(../images/box-home01.jpg);
	height: 271px;
	text-indent: -9000%;
	display: block;
}
.box01 a {
	width:234px;
}
.box01 a:hover {
	width:234px;
	background-position:0px -271px;
}
.wrapper .clear .services-menu .box-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .clear .services-menu .box-left ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .clear .services-menu .box-left ul li a {
	background-image: url(../images/box-home01.jpg);
	height: 271px;
	text-indent: -9000%;
	display: block;
}
.wrapper .clear .services-menu .box-left a {
	width:234px;
	padding: 0px;
}
.wrapper .clear .services-menu .box-left a:hover {
	width:234px;
	background-position:0px -271px;
	padding: 0px;
}



.wrapper .boxes-home .box-home02 {
	height: 271px;
	width: 234px;
	margin-right: 8px;
	float: left;
}

/*BOX HOME 3-----------------------------------------------------------------------------*/

.wrapper .boxes-home .box-home03 {
	height: 271px;
	width: 234px;
	margin-right: 8px;
	float: left;
}

.wrapper .boxes-home .box-home03 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .boxes-home .box-home03 ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .boxes-home .box-home03 ul li a {
	background-image: url(../images/box-home03.jpg);
	height: 271px;
	text-indent: -9000%;
	display: block;
}

/*BOX HOME 3 - NORMAL*/
.box03 a {width:234px;}

/*BOX HOME 3 - HOVER*/
.box03 a:hover {width:234px; background-position:0px -271px;}

/*----------------------------------------------------------------------------------------*/

.wrapper .boxes-home .box-home04 {
	height: 271px;
	width: 234px;
	float: left;
	background-image: url(../images/box-home04.jpg);
}


/*FOOTER MENU-----------------------------------------------------------------------------*/

.wrapper .footer {
	float: left;
	height: 87px;
	width: 960px;
}
.wrapper .footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 165px;
	float:left;
}
.wrapper .footer ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wrapper .footer ul li a {
	background-image: url(../images/lower-menu.jpg);
	height: 20px;
	text-indent: -9000%;
	display: block;
}

/*FOOTER MENU - NORMAL*/
.testimonials a {width:76px;}
.proposal-free-evaluation a {width:153px; background-position:-76px 0px;}
.privacy-policy a {width:87px; background-position:-229px 0px;}
.terms-conditions a {width:116px; background-position:-316px 0px;}
.faqs a {width:47px; background-position:-432px 0px;}
.sitemap a {width:62px; background-position:-479px 0px;}
.site-feedback a {width:87px; background-position:-541px 0px;}

/*FOOTER MENU - HOVER*/
.testimonials a:hover {width:76px; background-position:0px -20px;}
.proposal-free-evaluation a:hover {width:153px; background-position:-76px -20px;}
.privacy-policy a:hover {width:87px; background-position:-229px -20px;}
.terms-conditions a:hover {width:116px; background-position:-316px -20px;}
.faqs a:hover {width:47px; background-position:-432px -20px;}
.sitemap a:hover {width:62px; background-position:-479px -20px;}
.site-feedback a:hover {width:87px; background-position:-541px -20px;}

/*FOOTER MENU - ACTIVE*/
.overview a.active {width:92px; background-position:0px -26px;}
.design-development a.active {width:156px; background-position:-92px -26px;}
.newsletter a.active {width:94px; background-position:-248px -26px;}
.blog a.active {width:64px; background-position:-342px -26px;}

/*FOOTER MENU-----------------------------------------------------------------------------*/


.wrapper .content .banner-inner {
	height: 68px;
	width: 718px;
	margin-bottom: 8px;
	background-color: #666;
}
.wrapper .content .content-body {
	background-color: #FFF;
	padding: 20px;
	min-height: 470px;
}
.wrapper .content .content-body .content-left {
	width: 444px;
}
.wrapper .content .content-body .content-right {
	margin-left: 20px;
	float: right;
	width: 214px;
}
.wrapper .clear .content .content-body .content-left h3 {
	font-size: 13px;
	font-weight: bold;
	color: #660066;
}
.wrapper .clear .content .content-body .content-left h2 {
	font-size: 13px;
	font-weight: bold;
	color: #660066;
	margin-top: 0px;
}
.wrapper .clear .content .content-body a  {
	color: #666;
	text-decoration: none;
}
.wrapper .clear .content .content-body a:hover {
	color: #660066;
	text-decoration: underline;
}
.wrapper .clear .content .content-body .content-right .ul-button-free-proposal-request {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.wrapper .clear .content .content-body .content-right .ul-button-free-proposal-request li {
	margin: 0px;
	padding: 0px;
}
.wrapper .clear .content .content-body .content-right .ul-button-free-proposal-request li a {
	text-indent: -9000%;
	background-image: url(../images/request-a-quote-inner.jpg);
	height: 172px;
	width: 214px;
	display: block;
}

.wrapper .clear .content .content-body .content-right .ul-button-free-proposal-request li a:hover {
	background-position:0px -172px;
}

.wrapper .clear .content .content-body .content-right .subtitle-right {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #5c7453;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	font-style: italic;
}




.wrapper .content .content-body .subtitle {
	color: #666699;
	font-size: 18px;
	padding: 0px;
	line-height: 22px;
	margin: 0px;
}


.wrapper .content .content-body p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.wrapper .content .content-body ul {
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #666;
}
.wrapper .footer-inner {
	background-image: url(../images/footer-inner.png);
	float: left;
	height: 18px;
	width: 960px;
	margin-top: 8px;
}
.wrapper .clear .content .content-body .content-left table {
	font-size: 12px;
	color: #666;
}
.wrapper .clear .content .content-body .content-left #form1 p label #comments {
	width: 434px;
	height: 150px;
}
.wrapper .clear .content .content-body .content-left .highlight-text {
	font-size: 13px;
	color: #660066;
}
.wrapper .clear .content .content-body .content-left #form1 table tr td label input.text-field {
	width: 300px;
}
.wrapper .clear .content .content-body .content-left .button-send-form {
	margin-left: -5px;
}

.wrapper .clear .content .content-body .content-right .contact-info {
	margin: 0px;
	padding: 10px;
	border: 1px solid #b28edc;
}
.wrapper .clear .content .content-body .content-right .customer-right {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.wrapper .clear .content .content-body .content-left .first-line {
	margin-top: 0px;
}
.wrapper .clear .content .content-body .content-left .portfolio {

}
.portfolio-derecha {
	padding-left: 23px;
	padding-bottom: 20px;
}
.portfolio-izquierda {
	padding-bottom: 20px;
}
.wrapper-portfolio h3 {
	font-size: 13px;
	font-weight: bold;
	color: #660066;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.wrapper-portfolio p      {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.wrapper .clear .content .content-body .wrapper-portfolio {
	width: 678px;
}
.wrapper .clear .content .content-body .wrapper-portfolio .portfolio-right {
	width: 214px;
	float: left;
}


.wrapper .clear .content .content-body .wrapper-portfolio h4 {
	color: #606;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #606;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.wrapper .clear .content .content-body .wrapper-portfolio .portfolio-left {
	width: 444px;
	float: left;
	margin-right: 20px;
}
.wrapper .clear .content .content-body .bundles-page {
	width: 100%;
	margin-top: 20px;
}
.wrapper .clear .content .content-body .bundles-page table tr td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.wrapper .clear .content .content-body .bundles-page table tr td p {
	margin: 0px;
	padding: 0px;
}
.wrapper .clear .content .content-body .bundles-page table tr td .highlight {
	color: #606;
	font-weight: bold;
}
.wrapper .quick-links {
	float: left;
	width: 920px;
	background-color: #F0EFED;
	padding: 20px;
	margin-bottom: 40px;
}
.wrapper .quick-links h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
.wrapper .quick-links h3 {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapper .quick-links h3 a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.wrapper .quick-links h3 a:hover {
	font-size: 11px;
	color: #999;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.wrapper .quick-links h5 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.wrapper .quick-links h5 a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.wrapper .quick-links h5 a:hover {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
