/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #333;
	/* background-color: #F2F1E9; */
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#masthead {
}
/*COLUMNS*/
#columnwrapper {
	margin: 0px auto 20px auto;
	background-color: #FFF;
}
#columns-top {
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	padding: 0 20px 20px 20px;
	font-size: 14px;
	line-height: 20px;
}



body#home #columns-bottom p {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

body#home #columns-bottom h3 {
	color: #333;
}

body#home #columns-bottom p.name {
padding: 0 0 0 0;
margin: 0 0 0 0;
font-weight: bold;
}


.content {
	padding: 0px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#c1 .content {
	padding: 0px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	overflow: hidden;
	padding-bottom: 10px
}

#c1 .content p {
	margin: 0 0 20px 0;
}

body#testimonials #c1 .content p {
	margin: 0;
	font-family: georgia;
	font-size: 1.2em;
	line-height: 1.5em;
}

body#testimonials #c1 .content p.name {
	font-size: 1em;
	font-weight: bold;
}

#c2 .content p {
	margin: 6px 0px 12px;
}
body#home .content p {
	margin: 0px 0px 20px;
	font-size: 12px;
		line-height: 17px;
}
h1 {
	padding: 20px 0 5px 20px;
	margin: 0;
	font-size: 46px;
	color: #0051ba;
	line-height: 40px;
}

p#tagline {
	font-weight: normal;
	padding: 3px 0 0 20px;
	margin: 0;
	color: #666;
	font-size: 11px;
}

p#contact {
	font-size: 12px;
	padding: 0 0 0 20px;
	line-height: 20px;
	margin: 20px 0 20px 0;
	border-left: 1px solid #ddd;
}

p#mini-nav {
	font-size: 12px;
	padding: 20px 0 0 20px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	margin: 0;
	padding: 0;
	
}
h2.title {
	margin-bottom: 1px;	
}
body#home h2 {
	color: #333;
	font-size: 16px;
}

h3 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #000;
	line-height: 30px;
	margin: 0 0 25px 0
	
}
h3.title {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
h3 span {
	font-size: 16px;
	font-weight: normal;
}
h3 span span {
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	background-color: #000;
	color: #FFF;
	letter-spacing: 2px;
}

body#home h3 {
	text-transform: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 20px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1.5px;
	color: #000;
	line-height: 20px;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	border-top:  1px solid #CCC;
	
}

#footer {
	margin: 0px auto;
	font-size: .8em;
}
#footercontent {
	padding: 20px;
	border-top: 1px solid #ddd;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*GLOBALS: Link Styles other than main navigation bar*/

a:visited {
	color: #3399FD;
	text-decoration: none;
}
a:link {
	color: #3399FD;
	text-decoration: none;
}
a:hover {
	color: #3399FD;
	text-decoration: underline;
}
a:active {
	color: #3399FD;
}

.product {
	width: 160px;
	border: 1px solid #DDD;
	margin: 10px 10px 0 0;
	text-align: center;
	float: left;
	padding: 20px;
	height: 200px;
	position: relative;
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	-moz-transition: moz-transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
}

.product a {
	display: block;
	height: 100%;
	width: 100%
}

.product:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.image-description {
	position: absolute;
	bottom: 20px; left: 20px;
	font-size: .75em;
	color: #000;
	font-weight: normal;
	width: 160px;
	text-align: left;
}

body#testimonials ul {
	list-style: square;
	color: #DDD;
	margin: 10px 0 20px 0;
}

/*IMAGES*/
#c1 img, #c2 img  {
	border: 0;
}
#c2 img {
	border: 1px solid #CCC;
}

body#home #c1 img, body#home #c2 img, body#home #c3 img, body#home #c4 img {
	border: none;
}

#home-image {
	margin: -30px 0px 20px 20px
}

/*LISTS*/

ul {
	list-style: square;
	color: #EBE8DB;
}

/*HOME PAGE*/

body#home #c1, body#home #c4 {
	text-align: left;
}

body#home #c2, body#home #c3 {
	text-align: center;
}

body#home #c4 img {
	padding-bottom: 10px;
}

/*STYLE FINDER*/

.style-finder {
	width: 200px;
	margin: 0 10px 10px 0;
	float: left;
	font-size: 12px;
}