/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #fff;
	background: url("media(65,1030)/Body-back.gif") ;
	background-repeat:	repeat-x;
	border: 0px dotted #D3D3D3;
	margin:	0;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div#Page {
	border: 0px dotted #D3D3D3;
	background: url("media(17,1030)/Page-back.gif") ;
	background-repeat:	no-repeat;
	text-align: left;
	width: 1000px;
	margin: 0;
	padding: 0;
}

div#HeaderLogo {
	float:	left;
	border: 0px dotted #D3D3D3;
	padding-left: 53px; 
	width: 170px;
	padding-top: 30px;
}

div#Footer {
	border-top: 1px dotted #D3D3D3;
	padding: 5px;
	width: 1000px;
	text-align: center;
}

div#NavBox {
	float:	left;
	border: 0px dotted #000;
	display: inline;
	margin-top: 41px; 
	margin-left: 100px; 
	margin-right: 400px; 
}

div#BannerBox {
	float:	left;
	border: 0px dotted #D3D3D3;
	margin-top: 20px; 
	width: 1000px;
	height:	190px;
}


div#Adress {
	float:	center;
	text-align: center;
	border-top: 0px dotted #555;
	font-size:	85%;
}

div#Adress p, div#Adress a {
	text-align: center;
	color:	#555;
	line-height:	120%;
	text-decoration:	none;
}


div#SearchBox {
	float: right;
	text-align: right;
	border: 0px dotted #D3D3D3;
	padding-right: 0;
	color:	#fff;
	list-style: none;
	height:	182px;
}


div#SearchBox li {
	list-style: none;
	display: inline;
}

#SearchKeyword input {
	list-style: none;
	border: 1px solid #fff;
	padding: 1px;
	color: #9f0;
	background-color: #949494;
	margin-bottom: 8px;
}

#SearchSubmit input {
	float: right;
	background-color: #949494;
	border: 0px solid #fff;
	color: #fff;
	margin: 0;
	cursor:	hand;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	font-size: 170%;
	font-weight: bold;
	text-transform:	lowercase;
	line-height: 15px;
}

#SearchSubmit input:hover {
	background-color: #9f0;
	color: #949494;
}


/****************************************************
	C O L U M N S : 
****************************************************/
div#Left {
	float:	left;
	border: 0px dotted #000;
	background-color:	#f6f6f6;
	text-align: left;
	width: 230px;
	margin-top: 30px; 
	margin-bottom: 30px; 
}

div#Right {
	border: 0px dotted #000;
	background-color:	#f6f6f6;
	text-align: left;
	width: 230px;
	margin-top: 30px; 
	margin-bottom: 30px; 
	float:	right;
}
div#News {
	border: 0px dotted #D3D3D3;
	text-align: left;
	width: 210px;
	float:	left;
}

div#ContentContainer {
	border: 0px dotted#000;
	margin-left: 20px; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	width: 500px;
	float:	left;
}

div#ContentContainerLarge {
	border: 0px dotted#000;
	margin-left: 0px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom: 30px; 
	width: 1000px;
	float:	left;
}

div#Content {
	border: 0px solid #ccc;
	text-align: left;
	padding:	0;
	float:	left;
}

div#Deccor {
	border: 0px solid #000;
	text-align: left;
	padding:	0;
	float:	left;
}



/* Minimum height of content columns */
div#MinHeightColumnInner {
	height: 350px;
}


/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Landscape {
	float: right;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Landscape li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.Landscape li.Right {
	float: right;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	width: 950px;
	margin: 47px 0 47px 40px;
	color: #AFAFAF; 
	font-size: 95%;
}
td#CompanyInfo a{
	color: #925051;
}
td#CompanyInfo span{
	color: #925051;
}





/****************************************************
	B A C K U P

	background-image: url(/design/images/top-bg.gif);
	background-repeat: repeat-x;
	

****************************************************/


