@import url("default.css");
@import url("grid.css");

.container{
	
}

.sidebar{
	background: transparent url("../images/sidebar.png") repeat-y scroll right top;
}

ul.menu{
	padding: 7px 0px 0px 0px;
	height: 35px;
}

.menu a{
	display: block;	
	color: #F9F9F9;
	font-family: Georgia, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	padding: 2px 10px 2px 35px;	
	
}

.menu a:hover{
	color: #32BAF9;
}

a.about{
	background: transparent url("../images/about.png") no-repeat scroll left top;
}

a.register{
	background: transparent url("../images/about.png") no-repeat scroll left top;
}

a.download{
	background: transparent url("../images/about.png") no-repeat scroll left top;
}

a.update{
	background: transparent url("../images/about.png") no-repeat scroll left top;
}

a.help{
	background: transparent url("../images/about.png") no-repeat scroll left top;
}

a.contact{
	background: transparent url("../images/about.png") no-repeat scroll left top;
}

.footer{
	color: #D2D2D2;
	font-family: Georgia;
	font-size: 1.1em;
	font-style: italic;
}

.footerbg{
	background: transparent url("../images/footer.png") repeat-x scroll center bottom;
}


.copy{
	margin: 60px 0px 0px 0px;
}

.login input.text{
	width: 222px;
	background: transparent url("../images/logininput.png") no-repeat scroll left top;
	font-size: 1.3em;
	font-family: Georgia, sans-serif;
	font-style: italic;
	padding: 6px 10px;
	margin: 0px 0px 10px 0px;
	color: #A6A6A6;
	border: 0;
}

.login {
	padding: 20px 20px;
	background: transparent url("../images/side-separator.png") repeat-x scroll left bottom;
}

.news{
	padding: 15px 20px ;
}

div.image{
	text-align: center;
	padding: 10px 10px;
}

div.image img{
	border: 1px solid #CDCDCD;
}
















