/* 
    Document   : mycss
    Created on : Oct 26, 2010, 5:57:46 PM
    Author     : XPS9000
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
   margin: 0;
   padding: 0;
   
}

div{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid cornflowerblue;
    
}

div.container {
   margin: 0;
   padding: 0;
   width: 1024px;
   margin-left: auto ;
   margin-right: auto ;


}
div.top {
   float: left;
   width: 100%;
   height: 120px;
}

div.logo {
   
   font-weight: bold;
   font-size: 34px;
   font-style: italic;
   float: left;
   width:auto;
   height: 80px;
   line-height:150px;
   padding: 10px;
}

div.left, div.right {
   float: left;
   width: 46%;
}

div.topimage {
   float: right;
   vertical-align: middle;
   padding: 5px;
   text-align: center;
  
}

a.menu1:link {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a.menu1:visited {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a.menu1:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size: 12px;
 	text-decoration: underline;
	background-color:#FFCCFF;}

#smallhead {
	width: 100%;
	height: 45px;
	position: relative;
}
#smallhead .bg_layer {
	border-top:solid 1px #ffa95b;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top:5px;
	background-color: #ff8d30;
}

#main-menu {
	width: 1024px;
	height: 38px;

	position: relative;
	line-height: 15px;
	background-color: #ff8d30;
}
#main-menu ol {
	float: left;
	height: 38px;
	overflow:hidden;
}
#main-menu .tabs {
	background-color: #f9862a;
}
#main-menu .tab a {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 24px 0px 24px;
	margin: 0;
	color: #ffffff;
	background-color: #f9862a;
	display:block;
	height: 30px;
	float:left;
	text-decoration:none;
}
#main-menu .tab.current a {
	color: #733C0F;
	background-color: #fff;
	padding-top: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #733C0F;
	border-right-color: #733C0F;
	border-left-color: #733C0F;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#main-menu .tab.current a:hover {
	color: #f9862a;
	background-color: #fff;
	padding-top: 12px;
}
#main-menu .tab a:hover {
	color: #ffffff;
	background-color: #733C0F;
	text-decoration:none;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

