* {
	font-family: Arial, Helvetica, sans-serif;
	color: #234D86;
	/*234D86*/
}

.orders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009999;
	border: 1px solid #dde0e8;
}
.orders td.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
	background-color: #e9f1fa;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

td
{
	margin:2px;
	padding: 2px;
}


#orange_bar
{
	background-image: url(../images/orange_bar.png);
	width: 800px;
	height: 14px;
	font-size: 0px;
}

/*		border:1px solid #000000;	*/

#container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border:1px solid #dde0e8;
	/*position:relative;*/
}

#header {
	height: 150px;
}

#mainColumn { 
	float: left;
	width: 550px;
	margin: 0px 10px 0px 10px;
}
#mainColumnOrders { 
	float: left;
	width: 620px;
	margin: 0px 10px 0px 10px;
}

#leftColumn {
	float: left;
	width: 226px;
	/*border-right: 1px solid #dde0e8;*/
}
#leftColumnOrders {
	float: left;
	width: 150px;
	color: #000;
	/*background-color: #E2C05B;*/
}
/************************************************/
div.menu_holder {display: block; margin-top: 10px; font-size: 12px; background-color: #ffffff; border: 1px solid #d0d0d0; }
.menu_level1_open { font-size: 11px; padding-top: 2px; padding-bottom: 2px; padding-left: 12px; margin: 2px; background: #e9f1fa; }
a.cat1 { font-weight: bold; text-decoration: none; color: #000000; }
a.cat1:visited { font-weight: bold; text-decoration: none; color: #000000; }
a.cat1:hover { font-weight: bold; text-decoration: underline; color: #000000; }

.orderTable { display: block; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }

/************************************************/
.menu_button
{
	padding-bottom: 0px;
	text-align: left;
}



dd
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
}
dt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content hr {
	height: 0;
	border: 0;
	border-top: 1px solid #dde0e8;
}

#content h1 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
}


/* ---------------------------------------------------------------------- Text block  #234D86 */
#content .textBlock {
	display: block;
	margin: 0px 0px 10px 10px;
}

#content .textBlock h1{
	margin-top: 20px;
}
#content .textBlock p {
	font-size: 75%;
	line-height: 150%;
	margin-left: 5px;
	margin-bottom: 5px;
}
#content .textBlock strong{
	font-weight: bold;
}
#content .textBlock ul {
	list-style-type:disc;
	margin: 0px 0px 0px 0px;
}
#content .textBlock li {
	font-size: 80%;
	
}



fieldset
{
	font-size:12px; 
	font-weight:normal;
	border: 1px solid #dde0e8;
}
/*input, textarea, select {
	padding: 1px;
	margin: 1px;
}*/
input.showBorder, textarea.showBorder, select.showBorder, checkbox.showBorder {
	padding: 1px;
	border: 1px solid #dbdfe6;
}
.zeroSpace {
	margin: 0px;
	padding: 0px;	
}




/*EBEDF1 */



/* ---------------------------------------------------------------------- Clear float */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ---------------------------------------------------------------------- Footer dde0e8 */
#footerContainer{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 20px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7F8F9;
}
#footer{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}

/* ---------------------------------------------------------------------- Invoice */

#companyInfo {
	display: block;
	margin: 0px 0px 10px 10px;
}

#companyInfo .textBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
}

#invoice {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px; 
	float: right;
}


#invoice .header {
	font-size: 24px;
	color: #000000;
	text-align: left;
	margin-right: 10px;
}

#invoice .date {
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin-right: 10px;
}

#companyInfo hr {
	height: 0;
	border: 0;
	border-top: 1px solid #dde0e8;
}

.tableInvoice 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202b60;
	margin: 0px 0px 10px 0px;
	border: 1px solid #dde0e8;
}
.tableInvoice td 
{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #dde0e8;
}

.tableInvoice td.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
	background-color: #e9f1fa;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*
*/





