/* project: internet center template
   author: luka cvrk (www.solucija.com) */

body {
	padding: 0; 
	margin: 0; 
	font: 12px Arial, sans-serif; 
	background: white; 
	color: black; 
}


a {
	color: #1F35FF;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: gray;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
	text-decoration: none;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}


.maintable {
	background: white;
}

.header {
	background: url(/images/onemillionhooters.jpg);
	height:127px;
}

#menulogo{
	position:absolute;
	top:8px;
	left:20px;
	height:40px;
	width:550px;
	cursor:pointer;
}

#counter{
	position:absolute;
	top:30px;
	left:860px;
	height:16px;
	width:120px;
	background:black;
	text-align:center;
	vertical-align:top;
}

#banner{
	position:absolute;
	top:57px;
	left:510px;
	height:60px;
	width:468px;
}

#menuadd{
	position:absolute;
	top:108px;
	left:20px;
	height:16px;
	width:126px;
	cursor:pointer;
}

#menufaq{
	position:absolute;
	top:108px;
	left:150px;
	height:16px;
	width:40px;
	cursor:pointer;
}

#menucontact{
	position:absolute;
	top:108px;
	left:195px;
	height:16px;
	width:80px;
	cursor:pointer;
}

#pos {
	position:absolute;
	top:80px;
	left:250px;
	width:70px;
	height:30px;
	font-size:10px;
}

.box {
	background-color: white;
	border: 1px solid #333333;
	color: black;
	position: absolute;
	width:400px;
	height:520px;
	font: 12px Arial, sans-serif; 
}

.bar {
	background: url(/images/title.jpg) #346A86;
	color: #F3E6AF;
	font-weight:bold;
	cursor: move;
	overflow:hidden;
	
	height:20px;
}


.close {
	height:20px;
	vertical-align:top;
	cursor: pointer;
}

.title {
	font: 12px Arial, sans-serif; 
	font-weight:bold;
}

.details{
	color:black;
	font: 12px Arial, sans-serif; 
	width:400px;
}

#voted{
	color:green;
	font-weight:bold;
	font: 30px Arial, sans-serif; 
}

#cat1 {
	position:absolute;
	top:10px;
	left:495px;
	width:100px;
	height:100px;
cursor: pointer;
}
#cat2 {
	position:absolute;
	top:11px;
	left:602px;
	width:100px;
	height:100px;
cursor: pointer;
}
#cat3 {
	position:absolute;
	top:12px;
	left:709px;
	width:100px;
	height:100px;
cursor: pointer;
}