/* 
 * general styles 
 */
html,body{ margin: 0px; padding: 0px; height: 100%; Font-Family: verdana; Font-Size: 7px; color: #ffffff; }

.placeholder {
	position: relative;
	height: 40%;
}

.background {
	position: absolute;
	height: 190px;
	width: 100%;
	background: url('../images/red_back.jpg');
}

#logo {
	position: absolute;
	margin: 1px  0px 0px 20px;
	height: 40px;
	width: 127px;
	background: url('../images/logo.jpg');
}

.logo_big {
	position: relative;
	height: 188px;
	width: 577px;
	background: url('../images/logo_big.jpg');
	margin: auto;
	padding: auto;
}

ul {
	margin: 0px;
	padding: 0xp;
}


/* 
 * menu style 
 */
#menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	left:1px;
	top: -20px;
	width: 100px;
	height:20px;
	float: right;
	background: url('../images/menu.jpg') no-repeat  ;
}

#menu li {margin: 0px; padding: 0px; list-style: none; position: absolute; top:0px;}

#menu li, #menu a {
	display: block;
	height: 21px;
}

/* 
 * menu buttons 
 */
#home{
	left: 0px;
	width: 31px;
}

#home a:hover {
	background: url('../images/menu.jpg') no-repeat 0px -21px;
}

.home{
	background: url('../images/menu.jpg') no-repeat 0px -42px;
}

#downloads{
	left: 34px;
	width: 31px;
}

#downloads a:hover {
	background: url('../images/menu.jpg') no-repeat -34px -21px;
}

.downloads{
	background: url('../images/menu.jpg') no-repeat -34px -42px;
}

#contact{
	left: 68px;
	width: 31px;
}

#contact a:hover {
	background: url('../images/menu.jpg') no-repeat -68px -21px;
}

.contact{
	background: url('../images/menu.jpg') no-repeat -68px -42px;
}

/* 
 * content styles
 */
div.content {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	overflow: auto;
	width: 50%;
	margin: auto;
	padding: auto;
}

div.content div {
	width: 577px;
}

ul.content {
	display: block;
	height: 175px;
	/* max width here, for users without javascript */	
	width: 3000px;	
	padding: 18px 0 0 0; 
	/* removing default styling */
	margin: 0;
	list-style: none;
}

.content li {
	display: block;
	float: left;
	padding: 0 3px;
}

.content a {
	display: block;
	text-decoration: none;
}

.content span {
	display: none;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;	
	color: #fff;
}

.content a:hover span {
	display: block;
}

.content img {
	border: 1px #fff solid;	
   /* -webkit-border-radius: 3px; */
   /* -moz-border-radius: 3px; */
}

.content a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.8;
}

.content_form {
	position: relative;
	margin-top: 8px;
	margin-left: 40px;
	width: 50%;
}

.text_box {
	Font-Family: verdana; Font-Size: 12px;  color:#000000;
}

.text {
	Font-Family: verdana; Font-Size: 12px;  color:#ffffff;
}

.content_form a {Font-Family: verdana; Font-Size: 14px;  color:#ffffff; }
