/*************************************************************
 
 -------------------------------------------------------------
 Theme:   WashEZE
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

/* SCROLLBAR */
body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-3dlight-color:#999999;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-track-color:#EEEEEE;
	scrollbar-arrow-color:#CCCCCC;
	}

/* LAYOUT */

body {
	font-size: 11px; 
	color: #999999; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	background-image:  url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	}
	
#container {
	width: 955px;
	text-align:left;
	margin : 0px auto;
	}
	
#header {
	width: 955px;
	height: 161px;
	background-image:  url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#products-container {
	width: 955px;
	height: 566px;
	background-image:  url(../images/bg-products.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#content-container {
	width: 700px;
	height: 400px;
	margin-left: 130px;
	}	

#content {
	width: 700px;
	height: 400px;
	padding-top: 250px;
	}		
	
#content-overflow {
	width: 600;
	height: 270px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	}
	
#footer-container {
	width: 760px;
	text-align:left;
	margin : 0px auto;
	}	
		
#footer {
	text-align: right;
	color: #CCCCCC;
	line-height: 14px;
	font-size: 9px; 
	}
	
	#footer a:link {
		color: #CCCCCC;
		text-decoration: none;
		}
	#footer a:hover {
		color: #999999;
		text-decoration: underline;
		}
	#footer a:active {
		color: #999999;
		text-decoration: none;
		}
	#footer a:visited {
		color: #CCCCCC;
		text-decoration: none;
		}
	#footer a:visited:hover {
		color: #999999;
		text-decoration: underline;
		}
	
#flashcontent {
	width: 955px;
	height: 566px;
	background-image:  url(../images/bg_flashcontent.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
	.flashtext {
		padding-top: 250px;
		width: 700px;
		margin: auto;
		}	
	
/*-------------------
MENU
-------------------*/

#menu {
	width: 625px;
	text-align: center;
	margin: auto;
	}

#menufloat {
	float: left;
	clear: both;
	margin-top: 117px;
	}

#menu li {
	float: left;
	}
	
#menu-list {
	list-style-type: none;
	position: static;
	}

#menu-list a, #pro-team a:link, #pro-team a:active, #pro-team a:visited{
	display: block;
	background-position: top;
	text-indent: -99999px;
	overflow: hidden;
	float: left;
	}

#menu-list a:hover, #pro-team a:visited:hover{
	background-position: bottom;
	}


#menu-list #home a {
	background-image: url(../images/menu/home.gif);
	height: 20px;
	width: 71px;
	}
#menu-list #products a {
	background-image: url(../images/menu/products.gif);
	height: 20px;
	width: 125px;
	}
#menu-list #how a {
	background-image: url(../images/menu/how.gif);
	height: 20px;
	width: 167px;
	}
#menu-list #company a {
	background-image: url(../images/menu/company.gif);
	height: 20px;
	width: 124px;
	}
#menu-list #testimonials a {
	background-image: url(../images/menu/testimonials.gif);
	height: 20px;
	width: 138px;
	}
	
/*-------------------
MENU END
-------------------*/	
	
	
#content-div {
	width: 486px;
	float:left;
	padding-left: 5px;
	}

#fullpage {
	width: 760px;
	float:left;
	padding-left: 5px;
	}	

.newsentry {
	}		

#sidebar {
	float:right;
    width: 234px;
	margin-right: 0px;
    }	
	
.feature {
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
.portfolio {
	padding-bottom: 15px;
	padding-top: 10px;
	}
	
.portfolio-decks {
	width: 126px;
	height: 500px;
	float: left;
	clear: none;
	text-align: center;
	}	
	
.portfolio-logos {
	width: 252px;
	height: 250px;
	float: left;
	clear: none;
	text-align: center;
	}					
	
/* TEXT */

p {
	padding-bottom: 7px;
	padding-left: 7px;
	}	

a:link {
	color: #80D9E1;
	text-decoration: underline;
	}
	a:hover {
		color: #80D9E1;
		text-decoration: none;
		}
	a:active {
		color: #80D9E1;
		text-decoration: underline;
		}
	a:visited {
		color: #80D9E1;
		text-decoration: none;
		}
	a:visited:hover {
		color: #80D9E1;
		text-decoration: none;
		}

h1 {
	display: none;
	}

h2 {
	color: #0C4C4C;
	margin: 0;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	clear: both;
	padding-bottom: 3px;
	padding-top: 5px;
	background: #CEF1FE;
	}
	
	h2 a:link {
	color: #0C4C4C;
	text-decoration: none;
	}
	h2 a:hover {
		color: #80D9E1;
		text-decoration: underline;
		}
	h2 a:active {
		color: #80D9E1;
		text-decoration: none;
		}
	h2 a:visited {
		color: #0C4C4C;
		text-decoration: none;
		}
	h2 a:visited:hover {
		color: #80D9E1;
		text-decoration: underline;
		}					
	
h3 {
	color: #0C4C4C;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	}



#purchase {
	background-image: url(../images/pricingbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 250px;
	float:right;
	display: block;
	padding-bottom: 20px;
	}

.purchase {
	text-align: right;
	color: #0C4C4C;
	font-size: 10px;
	padding-right: 15px;
	}
	
	.purchase a:link {
		color: #80D9E1;
		text-decoration: none;
		}
	.purchase a:hover {
		color: #0C4C4C;
		text-decoration: none;
		background: #CEF1FE;
		}
	.purchase a:active {
		color: #80D9E1;
		text-decoration: none;
		}
	.purchase a:visited {
		color: #80D9E1;
		text-decoration: none;
		}
	.purchase a:visited:hover {
		color: #0C4C4C;
		text-decoration: none;
		background:   url(../../../images/blockqoute.gif) left top no-repeat;
		}

.center {
	text-align: center;
	color: #0C4C4C;
	font-size: 10px;
	}	

.newsdate {
	font-family: Gill Sans, Verdana;
	color: #908653;
	margin: 0;
	padding: 18px 0px 5px 0px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;	
	}
	
.newstext {
	padding-left: 10px;
	padding-bottom: 15px;
	}

.subheader {
	font-family: Gill Sans, Verdana;
	color: #908653;
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;	
	}
	
.small {
	FONT-FAMILY: Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #908653;
	line-height: 16px;
	letter-spacing: 1px;
	}			
	
.supersmall {
	FONT-FAMILY: Times New Roman, Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #908653;
	line-height: 16px;
	letter-spacing: 1px;
	}							
	
.blockquote {
	color: #FFFFFF;
	padding-left: 30px;
	background:   url(../../../images/blockqoute.gif) left top no-repeat;
	}					
			
.darkest { 
	color: #333333; 
	}

.darker { 
	color: #666666; 
	}	

.dark { 
	color: #999999; 
	}			

.brightest { 
	color: #FFFFFF; 
	}	

.brighter { 
	color: #EEEEEE; 
	}	

.bright { 
	color: #DDDDDD; 
	}										

#dropdown select {
	background: #666666;
	color: #CCCCCC;
	border: 1px solid #333333;
	}
	
.line {
	border-top: 1px solid #999999;
	padding-bottom: 20px;
	clear: both;
	}				  
	
/* BUTTONS */

#store-button a, #store-button a:link, #store-button a:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 234px;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
	background:  url(../../../images/store.jpg);
	background-position: top;	
	}
	
#store-button a:hover, #store-button a:visited:hover {
	background-position: bottom;
	}
		
