/* CSS copyright 2006 333 Studios LLC. All Styles by Peter Hammerquist.

PRINT STYLE SHEET

Copyright 2005 Peter Hammerquist for 333studios.com

contact: info@333studios.com

Orange: 	#FE4800 - FF1A00
Border Grey: 	#7F7F7F
White:		#FFFFFF
Blue:		#003399 - 063061 597FA6
Light Grey: 	#f0f0f0

*/

html{}

body{
	background: none;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

#conatiner{
	margin: 0px;
	padding: 0px;
}

#conatiner table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
#conatiner table td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

img{
	border: none; padding: 0; margin: 0;
}

/* MENU */

#menu-box{
	display: none;
}

}

/* HEAD&LOGO */

#left-logo{
	margin: 0px;
	padding: 0px;
}

.head{
	width: 240px;
	height: 16px;
	line-height: 16px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	background: none;
	color: #FE4800;
	font-weight: normal;
	font-size: 9px;
}
.head a 		{ font-size: 9px; font-weight: normal;}
.head a:link		{ text-decoration: none; color: #CCCCCC; }
.head a:visited		{ text-decoration: none; color: #CCCCCC; }
.head a:hover		{ text-decoration: none; color: #FFFFFF; }
.head a:visited:hover	{ text-decoration: none; color: #FFFFFF; }

.logo{  
	width: 240px;
	height: 69px;
	margin: 0px 0px 0px 10px;
	padding: 0;
	background: #FFFFFF;
}


/* ARTICLE */

.article{
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
}

.article-head{
	width: 100%;
	height: 16px;
	line-height: 16px;

	margin: 0;
	padding: 0;
	background: none;
}

.article-body{
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: none;
}

.about-body{
	margin: 0;
	padding: 10px 10px 5px 10px;
	background: none;
}

.article h1{
	height: 16px;
	line-height: 16px;
	
	color: #fe4800;
	font-weight: bold;
	font-size: 15px;
	
	margin: 0;
	padding: 0 0 0 10px;
}

.article h2{
		padding: 10px 0 0 0;
		margin: 0;
		font-weight: bold;
		font-size: 12px;
		color: #FE4800;
}

.article h3{
		padding: 10px 0 0 0;
		margin: 0;
		font-weight: normal;
		font-size: 11px;
		color: #063061;
}

.article p{	
		padding: 10px 0 0 0;
		margin: 0;
		color: #333333;
		background: none;
		font-weight: normal;
		font-size: 11px;
		line-height: 15px;
}

.bold {font-weight: bold;}

.article a 		{ font: normal 11px Helvetica, Arial, sans-serif;}
.article a:link		{ text-decoration: none; color: #FE4800;}
.article a:visited	{ text-decoration: none; color: #FE4800;}
.article a:hover	{ text-decoration: none; color: #000000;}
.article a:visited:hover{ text-decoration: none; color: #000000;}


/* CONTACT FORM FIELDS */

form{
	margin: 0; padding: 0;
}

input, textarea {
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #063061;
	color: #063061;
	background: #FFFFFF;
}

select, option{
	font-weight: normal;
	font-size: 11px;
	color: #063061;
	background: #FFFFFF;
}

input.button {
	border: 1px solid #063061;
	color: #063061;
	background: #ffffff;
}
input.button:hover {
	border: 1px solid #063061;
	color: #ffffff;
	background: #063061;
}



/*FOOT */


p.foot{
	margin: 0; padding: 20px 0 0 0;
	color: #999999;
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
}

p.foot a:link		{ text-decoration: none; color: #999999; }
p.foot a:visited	{ text-decoration: none; color: #999999; }
p.foot a:hover		{ text-decoration: none; color: #333333; }
p.foot a:visited:hover	{ text-decoration: none; color: #333333; }



/* FIN */