/* CSS Document */
@import url("/css/sgml.css");
/* all desc */
body{
	margin:0px;
	padding:0px;
	background-color:#E3FAD3;
	background-image:url(../images/bodyBack.png);
	background-repeat:repeat-x;
}

form{
	margin:0;
	padding:0;
}

body, table, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
}
#document{
	width:100%;
	text-align:center;
	display:block;
}

#body{
	width:760px;
	margin:auto;
	text-align:center;
	display:block;
}


/* detailed description  */
#top, #head, #menu, #innerBody{
	display:block;
	width:760px;
	float:left;
	clear:left;
	text-align:left;
}

#columnLeft, #columnCenter, #columnRight{
	display:block;	
	float:left;
	clear:none;
	padding:17px 0px 0px 0px;
	margin:0px;
}

#top{
	background-image:url(../images/top_bg.png);
	background-repeat:repeat;
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#F2B32C;
}

#head{
	height:96px;
	background-image:url(../images/head_bg.png);
	background-repeat:repeat-x;
}

#menu{
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#618846;
	border-top:2px;
	border-top-style:solid;
	border-top-color:#618846;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	text-align:left;
}
#innerBody{
	background-image:url(../images/innerBody_bg.gif);
	background-repeat:repeat;
}
#columnLeft{
	width:151px;
} 

#columnCenter{
	width:422px;
	padding:10px 0px 0px 0px;
} 

#columnRight{
	width:187px;
}
/* butons */
/* head menu  */
.T_btn, .T_btnSelected{
	padding:1px 0px 2px 0px;
	float:left;
	clear:none;
}
.T_btnSelected{
	background-color:#789B5E;
}

.T_btnText{
	padding:4px 15px 3px 15px;
}
.T_btnText a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
	text-transform:capitalize;
}

.T_btnText a:hover{
	color:darkgreen;
}
/* left columns ************************************************************************************************************************************************************** */
.leftBtnSub, .leftBtnSup{ 
	float:left;
	width:151px;
}
.leftBtnSub{
	background-color:#789B5E;
	margin:0px;
}
.leftBtnSub_inner{
	font-size:92%;
}
.leftBtnSub_inner, .leftBtnSub_inner a{
	padding:3px 5px;
	font-weight:bold;
	color:white;
	text-decoration:none;	
}

.leftBtnSub_inner a:hover{
	color:darkBlue;
}
.leftBtnSup{
	margin:0px 0px 0px 0px;
}

.leftBtnSup_inner{
	padding:0px 4px 3px 7px;
	
}

.leftBtnSup_inner a{
	font-size:92%;
	color:darkblue;
}

.leftBtnSup_inner a:hover{
	color:white;
}
.quarters{
	padding:0px 0px 4px 0px;
}
/* right columns ***********************************************************/

.rightBtnSub, .rightBtnSup{ 
	float:right;
	width:186px;
}
.rightBtnSub{
	background-color:#789B5E;
	margin:0px;
	padding:1px 0px 0px 0px;
}

.rightBtnSub_inner, .rightBtnSub_inner a{
	padding:3px 5px;
	font-size:92%;
	font-weight:bold;
	color:white;
	text-decoration:none;	
}

.rightBtnSub_inner a:hover{
	color:darkBlue;
}
.rightBtnSup{
	margin:0px;
}

.rightBtnSup_inner{
	padding:3px 5px 3px 4px;
	
}

.rightBtnSup_inner a{
	font-size:92%;
	color:darkblue;
}

.rightBtnSup_inner a:hover{
	color:white;
}

/* right column - 50%  - #columnRight / 2   */
.halfColumn{
	width:93px;
}
.halfColumn_inner{
	font-size:85%;
	text-align:center;
	padding:0px 2px 0px 3px;
}

/*  **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
/* center column  **** -- - - - - - - - - --  - - -- **** -- - - - - - - - - --  - - -- **** -- - - - - - - - - --  - - -- **** -- - - - - - - - - --  - - -- **** -- - - - - - - - - --  - - -- */
#columnCenter{

}
.centerBtnSub{
	width:406px;
	display:inline;
	margin:0px;
	padding:0px 8px;
	float:left;
	text-align:left;
}
.centerBtnSub_inner{
	width:386px;
	padding:1px 10px;
}
.centerBtnSub_inner, .centerBtnSub_inner a {
	background-color:#86A76C;
	color:white;
	float:left;
	font-size:88%;
	font-weight:bold;
	text-decoration:none;
}

.centerBtnSup{
	display:inline;
	margin:2px 0px;
	padding:0px 8px;
	float:left;
	text-align:left;
}
.centerBtnSup_inner{
	width:406px;
	color:#5A5A5A;
	float:left;
	font-size:95%;
	font-weight:bold;
	text-decoration:none;
	border-top:1px solid #86A76C;
	border-bottom:1px solid #86A76C;
}

.centerBtnSup_inner img{
	padding:2px 4px 2px 0px;
}

.centerBtnSup_inner, .centerBtnSup_inner a{
	
	text-align:left;
}

.centerBtnSup_inner a{
	color:darkblue;
}

.centerBtnSup_inner a:hover{
	color:darkred;
}

#columnCenter table{
	width:390px;
}
#columnCenter table img{
	padding:2px 4px 2px 0px;
}
#columnCenter .cxbx{
	
		
}
#columnCenter td{
padding-bottom:5px;
}
.nextBack{
	float:left;
	clear:left;
	display:block;
	text-align:center;
	width:380px;
	margin-top:10px;
}
.nextBack a{
	padding:0px 4px;
}
#columnCenter h1{
	font-size:140%;
	font-weight:bold;
	margin:0px 0px 4px 30px;
	padding:0px;
	color:#618846;
}
#columnCenter table{
	float:left;
	clear:left;
	width:406px;
	margin:3px 0px 4px 7px;
}
/* search form ++++++++++++++++++++++++++++++++++++++++++++++++++*/
	/* left column ++++++++++++++++++++++++++++++++++++++++++++++++++*/
#columnLeft .titleCategory{
	font-size:100%;
	font-weight:bold;
	margin:0;
}
#columnLeft .title{
	font-size:105%;
	font-weight:bold;
	padding:1px 1px 1px 7px;
}

#columnLeft .select{
	padding:1px 1px 1px 0px;
}
#columnLeft select{
	width:136px;
}
#columnLeft #submit{
	float:right;
	font-weight:bold;
	margin:1px 7px 1px 3px;
	font-size:100%;
	border-width:1px;
	border-style:solid;
	border-color:#789B5E;
	background-color:#C6DDA6;
}

#columnLeft .advSearch{
	text-align:center;
	width:132px;
	padding:2px 2px 1px 2px;
	font-size:110%;
}
/*  rightColumn *  *****************************************************************************/
#columnRight .titleCategory{
	font-size:100%;
	font-weight:bold;
	margin:0;
}
#columnRight .title{
	font-size:105%;
	color:white;
	font-weight:bold;
	padding:1px 1px 1px 10px;
}

#columnRight .select{
	padding:1px 1px 1px 3px;
}
#columnRight select{
	width:169px;
}
#columnRight #submit{
	font-weight:bold;
	margin:1px 7px 1px 3px;
	font-size:100%;
	border-width:1px;
	border-style:solid;
	border-color:#FFB900;
	background-color:#FFAB00;
}

#columnRight .advSearch{
	text-align:center;
	width:169px;
	padding:2px 2px 1px 2px;
	font-size:110%;
}
#columnRight img {
	margin:0px 4px 0px 0px;
}
/* advanced search */
#columnCenter h2{
	padding:0px;
	margin:0px;
	font-size:120%;
}
#AdvancedSearch h2{
	padding:2px 0px 3px 12px;
}
#AdvancedSearch select{
	margin:0px 0px 4px 4px;
	width:170px;
}

#AdvancedSearch .submitSearch{
	float:left;
	font-weight:bold;
	margin:1px 7px 1px 10px;
	font-size:100%;
	border-width:1px;
	border-style:solid;
	border-color:#789B5E;
	background-color:#C6DDA6;
}
#AdvancedSearch {
	padding-bottom:7px;
}

/**    bottom    **********************************************************************************/
#bottom{
	width:760px;
	clear:left;
	border-top:2px solid #86A76C;
	background-color:#E3F9D2;
	margin:auto;
	text-align:center;
}

#bottom a{
	padding:1px 4px;
}

#currency{
	font-size:90%;
	color:white;
}

#currency a{
	text-decoration:none;
	font-size:90%;	
	color:white;
}

#currency a:hover{
	color:red;
}
