/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : KaffeineMinds Web Design
Author : Pedro Sanders
URL : http://www.kaffeineminds.com/
Created : Feb 2010
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	color: gray;
    font-family: Helvetica, Arial, sans-serif;
	min-width: 1024px;
    font-size: 100%;
	line-height:1.125em; /* 16×1.125=18 */
	overflow-x: hidden;
}

.clear{
	clear: both;
}

label {
	font-size: 80%;
}

h1 {
	font-size: 200%;
	line-height:1.125em; /* 16×1.125=18 */
}

#headerBgLay {
	background:#552602 url(images/headerBgLay.jpg);
	position: relative;
	top: 0px;
	margin-top: 0;
}

#headerContainer {
	background: url(images/headerBg.jpg);
	background-repeat: no-repeat;
}

#header {
	/*height: 207px;*/
	height: 120px;
	width: 965px;
    margin: 0 auto;
	top: 0; /* For ie Mac */
	left: 0;
}

#logo {
	margin-top: 12px;
	width: 368px;
	height: 90px;
	float: left;
}

#logoMini {
	margin-left: 10px;
	float: left;
}

#content {
	margin:0;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
}

#leftContent {
	float: left;
	width: 611px;
	position:relative;
	top: -8px;
}

#rightContent {
	float: right;
	width: 348px;
}

/* Layer 1 */
#dividerL1 {
	background-image: url(images/dividerL1.jpg);
	height: 40px;
	width: 100%;
	position: relative;
	top: 0px;
}

#dividerL2 {
	background: url(images/dividerL2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
}

.dividerL3 {
	background: url(images/dividerL3.jpg) -30px;
	background-repeat: no-repeat;
	width: 1024px;	
	max-width: 1024px;
	min-width: 1024px;
	height: 40px;
	margin: 0 auto;
	opacity: 0.4;
}


#footerContainer {
	padding-top: 10px;
	height: 180px;
	background-color: #e8e8e8;	
}

#footer {
	width: 965px;
    margin: 0 auto;
	top: 0; /* For ie Mac */
	left: 0;
}

#footer a {
	font-size: 0.775em;
	color: gray;
}

.footColumn {
	min-height: 110px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-width: #bfbfbf;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 190px;
}

.footColumn .last {
	border-right-style: none;
}

.footColumn p {
	margin-top: 4px;
	margin-bottom: 1px;
	line-height: 1.3em;
	font-size: 0.775em;
}

.footColumn .header{				
	color: #71481b;
	font-size: 0.898em;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;	
}

.footColumn label {
	color: gray;
	font-weight: bold;
}

a {
	color: #71481b;
	text-decoration: none;
}

input[type="text"] {
	width: 136px;
	height: 17px;
	border-style: none;
	background-color: #cecece;
	vertical-align: middle;
	font-size: 80%;
}

#searchBox {
	position: relative;
	top: 70px;
	float: right;
}

#searchButton {
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
	background-color: #b23d00;
	color: #fe5700;
	vertical-align: middle;
	font-size: 65%;
	text-transform: uppercase;
	font-weight: bold;			
	cursor: pointer;
	width: 60px;
	vertical-align: middle;
}

.myButtom {
padding: 3px 3px 3px 3px;
	border-style: none;
	background-color: #b23d00;
	color: #fe5700;
	vertical-align: middle;
	font-size: 65%;
	text-transform: uppercase;
	font-weight: bold;			
	cursor: pointer;
	vertical-align: middle;
	height: 17px;
}


#searchInput {
	width: 128px;
	/*height: 22px;*/
	padding: 6px;
	border-style: none;
	color: #fe5700;
	vertical-align: middle;
	font-size: 70%;
	font-weight: bold;		
	text-align:middle;
	margin-right: 1px;
	background-color: #803300;
	height: 13px;
}

#socialLinks {
	margin-top: 10px;
	margin-left: -5px;
}

#socialLinks ul {
	width: 185px;
}

#socialLinks span {
	display: none;
}

#socialLinks li, #socialLinks a {
	height: 32px;
	width: 32px;
	display: block;
}

#socialLinks li {
	float:left;
	list-style: none;
	display: inline;
	margin-left: 5px;
}

.iconTwitter a {
	background-image: url(images/iconTwitter.jpg);
	background-repeat:no-repeat;
}

.iconTwitter a:hover {
	background-image: url(images/iconTwitterOver.jpg);
	background-repeat:no-repeat;
}

.iconFacebook a {
	background-image: url(images/iconFacebook.jpg);
	background-repeat:no-repeat;
}

.iconFacebook a:hover {
	background-image: url(images/iconFacebookOver.jpg);
	background-repeat:no-repeat;
}

.iconFlirk a {
	background-image: url(images/iconFlirk.jpg);
	background-repeat:no-repeat;
}

.iconFlirk a:hover {
	background-image: url(images/iconFlirkOver.jpg);
	background-repeat:no-repeat;
}

.iconBlog a {
	background-image: url(images/iconBlog.jpg);
	background-repeat:no-repeat;
}

.iconBlog a:hover {
	background-image: url(images/iconBlogOver.jpg);
	background-repeat:no-repeat;
}

.iconRSS a {
	background-image: url(images/iconRSS.jpg);
	background-repeat:no-repeat;
}

.iconRSS a:hover {
	background-image: url(images/iconRSSOver.jpg);
	background-repeat:no-repeat;
}

#cup {
	margin-left: -44px;
	position:relative;
}

#intro {
	margin-top: 15px;
	margin-bottom: 30px;
	width: 550px;
	line-height: 1.5em;
}

#intro p {
	font-size: 100%;
	color: #797979
}

#intro p {
	margin: 0;
	margin-top:10px;
}

#intro .hilight {
	color: #71481b;
	font-weight: bold;
}

#blogContent {
	border-top-style: solid;
	border-width: 3px;
	border-color: #fe5700;
	float: left;
	width: 296px;
	padding-top: 1px;
}

#blogContent .from {
	font-size: 90%;
	text-transform: uppercase;
}

#blogContent p {
	font-size: 100%;
}

#blogContent .comments {
	font-size: 95%;
	color: #fe5700;
	font-weight: bold;
}

#blogContent h1 {
	font-weight: bold;
	font-size: 170%;
	color:#71481b;
}

#lastProject {
	border-top-style: solid;
	border-width: 3px;
	border-color: #fe5700;
	width: 100%;
	padding-top: 1px;
}

#lastProject .from {
	font-size: 90%;
	text-transform: uppercase;
}

#lastProject h1 {
	font-weight: bold;
	font-size: 170%;
	color:#71481b;
}

#lastProject p {
	font-size: 100%;
}

.product {
	border-top: 1px solid rgb(220, 220, 220); 
	border-bottom: 1px solid rgb(220, 220, 220); 
	padding: 4px; 
	padding-top: 8px;
	padding-left: 0; 
	line-height: 1.5em;
	margin-bottom: 20px;
}

.productTitle {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	background-color: #fe5700;
	color: #fff;
}

.productSubtitle {
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
}

.product p {
	margin-top: 10px;
	font-size: 85%;
	min-height: 100px;
}

.plus {
	position:relative;
	right:-450px;
} 

.plus hover {
	background: none;	
} 

.title {
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.5em;
}

#navmenu {
	float: right;
	margin-right: -12px;
	font-weight: bold;
}

#navmenu ul {	
	list-style-type: none;
	list-style-image: none;
}

#navmenu li {
	display: inline;
	position: relative;
	top: 40px;
	padding-top: 40px;
}

#navmenu li a {
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #fff; 
	text-decoration: none;
	position: relative;
	margin: 0;
	top: -5px;
	font-size: 90%;
	font-weight: bold;
	padding-top: 100px;
}

#navmenu ul li:hover {
	background-color: #fe5700;
}

#navmenu ul .current {
	background-color: #fe5700;
}

.contactform {
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 410px;
}

#contact-submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contactform input[type="text"] {
	width: 400px;
	height: 20px;
	border-style: solid;
	border-width: 4px;
	border-color: #e7e7e7;
	background-color: #fff;
	vertical-align: middle;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	color: gray;
}

.contactform label {
	font-size: 95%;
	color: gray;
}

.contactform input[type="submit"] {
	float: right;
	font-size: 100%;
	height: 40px;
}

.contactform textarea{
	width: 400px;
	height: 100px;
	border-style: solid;
	border-width: 4px;
	border-color: #e7e7e7;
	background-color: #fff;
	vertical-align: middle;
	font-size: 80%;
	margin-top: 10px;
}

.box {
	padding: 10px; 
	border-style: dashed; 
	border-width: 1px; 
	float: right;
	width: 400px; 
	margin: auto;
	margin-top: 63px;
	background-color: #fafafa;
}

.box h1 {
	font-weight: bold;
	font-size: 110%;
}

#kmPhone {
	margin-top: 10px;
	color: green;
	font-weight: bold;
}

#discoverBox p {
	font-size: 87%;
}

.project {
	padding: 4px; 
	padding-top: 8px;
	padding-left: 0; 
	line-height: 1.5em;
	margin-bottom: 20px;
	width: 230px;
	float: left;
}

.project a:hover{
	color: #fe5700;
}

.project img:hover{
	background-image: url(images/thinkup.jpg);
}

.firstInline {
	float: left;
}

.projectTitle {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	background-color:#fe5700;
	color: #fff;
}

.projectSubTitle {
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: 600;
}

.project p {
	margin-top: 10px;
	font-size: 85%;
	min-height: 100px;
}

.productParent {
	font-size: 80%;
	text-decoration: underline;	
}

#contactform .error {
	color: red;
}

.contactmsg {
	margin-bottom: 10px;
}

.roll {
	cursor: pointer;
}

#underconstruction {
	width: 650px;
	font-size: 85%;
}

#underconstruction .title {
	color: #414141; 
}

#underconstruction  a {
	text-decoration: underline;
}


#underconstruction h1, h2, h3{
        font-size: 130%;
        line-height:1.125em; /* 16×1.125=18 */
	color: #5a5a5a;
}

#underconstruction ul {list-style-type:disc;}

#underconstruction ul li {margin-left: 50px;}



