@charset "utf-8";
/* CSS Document */

/******************/
/* Transition CSS */
/******************/
/* for the portfolio section */

/***********/
/* DEFAULTS */
/***********/
* {
	margin : 0;
	padding : 0;
	color: #000000;
}
	
html {

	}

body {
	background-color:#000000;
	margin-left: 20px;
}

#container {
	margin-bottom: 64px; /* keeps the "fixed" footer from getting in the way */

}

ul {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/********************/
/* GENERAL SETTINGS */
/********************/

/* Printing */
.print {
display:none;
}

/* Clear Floats */
.clearboth {
	clear: both;
}


/**********/
/* HEADER */
/**********/

#header {
	width : 100%;
	margin-top: 40px;
	height: 54px;
}

#header #logo {
	float:left;
}

#leaf {
	position: absolute;
	top: -45px;
	z-index: 2;
	left: 541px;
}

#header #small_links li {
	display: inline;
	margin-right: 12px;
}
#header #small_links {
	top: 0px;
	z-index: 3;
	position: absolute;
	right: 0px;
}

#header #small_links a {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 3px;
}

/**********/
/* FOOTER */
/**********/

#footer {
	text-align: right;
	background-color: #000000;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 19px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #292929;
}

#footer_info {

}

#footer_info li {
	display:inline;
	font-size: 11px;
	color: #868686;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #868686;
	border-bottom-width: 10px;
	border-bottom-style: none;
}

#footer_info .last {
	padding-right: 0px;
	border-right-style: none;
	margin-right: 8px;
}


/*****************/
/* TOP LINKS Nav */
/*****************/
#nav_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b4ea;
	padding-bottom: 6px;
	padding-top: 12px;
}

#nav_top li {
	display:inline;
}

#nav_top a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
	z-index: 4;
	margin-right: 10px;
	padding-bottom: 4px;
}

#nav_top a:hover, #nav_top .active1 a:hover, #nav_top .active2 a:hover, #nav_top .active3 a:hover, #nav_top .active4 a:hover, #nav_top .active5 a:hover, #nav_top .active6 a:hover {
	color: #00B4EA;
}

#nav_top .active a {
	color: #FFFFFF;
	background-color: #00b4ea;
}

#nav_top .active {
}

/*************/
/*** BOXES ***/
/*************/

#mainbox {

}

/*About Page*/

#about {
	width: 450px;
	float: left;
}


#sidebox {
	float: left;
	width: 310px;
	text-align: right;
	margin-top: 10px;
}

#sidebox img {
	border:1px solid #999999;
	padding:6px;
	background-color: #000000;
	margin-top: 12px;
}

#imagecopy {
	width: 260px;
	float: none;
	margin-top: 10px;
	color: #CCCCCC;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainbox #imagecopy {
	float: left;
}

#mainbox #imageleft {
	float: left;
	width: 712px;
}

/*************************/
/* PORTFOLIO SMALLBLOCKS */
/*************************/

.smallblock li {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 13px;
	float: left;
	position: relative;
}

.smallblock span {
	width: 128px;
	height: 128px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/thumbscorners.png) no-repeat;
	cursor:pointer;
}

.smallblock a {
	text-decoration: none;
	font-size: 11px;
}

.smallblock p {
	text-decoration: none;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


.smallblock .textlable {
	font-size: 36px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#thumbblock img {
	height: 42px;
	width: 42px;
	margin: 1px;
}

#thumbblock {
	bottom: 21px;
	right: 0px;
	width: 100%;
	position: fixed;
	display: block;
	float: right;

}
#thumbblock a {
	float: right;
}

/*************/
/*           */
/*************/


/* used on Ass. Page */
.imagespace {
	margin-top: 35px;
	margin-bottom: 7px;
} 

.title {
	text-transform: uppercase;
	color: #00B4EA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	display: block;
	font-weight: bold;
}

.subtitle {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	font-weight: bold;
}

.where {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

.description {
	margin-top: 6px;
	font-size: 14px;
	line-height: 22px;
}

.blockheading {
	font-size: 25px;
	float: left;
	margin-right: 10px;
}


p, ul {
	color: #CCCCCC;
}

a {
	color: #CCCCCC;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: 15px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 7px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 10px;
	letter-spacing: .05em;
	font-style: italic;
}


img, span {
	behavior: url(../images/iepngfix.htc);
	background-repeat: no-repeat;
} 

/****************/
/* PRODUCT LINE */
/****************/

#product_contain {
	background-color: #FFFFFF;
	height: 100%;
	margin-left: -20px;
	padding-bottom: 10px;
}

#product_contain .product_nav_top  {
	float: left;
}

#product_contain .product_nav_links li {
	display: inline;

}

#product_contain .product_nav_links a {
	color: #000000;
	display: inline;
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
}

.product_title {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	display: block;
}
#product_main li {
	width: 340px;
	float: left;
	margin-right: 12px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 8px;
}

#product_rocks li {
	width: 340px;
	float: left;
	margin-right: 12px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 8px;
}

#product_contain #product_nav {
	display: block;
	height: 30px;
}
.product_discript {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
#whitebox {
	width: 395px;
	margin-top: 15px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 15px;
	float: left;
}
#whitebox h3 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00B5E9;
	margin-bottom: 3px;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 26px;
}
#whitebox p {
	margin-bottom: 50px;
}
#whitebox span {
	color: #000000;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	line-height: 20px;
}

#whitebox .first {
	margin-top: 0px;
	}
#green_sidebox{
	width: 478px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
	color: #FFFFFF;
	background-image: url(../images/greencommit_wepractice.png);
	height: 223px;
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#product_fauxsheets li {
	width: 250px;
	float: left;
	margin-right: 12px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 8px;
}
#imagecopy .description a {
	color: #CCC;
}
