/*
header
*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	background: #FFFFFF;
}

a:link, a:visited { color: #FFA500; text-decoration: none;} 
a:active, a:hover { color: #66cc33; text-decoration: none;}

h1 {
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #11D847;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

p {
	text-align: justify;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

.cleaner {
	font-size: 1px;
	height: 1px;
}

/* ----- Form ----- */

form{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

frameset {
	margin-bottom: 25px;
}

.form_row{
	margin-bottom: 10px;
}


label {
	margin-right: 10px;
}

input{
	width: 150px;
	height: 18px;
}

.button{
	width: 60px;
	height: 25px;
}

select {
	height: 25px;
	width: 150px;
}

/* ----- End of Form ----- */

#templatemo_container {
	margin: auto;
	width: 910px;
	padding: 0 25px;
	background: #ffffff;
}


#templatemo_header_panel {
	width: 910px;
	height: 68px;
	background: url(images/header_background.jpg) no-repeat bottom;
}

#templatemo_title_section {
	float: left;
	width: 550px;
	height: 50px;
	padding: 18px 0 0 0;
	background: url(images/header.png) no-repeat;
}

#templatemo_title_section a { 
background: url(images/header.png) no-repeat; 
display: block;
height: 50px; 
width: 550px; 
} 

#templatemo_title_section a span { 
visibility: hidden; 
}

#templatemo_top_right_section {
	float: right;
	text-align: right;
	width: 300px;
	background: url(images/templatemo_image_top_line.gif) no-repeat top right;
}

#templatemo_top_right_section ul{
	margin: 0px;
	padding: 5px 0 0 0;
}

#templatemo_top_right_section ul li{
	display: inline;
	margin-left: 16px;
	font-weight: bold;
}

/* menu and banner panel */
#templatemo_login_banner_panel {
	display: block;
	width: 910px;
	height: 250px;
	padding: 00px 0px;
}

#templatemo_login_panel {
	float: left;
	height: 250px;	
	width: 300px;
	background: #e1e1e1;
	border: 1px solid #d2d2d2;
	padding: 20px 20px 0 20px;
}

* html #templatemo_login_panel {
	margin-right: -2px;
}

#templatemo_login_panel form{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}


#templatemo_banner_panel {
	float: left;
	width: 535px;
	height: 248px;
	margin-right: 50px;	
	background: #e1e1e1;
	border-top: 1px solid #d2d2d2;	
	border-bottom: 1px solid #d2d2d2;		
}

/*------------- Menu ------------------*/
#templatemo_menu {
	display: block;
	width: 910px;
	height: 60px;
	margin-bottom: 25px;
	background: #ccc url(images/templatemo_menu_background2.gif) no-repeat;
}

#templatemo_menu ul {
	padding: 15px 0 0 0;
	margin: 0 0 0 120px;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #000000;
}

/* end of menu */
