/* CSS Document */

body {
	margin: 0;
	padding: 0; /* Overides -10 NN4 value */
	background:#E9E4FF;
	color: #333333;
	letter-spacing: 0.5pt;
	font: 70%/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;
}

h2 
{margin:0 12px;} 

/* 	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;
	}
	
td {
	padding: 5px 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{
}

#main_content {
	background:#C3C1F3 url(../images/content_background.jpg) repeat-x left 47px;
	}

#content {
	padding-bottom: 1px;

	}	
	
#content_right {
	background:url(../images/content_right_background.jpg) repeat-y;
	}
	
#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;
}
#content_right p {
	margin-right: 10px;
	margin-left: 10px;
}

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

div#content_right_content a:link  {
	color: #6C5FD4;
	background: url(../images/content_right_bullet.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: 10px;
	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: #3F3680;
	font-weight: bold;
	}
	
	input {
	color: #3F3680;
	background-color: #DFDEF9;

}

	textarea {
	color: #3F3680;
	background-color: #DFDEF9;

}

blockquote {
	font-style:italic; 
	}
	
.credit {
	font-size:10px;
	padding: 0 10px;
	}
table
{ 
margin-left: auto;
margin-right: auto;
}


label {
	font-size: 11px;
}
