/*
	www.camincam.si
	Avtorji: Peter Hrvatin, Goran Grašič
*/
* {margin:0; padding:0;}

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;	
	
	background-color: #FFFFFF;

}

h1{
	margin: 0 0 5px 10px;

	font-size: 18px;
	text-indent: 20px;
	color: #555555;
	text-transform: uppercase;
	font-weight: 400;
}

h2{
	font-size: 14px;
	text-indent: 10px;
	padding: 10px 0 10px 0;

}

h3{
	font-size: 12px;
	text-indent: 10px;
	padding: 10px 0 10px 0;

}

p{
	margin: 0 0 20px 0;

	font-size: 12px;
	color: #333333;
	text-align: justify;
}

img{
	border: 0;
}

a:link{text-decoration: none; color: #3a73b8;}
a:visited{text-decoration: none; color: #3a73b8;}
a:active{text-decoration: none; color: #3a73b8;}
a:hover{text-decoration: none; color: #3a73b8;}


#header{				/* glava - vsebuje sliko (.image), naslov (.title), in meni (.menu) z gumbi */
	background-image: url(img/top-line.jpg);
	background-repeat: repeat-x;
	
	margin: -15px 0 0 0;
}

#header .image{			/* slika */
	/*width: 950px;*/
	height: 241px;

	margin: 50px 0 0 0;
	
	background-image: url(img/header4.jpg);
	background-repeat: repeat-x;
}

#header .title{			/* naslov Camincam v top-baru */
	width: 950px;
	padding: 10px 0 0 0;
	
	font-family: tahoma;
	
	text-indent: 20px;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	font-style:italic;
	
}

#header .icons{	/* ikone za posto in print */
	margin: 0 0 0 900px;
}

#header .icons ul li{
	display: inline;
	padding: 0 5px 0 0;
}

#header .menu table{
	width: 950px;
	position: absolute;
	margin: 30px 0 0 40px;
	
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	
	text-align: center;
}

#header .menu a:link{text-decoration: none; color: #000000; font-weight: bold;}
#header .menu a:visited{text-decoration: none; color: #000000; font-weight: bold;}
#header .menu a:hover{text-decoration: none; color: #3a73b8; font-weight: bold;}
#header .menu a:active{text-decoration: none; color: #3a73b8; font-weight: bold;}

table tr td img { 
	vertical-align: top;
}  

#main{
	width: 950px;
	min-height: 240px; 
	overflow:auto;	
	
	margin: 0 0 0 30px;
		
	padding: 0 0 60px 0;
	background-color: #FFFFFF;
}

#side{
	width: 230px;
	min-height: 240px;
	text-align: center;
	
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;

	float: right;

	border-top: 1px #555555 solid;
}

#side ul li{
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0 0 0;
	list-style-image: url(img/bullet.gif);
	
	
}

#side a:active{text-decoration: underline; color: #000000;}
#side a:link{text-decoration: none; color: #000000;}
#side a:visited{text-decoration: none; color: #000000;}
#side a:hover{text-decoration: none; color: #DDAA00;}

#central{
	width: 650px;
	margin: 0 0 0 10px;
	padding: 30px 10px 10px 10px;
	
	float: left;
		
	border-top: 1px #555555 solid;
}

#central .left{
	
	min-height: 200px;
	width: 270px;
	
	float: left;
	padding: 0 15px 0 15px;
	margin: 30px 0 10px 5px;
	
	background-color: #F9F9F9;
	border: 1px #EEEEEE solid;
}

#central .right{

	min-height: 200px;
	width: 270px;
	
	float: right;
	padding: 0 15px 0 15px;
	margin: 30px 5px 10px 0;

	background-color: #F9F9F9;
	border: 1px #EEEEEE solid;
}

#central .right p, #central .left p{
	font-size: 11px;
}


#single{
	width: 930px;
	margin: 0 0 0 10px;
	padding: 30px 0px 10px 10px;	
		
	border-top: 1px #555555 solid;
}

#form{
	border: 1px #AAAAAA solid;
	background-color: #EEEEEE;
	
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 40px;
	width: 500px;
	
	font-size: 13px;
}

#form td{
	font-size: 13px;
}


#footer{
	width: 950px;
	height: 70px; 
	
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	
	font-size: 10px;
	color: #888888;
	text-align: center;
	
	border-top: 1px #555555 solid;
}

#gallery{
	width: 230px;
	height: 180px;
	
	/*border: 1px black solid;*/
	
	margin: 0 0 0 0;
}

.rightGallery img{
	width: 230px;
}

#arrows{
	width: 30px;
	
	display: block; 
	margin: 5px auto 5px auto;
}

#noexpressUpdate{
	margin: 0 auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-align: left;
	
	background-image: url(Robotmaster_Application_Videos_nofp_bg.gif);
	background-repeat: no-repeat;
	
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

#flashcontent{
	margin: 50px 0 0 70px;	
}

