﻿/*
	=====================================
	project: ConfigLabs
	author:  Jag (www.configlabs.com)
	-------------------------------------
	2010. ConfigLabs
	=====================================
*/
* {
	margin: 0;
	padding: 0;
}
:active {
	outline: 0;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
body {
	font: .8em Arial, Tahoma, Verdana;
/*background: #fff url("../images/bg.gif") repeat-x;*/	color: #777;
}
a {
	text-decoration: none; /*color: #B20F0F;*/;
	color: #009400;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}
h1 a {
	color: #fff;
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em; /*background: #B00A0A url("../images/redbg.gif") repeat-x left bottom;*/;
	background-color: #009400;
	padding: 6px 7px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px;
	float: left;
}
h4 {
	margin: 0 0 15px;
	color: #555;
	font-weight: normal;
	font-size: 1.6em;
	font-weight: normal;
}
p {
	clear: both;
	line-height: 1.64em;
	margin: 0 0 10px;
}
.line {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
}
.clear {
	clear: both;
}
#content {
	width: 970px;
	margin: 0 auto;
}
#top {
	color: #ccc;
	padding: 10px 20px 0;
	font-size: .84em;
	text-align: right;
	background-color: #4F4F4F;
}
#logo {
	float: left;
	background: url("../images/CL-Logo-300dpi-Medium.jpg");
	background-repeat: no-repeat;  /*background-color:#009400;*/;
	padding: 80px 150px 15px;
	margin: 20px 0 0px;
	width:50px;
}
#menu {
	float: right;
	margin: 10px 0 0;
	width:570px;
}
#menu li {
	display: inline;
	font-size: 1.3em;
}
#menu li a {
	float: left;
	color: #808080;
	padding: 0 0 5px;
	margin: 0 25px 0 0;
}
#menu li a:focus {
	color: #009400;
	border-bottom: 1px solid #ddd;
}
#menu li.current a {
	color:#009400;
	border-bottom: 1px solid #ddd;
}
#menu li a:hover {
	color: #009400;
	border-bottom: 1px solid #ddd;
}
/*Start Sub Menu*/
#submenu {
	float: right;
	width:570px;
}
#submenu li {
	display: inline;
	font-size: 1.3em;
}
#submenu li a {
	float: right;
	color: #808080;
	padding: 0 0 5px;
	margin: 0 25px 0 0;
}
#submenu li a:focus {
	color: #009400;
	border-bottom: 1px solid #ddd;
}
#submenu li.current a {
	color: #009400;
	border-bottom: 1px solid #ddd;
}
#submenu li a:hover {
	color: #009400;
	border-bottom: 1px solid #ddd;
}

/*End Sub Menu*/
#pitch {
	background: url("../images/businessman.jpg") no-repeat left top;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #ddd;
	height: 200px;
	margin: 0 0 35px;
}
#pitch h1 {
	font-size: 3.6em;
	color: #000;
	margin: 0 0 20px;
}
#pitch h2 {
	line-height: 2.0em;
	font-size:1.5em;
}
.left {
	float: left;
	width: 250px;
}
.right {
	float: right;
	width: 630px;
}
.right h3 {
	/*background: #808080;*/
	background-color: #009400;
	font-size: .84em;
}
.third {
	float: left;
	width: 296px;
	margin: 0 40px 20px 0;
}
.last {
	margin-right: 0;
}
#footer {
	clear: both;
	font-size: .84em;
	border-top: 1px solid #ddd;
	padding: 20px 0 0;
	border-bottom: 10px #4F4F4F solid;
}
/*Social Media*/
.SocialMediaLinks{
				float:right;
				width:450px;
				vertical-align:top;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:0px solid white;
	
	background:url(images/applelikeimg/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(images/applelikeimg/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(images/applelikeimg/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(images/applelikeimg/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(images/applelikeimg/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}
#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}


