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

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, a, div, img, blockquote{
	margin: 	 0px;
	padding:   0px;
	border: 	 0px;
}


body
{
background-color: #333333;
}


#container
{
	width: 960px;
	margin: auto;
	
	background-repeat: no-repeat;
	min-height: 600px;
}

#logo
{
	border-top: 1px solid #808080;
	margin-top: 20px;
}

#content
{
	width: 100%;
	clear: both;
	float: left;
	border-top: 1px solid #808080;
	background-color: #505050;
	min-height: 600px;
   	height: auto;
    _height: 600px;

	
}

#leftcol
{
	float: left;
	width: 320px;
}

#rightcol
{
	float: left;
	width: 640px;
}


/* Home Page Only */
#contenthome
{
	clear: both;
	float: left;
	border-top: 1px solid #808080;
	background-color: #505050;

}

#leftcolhome
{
	float: left;
	width: 639px;
	border-right: 1px solid #CCFF00;
}

#rightcolhome
{
	float: left;
	width: 320px;
}





/* End Home Page Only */
.innertube12
{
	margin: 12px;
}

.innertube35
{
	margin: 12px 0px 12px 35px;
}

#footer
{
	clear: both;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
}

/* fading text -------- */
#blackoverlay
{
	background-color: #000000;
	width: 400px;
	float:right;
	height: 250px;
}

#text-fade
{
	color: #FFFFFF;
	float:left;
	width: 350px;
	padding: 25px;
}


ul#fading-text
{
	margin: 0;
	padding:0;
}

ul#fading-text li
{
	list-style-type: none;
	font-size: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

/* --------- fading text end (jquery) */

.success
{
	padding: 5px;
background-color: #cafae8;
	border: 1px solid #0f9f68;
	color: #0f9f68 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
width: 425px;
float:left;
}


.error
{
	background-color:#FFD1D9;
border:1px solid #B62E46;
padding: 5px;
margin-bottom: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
width: 425px;
float:left;
}


/* extras */

.imgright
{
	float: right;
	margin: 5px;
	border: 5px solid #CAEDFF;
}

.imgleft
{
	float: left;
	margin: 5px;
		border: 5px solid #CAEDFF;
}

/* CATEGORY PAGES */
.category {
	width: 266px;
	height: 135px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	border: 1px solid #505050;
	}

.category p {
	text-align: right;
	margin: 10px;
	}

/* CASESTUDY LISTING PAGES */
.casestudy {
	width: 800px;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	}

.casestudy .casestudyimage {
	width: 150px;
	/* height: 150px; */
	float: left;
	}

.casestudy .casestudylisting {
	margin-left: 150px;

	}

.casestudy .casestudyimage img {
	width: 135px;
	overflow: hidden;
	margin-right: 16px;
	}

/* CASESTUDY PAGES */

.casestudyimageblock {
	width: 320px;
	float: left;
	}

.casestudyimageblock img.mainpic {
	margin-bottom: 20px;
	padding: 0;
	width: 300px;
	}

.casestudyimageblock img.thumbnail {
	margin-right: 20px;
	padding: 0;
	}
	
.casestudycontent {
	width: 580px;
	float: left;
	}

	
#slideshow
{
	background-image: url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: 50%;
	height: 20px;
}	

#slideshow alt
{
	display: none;
}