/* Copyright Awaken Company 2010 Written for - awakencompany.com
By: Anthony Roe of The Awaken Company and Kasvu Media */

html, body {
	font-family: Calibri, Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
background:#fff url('http://www.awakencompany.com/site/wp-content/uploads/2010/04/template-2-background.jpg') fixed;
	color: #000;
	border: 0;
	margin:0 auto;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;

}

hr {
margin-top:10px;
margin-bottom:10px;
}

a {
color: #2e2e2e;
	text-decoration: underline;
	font-weight:bold;
	outline: none;
}

a, a:visited {
	color:#2e2e2e;
	text-decoration:none;
	outline:none;
}

a:hover {
color: #64a7e0;
}
a:hover:visited {
color: #64a7e0;
}

/* essential layout */
#body {
width: 100%;
}
#body img {
border: none;
}

#header {
min-height: 75px;
width: 100%;
border-bottom: 4px solid #000;
background: #2e2e2e;
align: left;
top: 0px;	
background-position: top;
position: fixed;
z-index:9;
margin-bottom: 40px;
color: #dadae0;
}

#header a {
color: #dadae0;
}

#header a:hover {
color: #64a7e0;
}
#header a:visited {
color: #dadae0;
}
#header a:visited:hover {
color: #64a7e0;
}

#companies {
margin-top: 115px;
margin-bottom: 75px;
text-align: center;
}
#profiles {
width: 800px;
margin: 0 auto;
text-align: center;
padding-bottom:125px;
padding-top:125px;
}

#company {
width: 310px;
height: 300px;
padding: 20px;
margin: 20px;
border: 4px solid #efefef;
float: left;
}
.company-fin {
width: 710px;
height: 300px;
padding: 20px;
margin: 20px;
border: 4px solid #efefef;
float: center;
}
.company-fin img {
width: expression(this.width > 600 ? "600px" : "auto");
}
#clothing {
background: #000;
border-bottom: 4px solid #dadae0;
border-top: 4px solid #dadae0;
height: 300px;
text-align:center;
margin-bottom: 40px;
margin-top: 40px;
}

#kasvu {
background: #FFF;
border-bottom: 4px solid #406a15;
border-top: 4px solid #406a15;
height: 300px;
text-align:center;
margin-bottom: 40px;
margin-top: 40px;
}

#design {
background: #2e2e2e;
border-bottom: 4px solid #000;
border-top: 4px solid #000;
height: 300px;
text-align:center;
margin-bottom: 40px;
margin-top: 40px;
}

#footer {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
border-top: 4px solid #000;
background: #2e2e2e;
align: left;
bottom: 0px;	
background-position: bottom;
z-index:9;
color: #dadae0;
text-align: center;
}

#footer a {
color: #dadae0;
}

#footer a:hover {
color: #64a7e0;
}
#footer a:visited {
color: #dadae0;
}
#footer a:visited:hover {
color: #64a7e0;
}
																											