body 
{
	font-size:12px;
	padding: 0px;
	margin:auto;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 150%;
	width:780px;
	font-family: Tahoma, Verdana, ºÚÌå, ËÎÌå, serif;
}

img
{
	border: 0;
}

hr{
	height: 1px;
	color: Silver;
}

h2{
	margin: 0;
	font-size: 14px;
	color: #FBAF5D;
}
A:link,A:visited{
	text-decoration: none;
	color: #686868;
}
.news A:link,.news A:visited{
	padding-left:18px;
	background: url(../images/arrow.gif) no-repeat 4px 4px;
	height:18px;
	overflow:hidden;
	display:block;
	margin-bottom:2px;
	line-height:140%;
	font-size: 12px;
	color: #5D5D5D;
}
 .news A:hover{
	padding-left:18px;
	overflow:hidden;
	color: #d2044e;
}

.home{
	background: #003471;
	margin: 50px auto;
	color: White;
}
#header{
	padding: 20px 0 0 0;
	background: url(../images/header_bg.jpg) repeat-x;
	width: 780px;
}

#top
{
	margin: 10px 0 0 0;
	width: 780px;
}
#content{
	width:780px;
	margin: -5px 0 0 12px;
}

#sidebar
{
	float:left;
	width: 174px;
	margin: 0px;
}
.g{
	text-align: left;
	background: #efefef url(../images/s_top.jpg) no-repeat top;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 0;
	width: 154px;
}
.earth{
	padding: 10px 0px 0 0px;
	width: 154px;
	background: url(../images/earth_bg.jpg) no-repeat bottom right;
}
.s{
	padding: 10px 0px 0 0px;
	width: 154px;
	background: url(../images/s_bg.jpg) no-repeat bottom right;
}
#main{
	float: right;
	text-align: left;
	padding: 10px 20px 0 0;
	width: 570px;
}
.news{
	float: right;
	text-align: left;
	padding: 10px 20px 0 0;
	width: 500px;
}

.rnews{
	float: right;
	text-align: center;
	width: 120px;
	height: 200px;
	padding: 180px 20px 0 0;
	background: url(../images/news_bg.jpg) no-repeat 50px right;
	border-left: 1px solid #BBBBBB;
}
#footer
{
	clear: both;
	margin: 10px 0;
	width: 780px;
	background: url(../images/footer_bg.jpg) no-repeat 12px top;
	padding: 10px 10px 10px 10px;
}

ul{
	margin: 0px;
}

.sul ul{
	margin: 10px 0 0 10px;
	padding: 10px 0 0 0;
}
.sul li {
	padding: 10px 0 0 30px;
	list-style: square inside;
}

.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
text-align: right;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
border: 1px solid Gray;
}
.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
border: 1px solid Gray;
}
.cssform textarea{
width: 380px;
height: 150px;
border: 1px solid Gray;
padding: 5px 5px 5px 5px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#products{
	text-align: center;
}

.pp{
	float: left;
	width: 250px;
	height: 150px;
	text-align: center;
	border-right: 1px solid #708090;
	margin: 10px 10px 10px 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
background-color: #FFF;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

.pagination li.dsc{
font-weight: bold;
font-size: 12px;
}
* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
