
/*

	TABLE OF CONTENTS
		
		/*====RESET
		/*====GENERAL
		/*====TABLES
		/*====MISC
		/*====BLOCKQUOTES
		/*====DROPCAPS
		/*====HEADER
		/*====NAVIGATION
		/*====DROPDOWN NAV STYLING
		/*====CYCLE - IMAGE SLIDER
		/*====IMAGE SLIDER NAVIGATION
		/*====CYCLE - CONTENT SLIDER
		/*====CONTENT SLIDER NAVIGATION
		/*====TAGLINE
		/*====COLUMNS - GRID
		/*====BUTTON
		/*====BOX STYLING
		/*====LATEST NEWS
		/*===UNORDERED LIST STYLES
		/*====FOOTER
		/*====LATEST BLOG POSTS
		/*====TWITTER
		/*====SOCIAL
		/*====INNER PAGES STYLES
		/*====SIDEBAR
		/*====SIDEBAR MENU BULLETS
		/*====TABS
		/*====ADS
		/*====PORTFOLIO
		/*====BLOG
		/*====PRICING TABLES
		/*====CONTACT
		/*====BLOG COMMENTS
		/*====TOGGLE PANELS
		/*====INFO BOXES
		
*/

/*========== MAIN COLOR #4a8f43 ===========*/

/*====RESET
====================================================*/

html,body,p,div,img,h1,h2,h3,h4,h5,li,ul,ol,dl,dd,dt,form,pagele,td,tr,blockquote,iframe {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}

* :focus { outline: 0; }

/*====GENERAL
========================================*/
.blqquote{
	background: url(../img/quotes2.png) no-repeat;
	font-size: 13px;
	font-style: italic;
	padding-left: 22px;
	color: #7b7b7b;
	margin: 15px 0 25px 0;
}

.wehaveworkedwith {
  font-size:13px;
	font-style: italic;
	color: #4a8f43;
}

.presentourwork {
	text-align: left;
	font-size: 15px;
	list-style: none;
	line-height: 25px;
	color: #999;
	font-style: italic;
	margin: 0 0 0 5px;
	margin-top: -11px;
}

.stylearrw li {
	background: url(../img/bullets/arrow.png) no-repeat 0px 8px;
	padding-left: 13px;	
}

.subtitlelower {
	font-size: 13px;
	margin-top: 2px;
	line-height: 10px;
	text-align:right;
	display: block;
	color: #6c6a6a;
	margin-bottom: 12px;
}



.ciscowire{
list-style:none;
}


.ciscowire li{
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	margin: 0;
	padding-left: 15px;
}



#contactusform input[type="text"],
#contactusform input[type="email"],
#contactusform input[type="tel"],
#contactusform input[type="url"],
#contactusform textarea,
#contactusform button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contactusformbuttonsx[type="button"] {
font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contactusformbuttonsx[type="button"] {
cursor: pointer;
  border: none;
  background: #4a8f43;
  color: #FFF;
  margin: 10px 0 5px;
  padding: 7px;
  font-size: 13px;
  }


#contactusformbuttonsx[type="button"]:hover {
  background: #565656;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contactusformbuttonsx[type="button"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  
}


#contactusform {
  background: none;
  padding: 0;
  margin: 0;
}





fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 90%;
  padding: 0;
  width: 90%;
}

#contactusform input[type="text"],
#contactusform input[type="email"],
#contactusform input[type="tel"],
#contactusform input[type="url"],
#contactusform textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contactusform input[type="text"]:hover,
#contactusform input[type="email"]:hover,
#contactusform input[type="tel"]:hover,
#contactusform input[type="url"]:hover,
#contactusform textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contactusform textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contactusform button[type="submit"] {
  cursor: pointer;
  border: none;
  background: #4a8f43;
  color: #FFF;
  margin: 0 0 5px;
  padding: 7px;
  font-size: 13px;

}

#contactusform button[type="submit"]:hover {
  background: #565656;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contactusform button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  
}

#contactusform input:focus,
#contactusform textarea:focus {
  outline: 0;
  border: 1px solid #4A8F43;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}



@keyframes logoslider {
	0% {
		left: 0;
	}
	
	27% {
		left: 0px;
	}
	
	34% {
		left: -250px;
	}
	60% {
		left: -250px;
	}
	67% {
		left: -500px;
	}
	93% {
		left: -500px;
	}
	100% {
		left: -750px;
	}
	
}
#logoslider {
	overflow: hidden;
	max-width: 250px;
}
#logoslider figure img {
	width: 250px;
	float: left;
}

#logoslider figure {
	position: relative;
	margin: 0 auto;
	width: 750px;
	animation: 15s logoslider infinite;
}



@keyframes sixproductslider {
	0% {
		left: 0;
	}
	
	12% {
		left: 0%;
	}
	
	17% {
		left: -300px;
	}
	
	29% {
		left: -300px;
	}
	
	33% {
		left: -600px;
	}
	
	46% {
		left: -600px;
	}
	
	50% {
		left: -900px;
	}
	
	62% {
		left: -900px;
	}
	
	67% {
		left: -1200px;
	}
	
	79% {
		left: -1200px;
	}
	
	83% {
		left: -1500px;
	}
	
	95% {
		left: -1500px;
	}
	
	100% {
		left: -1800px;
	}
}


#sixproductslider {
	overflow: hidden;
	max-width: 300px;
}
#sixproductslider figure a img {
	width: 300px;
	float: left;
}

#sixproductslider figure a {
	width: 300px;
	float: left;
}

#sixproductslider figure {
	position: relative;
	margin: 0 auto;
	width: 1800px;
	animation: 24s sixproductslider infinite;
}






@keyframes productslider {
	0% {
		left: 0;
	}
	
	15% {
		left: 0%;
	}
	
	20% {
		left: -100%;
	}
	35% {
		left: -100%;
	}
	40% {
		left: -200%;
	}
	55% {
		left: -200%;
	}
	60% {
		left: -300%;
	}
	75% {
		left: -300%;
	}
	80% {
		left: -400%;
	}
	95% {
		left: -400%;
	}
	100% {
		left: -500%;
	}
}

#productslider {
	overflow: hidden;
	max-width: 300px;
}
#productslider figure a img {
	width: 300px;
	float: left;
}

#productslider figure a {
	width: 300px;
	float: left;
}

#productslider figure {
	position: relative;
	margin: 0 auto;
	width: 1500px;
	animation: 20s productslider infinite;
}

	


@font-face {
	font-family: 'Yanone';
	src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('¢'), url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('fonts/YanoneKaffeesatz-Regular-webfont.svg#webfontAGQ6uv7S') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear {clear: both;}

p { margin-bottom: 15px; }

body {
	color: #747474;
	font-size: 12px;
	text-align: justify;
	font-family: Arial, sans-serif;
	line-height: 20px;
	background-color: #f7f7f7;
}

leftallignmentss {
	color: #747474;
	font-size: 12px;
	text-align: left;
	font-family: Arial, sans-serif;
	line-height: 20px;
	background-color: #f7f7f7;
}

#bulletswwd {
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	color: #999;
	font-style: italic;
	margin: 0 0 0 15px;
	margin-top: -13px;
}

#bulletpara {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	margin-left: 12px;
	margin-top: -22px;
	color: #747474;
	font-style: italic;	
}

#btext {
	color: black;
}

#wrapper {
	margin: 0 auto;
	width: 930px;
	padding: 0 30px 30px 30px;
	background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Yanone, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	color: #4a8f43;
	margin-bottom: 15px;
}

h3 {
	color:#4a8f43;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}

h4 {
	color: #4a8f43;
	font-size: 18px; 
	font-weight: normal;
}

h5 {
	font-size: 16px; 
}

h6 {
	font-size: 14px; 
	letter-spacing: 0.5px;
	margin-top: 0;
}

a {
	color: #4a8f43;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*====TABLES
=======================================================*/
table { 
	width:100%; 
	text-align: left; 
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}

#inbisat-table { 
	width:95%; 
	text-align: left; 
	border-collapse: collapse;
	border:none;
}

#inbisat-table td,tr,caption { 
	padding: 7px; 
	border-bottom: 1px solid #e1e1e1;	
	text-align: left;
}

th   { 
	color: #4a8f43;
	background: #f2f2f2; 
	text-align: center;
}

thead ,th ,tfoot {
	font-weight: normal;
}

th,td,caption { 
	padding: 7px; 
	border-bottom: 1px solid #e1e1e1;	
	text-align: center;
}

#leftalignt { 
	padding: 7px; 
	border-bottom: 1px solid #e1e1e1;	
	text-align: left;
}



tr.even td  {
	background: #f2f2f2; 
}

caption     {
	color: #4a8f43;
	border-collapse: collapse;
}


/*====MISC
=======================================================*/

.separator-noline {
	margin-bottom: 30px;
	margin-top: 0px;
	border: none;
}

.separator-line {
	border: none;
	height: 15px;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 0px;
	background: url(../img/separator.png) repeat;
}

.separator-dark {
	border: none;
	height: 15px;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 0px;
	background: url(../img/darkseparator.png) repeat;
}

.separator-ds {
	border: none;
	height: 9px;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 10px;
	background: url(../img/darkseparator.png) repeat;
}

.highlight-1, .highlight-2, .highlight-3 {
	padding: 1px 5px;
}

.highlight-1 {
	color: #f7f7f7;
	background: #565656;
}

.highlight-2 {
	color: #565656;
	background: #d1d1d1;
}

.highlight-3 {
	color: #f7f7f7;
	background: #4a8f43;
}

abbr, acronym { 
	border-bottom: 1px solid #929292; 
}

del {
	color:#747474; 
}

pre,code,tt   { 
	font-family: 'lucida console', monospace; 
	color:#a4a4a4; 
}

pre, code {
	border: 1px solid #e7e7e7;
	padding: 15px;
	background: #f1f1f1;
}

ol li {
	font-size: 12px;
}

.video iframe {
	margin-bottom: 15px;
}

.tooltip {
	display: none;
	background: #232323;
	font-size: 11px;
	padding: 3px 11px;
	color: #fff;	
}

/*====BLOCKQUOTES
=======================================================*/

blockquote  {
	background: url(../img/quotes.png) no-repeat;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
	color: #8c8989;
	margin: 20px 0 20px 20px;
}

blockquote p {
	margin-bottom: 0;
}


.authorefou {
	text-align: right;
	font-size: 15px;
	font-style: normal;
	color: #818181;
	margin-top: 5px;
}


.author {
	text-align: right;
	font-size: 15px;
	font-style: normal;
	color: #4a8f43;
	margin-top: 5px;
}

.pull-left {
	float: left;
	width: 255px;
	margin-right: 20px;
}

.pull-right {
	float: right;
	width: 255px;
	margin-left: 20px;
}


/*====DROPCAPS
=======================================================*/

.dropcap-1 {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 36px;
	margin: 2px 8px 0 0;
	color: #4a8f43;
}

.dropcap-2 {
	display: block;
	color: #f7f7f7;
	font-size: 23px;
	padding-top: 7px;
	width: 33px;
	height: 27px;
	text-align: center;
	background: url(../img/box-disc.png) no-repeat;
	float:left;
	margin: 4px 8px 0 0;
}


#featured {
	position: relative;
}

/*====HEADER
=======================================================*/

#header {
	margin: 30px auto 30px auto;
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 930px;
}

#logo {
	padding: 0;
	height: 5px 0 5px;
	background: no-repeat center left;
	float: left;
}

#logo h1 {
	padding-top: 5px;
	margin-bottom: 0;
}

#logo p {
	margin-top: 1px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
}

#logo h1 a:hover {
	text-decoration: none;
}












/*====NAVIGATION
=======================================================*/

#navigation {
	float: right;
	list-style: none;
	margin: 90px 5px 0 0;
	padding: 0;
	list-style-position:outside;
	position: relative;
	z-index: 20;
}

#navigation li {
	margin-left: 20px;
	float: left;
	position: relative;
	padding-bottom: 12px;
}

#navigation li a {
	color: #a9a9a9;
	font-family: Yanone, Tahoma, Arial, sans-serif;
	font-size: 15px;
}

#navigation li a:hover {
	text-decoration: none;
	color: #4a8f43;
}

#navigation li a.active {
	color: #4a8f43 !important;
}

/*====DROPDOWN NAV STYLING
=======================================================*/

#navigation ul {
	margin: 10px 0 0 0;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	display: none;
	width: 222px;
	background: #f7f7f7;
	padding: 0 15px 5px 15px;
	left: 0px;
	border-top: 5px solid #4a8f43;
	-moz-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.1);
}

#navigation ul li ul {
	margin-top: 0 !important;
}

#navigation li ul a{
	width: 222px;
	height: auto;
	float: left;
	font-size: 14px;
}

#navigation li ul ul {
	left: 120px;
	margin: 0px 0 0 10px;
}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{
	display: none;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
	display: block;
}

#navigation ul li, #navigation ul li ul li {
	margin-left: 0;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;	
}

#navigation ul li:first-child, #navigation ul li ul li:first-child {  
   border-top: none;  
}


/*====CYCLE - IMAGE SLIDER
=======================================================*/

#subnet ul {
	margin: 10px 0 0 0;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	display: none;
	width: 130px;
	background: #f7f7f7;
	padding: 0 15px 5px 15px;
	left: 0px;
	border-top: 5px solid #4a8f43;
	-moz-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.1);
}

#subnet ul li a{
	width: 130px;
	height: auto;
	float: left;
	font-size: 14px;
}

#subsubnet ul {
  top: -5px;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	display: none;
	width: 119px;
	background: #f7f7f7;
	padding: 0 15px 5px 15px;
	border-top: 5px solid #4a8f43;
	-moz-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.1);
}

#subsubnet ul li a{
	width: 119px;
	text-align: left;
	height: auto;
	float: left;
	font-size: 13px;
}

#ftimage {
	position: absolute;
	margin-top: -6.5px;	
	margin-left: 0px;
}

#iconsetss {
	position: absolute;
	margin-top: -6.5px;	
	margin-left: 0px;
}


#images-slider {
	width: 930px;
	height: 355px;
	overflow: hidden;	
	list-style: none;
	margin-bottom: 40px;
}

#images-slider li {
	width: 930px;
	overflow: hidden; 
	display: block;
	height: 355px;
}

.caption {
	color: #747474;
	left: 20px;
	bottom: 20px;
	padding: 20px 20px 5px 20px;
	position: absolute;
	background: #252525;
	width: 35%;	
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.caption h3 {
	color: #a1a37f;
	font-size: 18.5px;
	padding-bottom: 5px;
	color: #f7f7f7;
	margin-bottom: 0;
}

.caption p {
	padding-bottom: 0px;
	padding-top: 5px;
	color: #bcbcbc;
}


/*====IMAGE SLIDER NAVIGATION
=======================================================*/

#slider-cycle-nav {
	z-index: 99;
	position: absolute;
	right: 20px;
	bottom: 20px;	
}

#slider-cycle-nav li {
	display: block;
	float: left;
	margin-left: 4px;
}

#slider-cycle-nav li a {
	cursor: pointer;
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -99999px;
}

#cycle-prev  {
	background: url(../img/slider-arrows.png) no-repeat left bottom;	
}

#cycle-prev:hover {
	background: url(../img/slider-arrows.png) no-repeat left top;	
}

#cycle-next  {
	background: url(../img/slider-arrows.png) no-repeat right bottom;	
}	

#cycle-next:hover {
	background: url(../img/slider-arrows.png) no-repeat right top;	
}


/*====CYCLE - CONTENT SLIDER
=======================================================*/




#content-slider {
	position: relative;
	margin-bottom: 30px;
	height: 300px;
	overflow: hidden;
}

#content-slider ul {
	list-style: none;
}

#content-slider ul li {
	height: 258px;
	overflow: hidden;
	margin-bottom: 35px;
}

#content-slider h2 {
	font-size: 30px;
	line-height: 32px;
	color: #808080;
}

#content-slider h2 span {
	color: #4a8f43;
}

#content-slider img {
	padding: 4px;
	border: 1px solid #e7e7e7;
	margin-bottom: 0;
}

.description {
	padding-top: 10px;
}

.description .button {
	margin-top: 15px;
}

/*====CONTENT SLIDER NAVIGATION
=======================================================*/

#nodes {
	float: right;
	margin-top: 28px;
}

#nodes a {
	float: left;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/nav-node.png) no-repeat;
	margin: 0 2px;
	text-indent: 9999px;
}

#nodes a:hover, #nodes a.activeSlide {
	background: url(../img/nav-node-active.png) no-repeat;
}


/*====TAGLINE
=======================================================*/

.tagline {
	margin: 20px 0;
	margin: -20px 0 20px 0;
}

.tagline-text {
	width: 560px;
	float: left;
}

.tagline-text h3 {
	font-size: 26px;
	color: #6b6b6b;
	margin-bottom: 0;
}

.tagline-text h3 span {
	color: #4a8f43;
}

.tagline-text p {
	padding-top: 10px;
	margin-bottom: 0;
}

.tagline-btn {
	float: right;
	margin-top: 8px;
}

.tagline-btn a:hover {
	text-decoration: none;
}

.tagline-btn .main {
	font-family: Yanone, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px #252525;
	color: #f7f7f7;
	margin-right: 2px;
	display: block;
	height: 23px;
	background: url(../img/button.png) repeat-x;
	float: left;
	padding: 15px 20px;
}

.tagline-btn .arrow-btn {
	display: block;
	height: 53px;
	width: 54px;
	background: url(../img/arrow-btn.png) no-repeat;
	float: left;
}


/*====COLUMNS - GRID
=======================================================*/

.title-col {
	width: 199px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e7e7e7;
	margin-top: 40px;
	margin: 0 20px 25px 0;
	float: left;
}

.title-col h2 {
	font-size: 34px;
	line-height: 36px;
	color: #999;
	margin-bottom: 15px;
}

.title-col p {
	color: #999;
	font-style: italic;
	margin-bottom: 20px;
}

.one-fourth {
	float: left;
	width: 210px;
	margin: 0 30px 25px 0;
}

.one-fourthttsml {
	float: left;
	width: 230px;
	margin: 0 30px 25px 0;
}

.one-fourlf {
	float: left;
	width: 650px;
	margin: 0 0 5px 0;
}


.three-fourth {
	float: left;
	width: 690px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.one-fifth {
	float: left;
	width: 162px;
	margin: 0 30px 25px 0;
}

.two-fifth {
	float: left;
	width: 354px;
	margin: 0 30px 25px 0;
}

.three-fifth {
	float: left;
	width: 546px;
	margin: 0 30px 25px 0;
}

.four-fifth {
	float: left;
	width: 738px;
	margin: 0 30px 25px 0;
}

.one-third {
	float: left;
	width: 290px;
	margin: 0 30px 25px 0;
}

.one-sm {
	float:left;
	width: 285px;
	margin: 0 26px 25px 3px;
}

.one-smr {
	float:right;
	width: 285px;
	margin-right: 15px;
}


.two-third {
	float: left;
	width: 610px;
	margin: 0 30px 25px 0;
}

.newce {
	float: right;
	width: 595px;
	margin-left: 320px;
	margin-top: -335px;
	overflow: hidden;
	border-left: 1px solid #e7e7e7;
	padding-left: 15px;
}


.one-half {
	float: left;
	margin: 0 30px 25px 0;
	width: 450px;
}

.one-halfeff {
	float: left;
	margin: 0 30px 25px 0;
	width: 430px;
}

.panel1 {
	float: left;
	margin: 0 30px 25px 0;
	width: 450px;
}

.one-sixth {
	float: left;
	margin: 0 30px 25px 0;
	width: 130px;
}

.five-sixth {
	float: left;
	margin: 0 30px 25px 0;
	width: 770px;
}

.full-width {
	padding-bottom: 15px;
}

.last {
	margin-right: 0px !important;
}


/*====BUTTON
=======================================================*/

.button {
	font-size: 11px;
	color: #f7f7f7;
	padding: 3px 7px;
	background: #4a8f43;
	display: inline-block;
	margin-bottom: 15px;	
}

.button:hover {
	background: #565656;
	text-decoration: none;
}

/*====BOX STYLING
=======================================================*/

.box-number {
	display: block;
	color: #f7f7f7;
	font-family: Tahoma, Arial ,sans-serif;
	font-size: 14px;
	padding-top: 6px;
	width: 33px;
	height: 27px;
	text-align: center;
	background: url(../img/box-disc.png) no-repeat;
	float:left;
	margin-right: 10px;	
}

.box-numr {
	display: block;
	color: #f7f7f7;
	font-family: Tahoma, Arial ,sans-serif;
	font-size: 14px;
	padding-top: 6px;
	width: 33px;
	height: 27px;
	text-align: center;
	background: url(../img/icon-product-quality.png) no-repeat;
	float:left;
	margin-right: 10px;	
}

.box-title h3 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 3px;
	text-align: left;
	color: #4a8f43;
	margin-bottom: 0;
}

.box-subtitle {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
}

.box-img {
	padding: 3px;
	border: 1px solid #e7e7e7;
	margin-bottom: 5px;
}

.box-title h4 {
	font-size: 18px;
	color: #4a8f43;
	margin-bottom: 5px;
}

.zoom {
	display: block;
	background: url(../img/overlays/zoom.png) no-repeat center;
}

.play {
	display: block;
	background: url(../img/overlays/play.png) no-repeat center;
}


/*====LATEST NEWS
=======================================================*/

.latest-news {
	list-style: none;
}

.latest-news li a:hover {
	color: #4a8f43;
	text-decoration: none;
}

.latest-news li {
	margin-bottom: 30px;
}

.latest-news p {
	margin-bottom: 0;
}

.latest-news li strong {
	color: #747474;
	font-size: 13px;
	font-weight: bold;
}

.latest-news li strong:hover {
	color: #4a8f43;
}

.latest-news li span {
	color: #4a8f43;
	font-style: italic;
}

/*===UNORDERED LIST STYLES
=======================================================*/

.preview-lists ul, .preview-lists ol {
	float: left;
	margin-right: 40px;
}

ul.custom-list, ol.custom-list {
	list-style: none;
	margin-bottom: 15px;
}

ul.custom-list li, ol.custom-list li {
	margin-bottom: 6px;
}

ul.custom-list ul , ol.custom-list ul {
	margin-left: 15px;
	margin-bottom: 0;
}

ol li {
	list-style: decimal inside none;
}

.check li {
	background: url(../img/bullets/check.png) no-repeat 0px 3px;
	padding-left: 20px;	
}

.crossed li {
	background: url(../img/bullets/crossed.png) no-repeat 0px 3px;
	padding-left: 20px;	
}

.arrows-1 li {
	background: url(../img/bullets/arrow-light.png) no-repeat 0px 5px;
	padding-left: 17px;	
}

.arrows-2 li {
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	padding-left: 15px;	
}

.square li {
	list-style: square inside none;
}

.disc li {
	list-style: disc inside none;
}


/*====FOOTER
=======================================================*/


#footer {
	background: url(../img/backgrounds/footer-square.png) repeat #363636;
	border-top: 8px solid #565656;	
	border-bottom: 5px solid #565656;
	color: #f7f7f7;
	font-size: 11px;
}

#footer-content {
	width: 930px;
	margin: 0 auto;	
	padding-bottom: 10px;
}

#footer h4 {
	color: #dedede;
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #262626;
}

#footer-bottom {
	background: #565656;
	padding: 15px 0;
	border-top: 1px solid #363636;
}

#footer-bottom-content {
	margin: 0 auto;
	width: 930px;
}

#footer-logo {
	background: url(../img/footer-logo.png) no-repeat;
	padding-left: 52px;
	height: 42px;
	margin-bottom: 20px;
}

#footer-logo h3 {
	font-size: 22px;
	margin-left: 2.5px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #262626;
	padding-top: 5px;
}

#footer-logo h3 a {
	color: #46b73a;
}

#footer-logo h3 a:hover {
	color: #f7f7f7;
	text-decoration: none;
}

#footer-logo p {
	margin-top: 1px;
	margin-left: 3.5px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
	color: #e6e6e6;	
	/*! text-shadow: 1px 1px 1px #262626; */	
}

#copyright {
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
	color: #ddd;
	font-size: 13px;
	text-shadow: 1px 1px 1px #262626;	
}

#copyright p {
	margin-bottom: 0;
	font-size: 11px;
}

#copyright a {
	font-family: Yanone, Arial, sans-serif;
	color: #f7f7f7;
	font-size: 10px;
	letter-spacing: 1px;
}

#copyright a:hover {
	text-decoration: none;
}

#footer .one-fourth, #footer .three-fourth, #footer .one-fifth, 
#footer .two-fifth, #footer .three-fifth, #footer .four-fifth, 
#footer .one-third, #footer .two-third, #footer .one-half, 
#footer .one-sixth, #footer .five-sixth, #footer .full-width {
	margin-top: 30px;
}

#footer-nav {
	list-style: none;
	float: right;
	margin-top: 10px;
}

#footer-nav li {
	display: inline;
	margin-left: 8px;
}

#footer-nav li a {
	font-family: Arial, sans-serif;
	color: #f7f7f7;
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #262626;	
}

#footer-nav li a:hover {
	color: #ddd;
	text-decoration: none;
} 

#footer-portfolio {
	list-style: none;
}

#footer-portfolio li {
	display: inline;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
	list-style-type: none;
}

#footer-portfolio li a {
	line-height: 0px;
}

#footer-portfolio li a:hover {
	text-decoration: none;
}

#footer-portfolio li a img {
	border: 1px solid #474747;
	padding: 5px;
}

#footer-portfolio li a img:hover {
	border: 1px solid #585858;
}

/*====LATEST BLOG POSTS
=======================================================*/

.latest-blog-posts {
	list-style: none;	
}
.latest-blog-posts li {
	border-bottom: 1px solid #474747;
	padding: 9px 0;
}

.latest-blog-posts li:first-child {
	padding-top: 0;
}

.latest-blog-posts li a, .social-links li a {
	color: #f7f7f7;
}

.latest-blog-posts li a:hover, .social-links li a:hover {
	text-decoration: none;
	color: #b7b7b7;
}


/*====TWITTER
=======================================================*/

ul.tweet_list {
	list-style: none;
}

ul.tweet_list li {
	margin-bottom: 15px;
}

.tweet_text {
	display: block;
	margin-bottom: 3px;
}

.tweet_time a, .tweet_text a {
	font-size: 11px;
	font-style: italic;
	color: #a8a8a8;
}

/*====SOCIAL
=======================================================*/

.social-links {
	list-style: none;
	margin-top: -20px;
}

.social-links li {
	cursor: pointer;
	float: left;
	margin-right: 8px;
	height: 28px;
	width: 21px;
}

.social-links li a { 
	display: block; 
	width: 21px; 
	height: 28px;
}

.facebook { background: url(../img/social/facebook.png) no-repeat 0px 7px; }	
.blogger { background: url(../img/social/blogger.png) no-repeat 0px 7px; }		
.delicious { background: url(../img/social/delicious.png) no-repeat 0px 7px; }		
.deviant { background: url(../img/social/deviant.png) no-repeat 0px 7px; }		
.digg { background: url(../img/social/digg.png) no-repeat 0px 7px; }	
.flickr { background: url(../img/social/flickr.png) no-repeat 0px 7px; }		
.forrst { background: url(../img/social/forrst.png) no-repeat 0px 7px;}		
.lastfm {	background: url(../img/social/lastfm.png) no-repeat 0px 7px; }		
.linkedin { background: url(../img/social/linkedin.png) no-repeat 0px 7px; }		
.myspace { background: url(../img/social/myspace.png) no-repeat 0px 7px; }	
.reddit { background: url(../img/social/reddit.png) no-repeat 0px 7px; }	
.rss { background: url(../img/social/rss.png) no-repeat 0px 7px; }	
.googleplus { background: url(../img/social/googleplus.png) no-repeat 0px 7px; }
.pinterest { background: url(../img/social/pinterest.png) no-repeat 0px 7px; }	
.share { background: url(../img/social/share.png) no-repeat 0px 7px; }	
.skype { background: url(../img/social/skype.png) no-repeat 0px 7px; }	
.stumble { background: url(../img/social/stumble.png) no-repeat 0px 7px; }		
.technocrati { background: url(../img/social/technocrati.png) no-repeat 0px 7px; }	
.tumblr { background: url(../img/social/tumblr.png) no-repeat 0px 7px; }		
.twitter { background: url(../img/social/twitter.png) no-repeat 0px 7px; }		
.vimeo { background: url(../img/social/vimeo.png) no-repeat 0px 7px; }		
.yahoo { background: url(../img/social/yahoo.png) no-repeat 0px 7px; }	




/*====INNER PAGES STYLES
=======================================================*/

#page-title {
	background: url(../img/backgrounds/square-1.png) repeat #555;
	
}

#page-title-content {
	background: url(../img/title-stripes.png) no-repeat 20px 0px;
	margin: 0 auto;
	height: 132px;
	width: 930px;
	margin-bottom: 40px;
}

#page-title-content h2 {
	color: #f7f7f7;
	font-size: 34px;
	padding-top: 31px;
	margin-left: 150px;
}

#page-title-content p {
	color: #e5e5e5;
	width: 770px;
	margin-left: 150px;
}

#main-content {
	width: 610px;
}

#main-conn {
	width: 610px;
}

#main-conn li {
	list-style: none;
}

.mc-left {
	float: left;
	padding-right: 29px;
	border-right: 1px solid #e7e7e7;
}

.mc-right {
	float: right;
	padding-left: 29px;
	border-left: 1px solid #e7e7e7;
}

#main-content img {
	margin-bottom: 15px;
}

#main-conn img {
	margin-bottom: 15px;
}

/*====SIDEBAR
=======================================================*/

#sidebar {
	width: 259px;	
	overflow: hidden;
	padding-bottom: 30px;
}

.sb-right {
	float: left;
	margin-left: 30px;
}

.sb-left {
	float: right;
	margin-right: 30px;
}

#sidebar .separator-line {
	margin-bottom: 30px;
}

#sidebar .video iframe {
	margin-bottom: 30px;
}

#main-content .separator-line {
	margin-top: 40px;
}

#wrapper img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

#wrapper img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
}

.sidebar-menu {
	list-style: none;
	margin-bottom: 30px;
}

.sidebar-menu li {
	padding-top: 8px;	
	padding-bottom: 8px;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar-menu li:hover {
	border-bottom: 1px solid #4a8f43;
}

.sidebar-menu li a {
	color: #747474;
}

.sidebar-menu li a:hover {
	color: #4a8f43;
	text-decoration: none;
}

.text-widget {
	padding-bottom: 15px;
}

/*====SIDEBAR MENU BULLETS
=================================================*/

#sidebar .check li {
	background-position: 0px 10px;
}

#sidebar .crossed li {
	background-position: 0px 12px;
}

#sidebar .arrows-1 li, #sidebar .arrows-2 li {
	background-position: 0px 13px;
}

/*====TABS
=======================================================*/
.tabs {
	margin-bottom: 30px;
}

.tab-nav {
	list-style: none;
	padding-bottom: 4px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

.tab-nav li {
	display: inline;
	margin-right: 20px;
}

.tab-nav li a {
	color: #747474;
}

.tab-nav li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #4a8f43;
	padding-bottom: 7px;
}

.current {
	border-bottom: 1px solid #4a8f43;
	padding-bottom: 7px;
}


/*====ADS
=======================================================*/

.advertisment {
	width: 610px;
	height: 200px;
	overflow: hidden;
}

.adver {
	width: 590px;
	height: 110px;
	overflow: hidden;
}

.eadver {
	width: 590px;
	overflow: hidden;
}

.shlskadver {
	width: 590px;
	overflow: hidden;
}

.luminusadver {
	width: 590px;
	overflow: hidden;
}

.kadver {
	width: 590px;
	overflow: hidden;
}

.radver {
	width: 590px;
	overflow: hidden;
}

.trackadver {
	width: 590px;
	overflow: hidden;
}

.suryaadver {
	width: 260px;
	overflow: hidden;
}

.soloadver {
	width: 590px;
	overflow: hidden;
}

.logoadvertisment {
	width: 260px;
	height: 400px;
	overflow: hidden;
}

.ads {	
	list-style: none;
}

.advertss {	
	list-style: none;
	margin-top: 7px;
}

.eadvertss {	
	list-style: none;
	margin-top: 3px;
}

.luminusadvertss {	
	list-style: none;
	margin-top: 3px;
}

.kadvertss {	
	list-style: none;
	margin-top: 3px;
}

.shlskadvertss {	
	list-style: none;
	margin-top: 3px;
}

.radvertss {	
	list-style: none;
	margin-top: 3px;
}

.trackadvertss {	
	list-style: none;
	margin-top: 3px;
}

.suryaadvertss {	
	list-style: none;
	margin-top: 3px;
}

.soloadvertss {	
	list-style: none;
	margin-top: 3px;
}

.advertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 290px;
	height: 22px;
}

.eadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 287px;
	height: 22px;
}

.radvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 250px;
	height: 22px;
}

.kadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 195px;
	height: 22px;
}

.shlskadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 195px;
	height: 22px;
}

.suryaadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 250px;
	height: 22px;
}

.soloadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 195px;
	height: 22px;
}

.trackadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 290px;
	height: 22px;
}

.luminusadvertss li {
	float: left;
	background: url(../img/bullets/arrow.png) no-repeat 0px 6px;
	text-indent: 15px;
	width: 315px;
	height: 22px;
}

.ads li {
	float: left;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 60px;
	height: 70px;
}


/*====PORTFOLIO
=======================================================*/

.portfolio-thumbs {
	list-style: none;
}

.portfolio-thumbs h3 {
	margin: 5px 0 10px 0;
}

.portfolio-thumbs img {
	padding: 0;
	border: 1px solid #e7e7e7;
	margin-bottom: 5px;
}

.portfolio-thumbs li {
	display: block;
}

.item-links {
	padding-top: 5px;
	list-style: none;
}

.item-links li {
	float: left;
	margin-right: 5px;
}

#portfolio-nav {
	list-style: none;
	padding-top: 5px;
}

#portfolio-nav li {
	display: inline;
	margin-right: 2px;
}

#portfolio-nav li a {
	padding: 3px 10px;
	font-size: 11px;
	color: #f7f7f7;
	background: #565656;
	display: inline-block;
}

#portfolio-nav li a:hover {
	background: #4a8f43;
	text-decoration: none;
}

#portfolio-nav li a.active-nav {
	background: #4a8f43;
}

.item-details h3 {
	font-size: 24px;
}


/*====BLOG
=======================================================*/

.blog-post {
	margin-bottom: 25px;
}

.post-title h3 {
	font-size: 24px;
	line-height: 26px;
}

.post-title h3 a:hover {
	text-decoration: none;
	color: #565656;
}

.post-metadata p {
	margin-bottom: 0;
}

ul.post-metadata {
	font-size: 11px;
	color: #999;
	list-style: none;
	padding: 0 12px 0 0;
	float: left;
	margin-right: 12px;
	font-style: italic;
	width: 125px;
}

ul.post-metadata li {
	padding: 3px 0;
	border-bottom: 1px solid #e7e7e7;
}

.post-short {
	float: right;
	width: 460px;
}

.post-content {
	position: relative;
}

.post-content .button {
	margin-bottom: 0;
}

.post-date {
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/blog/post-date.png) no-repeat;
	color: #f7f7f7;
	right: -20px;
	top: -20px;
	font-family: Yanone, Arial, sans-serif;
}

.post-date .day {
	margin: 17px 0 7px 0;
	font-size: 32px;
	text-align: center;	
}

.day span {
	font-size: 20px;
}

.post-date .month {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

/*====PRICING TABLES
=======================================================*/

.pricing-header {
	width: 290px;
}

.pricing-title {
	float: left;
	padding: 18px 0 18px 18px;	
	float: left;
}

.pricing-title h3 {
	color: #f7f7f7;
	text-transform: uppercase;
	margin-bottom: 0;
}

.price {
	
	text-align: center;
	padding: 18px 0;
	line-height: 22px;
	color: #f7f7f7;
	font-family: Yanone, Arial, sans-serif;
	background: #282828;
	margin-left: 1px;
	float: left;
}

.green { background: #9bba50; }
.blue {	background: #48abd4; }
.red {	background: #bb3030; }
.grey { background: #636363; }

.price p {
	margin-bottom: 0;
}

.pricing-column ul {
	clear: both;
	list-style: none;
	text-align: center;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.pricing-column ul li {
	padding: 10px 0;
}

.pricing-column .even {
	background-color: #f0f0f0;
}

.pricing-column ul li.price-button {
	padding: 20px 0; 
}

.price-button a {
	font-size: 11px;
	text-transform: uppercase;
	color: #f7f7f7;
	padding: 7px 18px;
}

.price-button a:hover {
	background: #565656;
	text-decoration: none;
}

.pricing-column img {
	margin-right: 7px;
}

.one-fourth .price {width: 83px;}
.one-fourth .pricing-title h3, .one-fourth .price {font-size: 24px;}
.one-fourth .pricing-title {width: 108px;}

.one-third .pricing-title h3, .one-third .price {font-size: 30px;}
.one-third .price {width: 110px;}
.one-third .pricing-title {width: 161px;}


/*====CONTACT
=======================================================*/

#google-map {
	margin-bottom: 40px;
	padding: 6px 6px 6px 6px;
	border: 1px solid #d1d1d1;
}

form {			
	width: 420px;
}

form p {
	margin-bottom: 0;
}
		
.textbox, #search-box {
	color: #747474;
	width: 330px;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #f7f7f7;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-family: inherit;
	font-size: inherit;
}

#search-box {
	width: 204px;
	float: left;
	font-size: 12px;
	margin-bottom: 30px;
	height: 31px;
	padding: 0 8px;
	color: #b4b4b4;
}

#search-button {
	background: url(../img/search.png) no-repeat center #4a8f43;
	width: 33px;
	height: 33px;
	border: none;
	text-indent: -9999px;
	margin-left: 4px;
	cursor: pointer;
}

#search-button:hover {
	background-color: #565656;
}

label {
	padding-top: 6px;
	width: 70px;
	overflow:hidden;
}

#message, #comment {
	height: 135px;
	width: 400px;
}

#submit, #post-comment {
	margin-bottom: 15px;
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;	
	color: #fff;
	background: #4a8f43;
	padding: 6px 10px;
	border: none;
}

#submit:hover, #post-comment:hover {
	background: #565656;
}

#message-outcome {
	clear: both;
	margin-left: 70px;
	color: #747474;
}

.contact-info h3 {
	margin-bottom: 10px;
}


/*====BLOG COMMENTS
=======================================================*/

.comments-section h3 {
	font-size: 28px;
	font-family: Yanone, Arial, sans-serif;
	color: #cacaca;
	margin-bottom: 30px;
}

.comment {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
}

.avatar {
	float: left;
	margin-right: 20px;
}

.avatar img {
	border: 1px solid #e1e1e1;
	padding: 4px;
}

.comment-text {
	float: left;
	width: 520px;
	background: #f7f7f7;
	position: relative;
}

.comment-text small {
	margin-bottom: 10px;
	display: block;
}

.comment-text cite {
	color: #4a8f43;
}

.comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
}

#comments-form {
	margin: 30px 0 100px 0;	
}

.post-author h3 {
	margin: 40px 0 15px 0;
}



/*====TOGGLE PANELS
=======================================================*/

.toggles {
	margin-bottom: 0px;
}

.toggle-header {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 11px;
}

.toggle-container {
	margin-bottom: 11px;
}

.toggle-container h4 {
	float: left;
	color: #747474;
	margin-bottom: 0;
}

.toggle-header a {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 1px;
}

.toggle-content {
	margin-top: 15px;	
}

.toggle-link {
	height: 19px;
	width: 22px;
}

.toggle-open {
	background: url(../img/toggle.png) no-repeat top center;
}

.toggle-close {
	background: url(../img/toggle.png) no-repeat bottom center;
}

/*====INFO BOXES
=======================================================*/

.info-box {
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
}

.info-box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.yellow-info {
	background: #fff6bf;
	color: #62523a;
	border: 1px dashed #e0d594;
}

.yellow-info h4 {
	color: #62523a;
}

.green-info {
	background: #bbdd8c;
	color: #404e2e;
	border: 1px dashed #a0c272;
}

.green-info h4 {
	color: #404e2e;
}


.red-info {
	background: #f1d5d6;
	color: #5f393a;
	border: 1px dashed #f2b1b4;
}

.red-info h4 {
	color: #5f393a;
}

.blue-info {
	background: #c2e1ee;
	color: #4c6671;
	border: 1px dashed #9fc6d7;
}

.blue-info h4 {
	color: #4c6671;
}


.error {
    color: red;
}



.success {
    color: #ff9966;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}










.tagline-textesx {
	margin: auto;
	
	
}

.tagline-textesx h3 {
	font-size: 30px;
	text-align: center;
	padding-bottom: 18px;
	color: #4a8f43;
	margin: auto;
}

.tagline-textesx h3 span {
	color: #4a8f43;
}

.tagline-textesx p {
	padding-top: 10px;
	margin-bottom: 0;
}

.tagline-photoesx {
	padding-top: 10px;

}


.tagline-photoesxaaa {
	padding-top: 15px;
  float: left;
}

.tagline-photoesxbbb {
	padding-top: 15px;
	float: right;

}


.box-imgesx {
	padding: 3px;
	border: 1px solid #e7e7e7;
	margin-bottom: 5px;
	height: 200px;
	width: auto;
}

.box-imgesxaaa {
	padding: 3px;
	border: 10px solid #e7e7e7;
	margin-bottom: 5px;
	height: 275px;
	width: auto;
	float: left;
	
}

.box-imgesxbbb {
	padding: 3px;
	float: right;
	border: 10px solid #e7e7e7;
	margin-bottom: 5px;
	height: 275px;
	width: auto;
	
}


#foundermessage {
	width: 930px;
	margin-top:25px;
	border-top: 1px solid #e7e7e7;
	padding-top: 25px;
}

#foundermessageabout {
	width: 930px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 25px;
	
}


.boxaaa {
	width: 400px;
	float: left;
}

.boxabout {
	width: 400px;
	float: left;
	
}

.boxbbb {
	border-left: 1px solid #e7e7e7;
	padding-left: 64px;
	width: 400px;
	float: right;
}


.blockquoteabout  {
	background: url(../img/quotes.png) no-repeat;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
	color: #8c8989;
	margin-top: 8px;
}

.blockquoteabout p {
	margin-bottom: 0;
}


