/* CSS Document */

body {
	margin: 0;
	padding: 0; /* Overides -10 NN4 value */
	background:#D6DCD4;
	color: #333333;
	letter-spacing: 0.5pt;
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;	
}

/*	For Inheritance */	
	div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, ul, ol, li, ul ul, ul ul li, dl, dt, dd, blockquote, cite, code, label { 
	text-align: left; /* Overides NN4 force centre */
	font-size: 1em;
	}

/*	Default link setup */
	a:link  {	color: #333; text-decoration: none; font-weight: bold;
} 
	a:active  {  color: #333; text-decoration: none; font-weight: bold;
}
	a:visited  {  color: #333; text-decoration: none; font-weight: bold;
}
	a:hover {  color: #039; text-decoration: underline; font-weight: bold;
}

/* 	Removes space after form elements. */ 
	form { display: inline;	font-size: 1em;}

/* 	Removes margin/padding around form elements. */ 
	input, select, textarea { font-size: 1.1em; }
	
/* 	Add a default bullet style */ 
	li {
	padding-left: 10px;
	list-style: url(/images/bullet.jpg) none;
	margin-left: -20px;
}	
	
/* 	Turns item off */ 
	.displaynone { display: none !important;}

img {
	border: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}		

div {
	margin: 0px;
	padding: 0px;
	}

select, input, textarea, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#container {
	background:url(/images/mainframe_background.jpg) repeat-y;
}

#topcurve {
	background:url(/images/top_curve.jpg) no-repeat;
}

#header img{
	margin-left:17px;
}

#main_content {
	background:#C6CA90;
	}

#content {
	background:#C6CA90;
	border: 1px solid #C6CA90;
	}	
	
#content_right {
	background:#E2E4C7;
	}
	
#content_right_top {
	background:url(/images/content_right_top.jpg) no-repeat;
	}

#content_right_content {
	margin: 0px 10px;
	font-weight: bold;
	font-size: 0.9em;
}
div#content_right_content p img{
	margin: 0px 0px 8px;
}

div#content_right_content .name {
	font-weight:normal;
}

div#content_right_content a:link  {
	color: #3c66c4;
	background: url(/images/arrow.gif) no-repeat 5px;
	padding-left: 15px;
}

#content_right_bottom {
	background:url(/images/content_right_bottom.jpg) no-repeat;
}
	
#bottomcurve {
	background:url(/images/bottom_curve.jpg) no-repeat;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	}
	
#footer img {
	vertical-align: bottom;
	}
.small {
	font-size: .8em;}
	
.orderpage{
	float:left;
	margin-right: 10px;
	border:#FFF 1px dotted;
	padding: 5px;
	}
	
.rule {
	background: url(/images/dot.gif) repeat-x;
	margin: 10px 0px;
	clear: both;
	}

/*	---------------------------------------------------------------
	FORM STYLES
	------------------------------------------------------------ */	
	
	
	label {
	font-size: 0.8em;
	color: #5B7DC4;
	font-weight: bold;
	}
	
	input {
	color: #3C66C4;
	background-color: #E2E4C7;

}

	textarea {
	color: #3C66C4;
	background-color: #E2E4C7;

}
