/* --- Importing Top Menu Styles --- */
@import url(topmenu.css);

/* --- Importing Main Menu Styles --- */
@import url(mainmenu.css);

/* --- Importing Bottom Menu Styles --- */
@import url(bottommenu.css);

body{
	margin:0px;
	padding:0px;
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	background-image:url(/public/templates/default/images/layout/background.jpg);
	background-repeat:repeat-x;
}
h1 {
	margin:0px;
	padding:0px;
	position:absolute;
	top:-50px;
}
h2 {
	padding:2px;
	margin-bottom:10px;
	border-bottom:3px solid  #EE0000;
	font:18px/20px tahoma, arial, helvetica, sans-serif;
}
h3{
	margin:0px;
	padding:0px;
	height:30px;
	background-image:url(/public/templates/default/images/news/bgh3.gif);
	background-repeat:no-repeat;
}

img {
	border:none;
}
input { 
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	border:1px solid #CCCCCC;
}
.select { 
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	border:1px solid #CCCCCC;
}


#layout {
	width:770px;
}

#layoutheader {
	border-bottom:2px solid #5f5e5e;
}

#splash {
	height:250px;
	background-image:url(../images/layout/splash.jpg);
	background-repeat:no-repeat;
}

#layoutbody {
	border:1px solid #33FFFF;
	border-top:1px solid #FFFFFF;
	text-align:left;
	padding:5px;
}

#lbpanesx {
	float:left;
	width:180px;
	padding:25px 0px 25px 10px;
}

#lbcontents {
	float:left;
	width:555px;
	padding:15px 0px 15px 5px;
}
#lbfooter {
	float:left;
	width:530px;
}

#layoutfooter {
	clear:both;
	height:60px;
	background-color:#EE0000;
}
#layoutfooter .companyinfo{
	float:left;
	padding:5px;
	width:230px;
	height:50px;
	color:#FFFFFF;
	text-align:left;
	font:10px/12px tahoma, arial, helvetica, sans-serif;	
}

#pagefooter {
	width:770px;
	clear:both;
	margin:15px 0px 15px 0px;
	color:#999999;
}
#pagefooter img {
	border:none;
}
#pagefooter a:link{
	color:#FF0000;
}
#validators {
	float:left;
	padding:5px;
}
#author {
	float:right;
	padding:5px;	
}


.clear {
	height:1px;
	clear:both;
}

.box {
	padding:20px 0px 0px 0px;
}
.boxheader {
	margin:0px;
	padding:0px;
	height:30px;
}

.boxcontent {
	margin:0px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
}
.radio { 
	border:0px;
}
.button { 
	font:13px/14px tahoma, arial, helvetica, sans-serif;
	background-color:#EE0000;
	color:#FFFFFF;
	border:0px;
}

