﻿/*
$Id: main.css,v 1.130.2.5 2009/06/15 08:03:34 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

html,body {
  	height: 100%;
  	background-color: #ffffff;
  	margin: 0px;
  	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	min-width: 780px;
  	border: 0px none;
  	color: #7b7a7a;
}

.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin:0px;
}


/*==============================================================================

Header

==============================================================================*/


#page-container {
	position: relative;
	width: 773px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image:url('images/background1.jpg');	
}

#page-container2 {
	position: relative;
	width: 733px;
	margin: 0px auto;
	background-color: #ffffff;
}


#header {
	height: 91px;
	border: 0px;
	position: relative;
	width: 733px;
	float: left;
	background-color: #ffffff;
}

#header_left {
	height: 91px;
	border: 0px;
	margin:0px;
	position: relative;
	width: 365px;
	float: left;
	background-color: #ffffff;
}
#header_right {
	height: 91px;
	border: 0px;
	margin:0px;
	position: relative;
	width: 368px;
	float: right;
	background-color: #ffffff;
}


/*==============================================================================

Menu

==============================================================================*/

#menus {
	height: 27px;	
	position: relative;
	width: 733px;
	float: left;
	background-color: #ffffff;
	background-image:url('images/menu1.jpg');	
	padding-top:10px;
}


/*==============================================================================

banner

==============================================================================*/

#banner {
	height: 201px;	
	position: relative;
	width: 733px;
	float: left;
	background-color: #ffffff;	
}
#banner2 {
	height: 152px;	
	position: relative;
	width: 733px;
	float: left;
	background-color: #ffffff;	
}




/*==============================================================================

Main Contents Area

==============================================================================*/


#content-container {
	float: left;
	position: relative;
	min-height: 300px;	
	height: auto;	
	width: 733px;	
	padding-bottom: 10px;
	background-color: #ffffff;
}

#content-padding {
	padding: 30px 30px 30px 30px;	
	width: 673px;		
}
#content-padding2 {
	padding: 0px 131px 0px 131px;	
	width: 673px;		
}




/*==============================================================================

Footer

==============================================================================*/


#footer {
	height: auto;
	width: 733px;
	position: relative;
	padding-bottom: 10px;
	float: left;
	background-color: #a8a9ad;
}

#footer_padding {
	padding: 10px 10px 10px 10px;	
	width: 713px;	
	text-align:center;
  	color: #ffffff;
}

#footer_1 {
	width: 66px;
	position: relative;
	float: left;
}
#footer_2 {
	width: 581px;
	position: relative;
	float: left;
}
#footer_3 {
	width: 66px;
	position: relative;
	float: right;
}



/*==============================================================================

margins / padding

==============================================================================*/

#padding_top8 {
	padding-top: 8px;				
}


