/*Blanket */

body  {
	
	background-color: #000;
	font-family: "Helvetica", Verdana, Georgia, serif; 
	color: #667;
	font-size: .7em; 
	
	}

h1 a {
	
	display: block;
	background: url(images/mc_png.png) no-repeat;
	background-position:right;
	height: 87px;
	
}


#masthead  {


	border-bottom: 1px dotted #667;
	
	}

/*Content*/
#wrapper  {

	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	
	}
	
#content  {

	float: left;
	width: 54%;
	margin-bottom: 100px;
	padding: 10px;
	
	
	}
	
/*Sidebar*/
	
#sidebar  {
	
	float: right;
	width: 36%;
	margin-bottom: 10px;
	padding: 10px;
	
	
	}
	

	/*Navigation atrributes inside sidebar*/

ul#nav {
	
	margin-left: 200px; 
	padding: 5px; 
	list-style: none;
	border-left: 1px solid #CC0099;

}

#nav li {
	
	margin: 8px 0; 
	padding-top: 1px; 
	font-size: .9em;
	font-family:"Lucida Grande", serif; 
	color: #667; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	background-position: 0 61%;
} 
	


#nav li a {
	
	color: #667; 
	text-decoration: none;  
	padding: 1px 3px; 
}



#nav li a:hover {
	
	color: white; 
	background: #CC0099;
	
	}
	
/*Footer*/

#footer {
	
	margin-top: 100px;
	padding: 24px 0 1em; 
	clear: both;
	border-top: 1px dotted #667;
}

#footer p {
	
	font-size: 10px; 
	color: #667;
	
}

#footer p#copy {
	
	float: left; 
	width: 40%;
}

#footer p#imagery {
	
	float: right; 
	width: 40%; 
	text-align: right;
}	

/*Form*/



fieldset  {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #ccc;
	color: #007788;
	font-weight: bold;
	
	}

#wrapper fieldset {
	
	border: 1px solid #CC0099;
	text-align: left;
	
	padding: 20px;
	
	}	

legend  {
	
	font-weight: bold;
	color: white;
	
	}
	
label  {
	
	float: left;
	width: 10em;
	
	}
	
.required  {
	
	font-size: 0.75em;
	margin-left: 2px;
	color: #ccc;
	
	}
#remember-me p  {

	padding: 10px;
	
	}

	
#remember-me  label {
	
	width: 7em;
	
	}
	
input  {
	
	width: 200px;
	
	}
	

	
textarea  {
	
	width: 300px;
	height: 100px;
	
	}
	
input.radio, input.checkbox, input.submit {
	width: auto;
	}
	
input.radio   {
	float: left;
	margin-right: 1em;
	}
	
input:focus, textarea:focus   {
	
	background: #ccc;
	
	}
	
input[type="text"], textarea  {
	
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	
	}
	
/*Highlighted navigation attributes*/

#home #nav .nav-home a,  
#products #nav .nav-products a,
#about #nav .nav-about a,
#contact #nav .nav-contact a  


{

	background-position: right bottom;
	color: #fff;
	cursor: default;
	
	
	}

#contactbox  {
	
	color: #FFF;
	width: 240px;
	position: relative;
	margin-top:50px; 
	height: 169px;
	background-image:url("images/contact_icons.gif");
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 54px;
	line-height: 20px;
	}
	
#contactbox a  {

	color: #667;
	text-decoration: none;
	}
	
#contactbox a:hover  {

	color: #008899;
	}
	
.att {
	color: #fff;
	font-weight: bold;
	}
	
#descr    {
		
		border-top: 1px dotted #121212;
		border-bottom: 1px dotted #121212;
		color: #667;
		margin-left: 570px;
		margin-top: 275px;
		position: absolute;
		width: 300px;
		line-height: 30px;
		padding:15px;
		
		
		}
.deco  {
	background-image:url(images/fancy_little.gif);
	background-position:   right;
	background-repeat: no-repeat;
	height: 50px;
	}
.deco a {
	
	text-decoration: none;
	color: #667;
	}	
.deco a:hover {
	text-decoration: none;
	color: #008899;
	}
