/*

	project: watchthis!
	author: luka cvrk (www.solucija.com)

*/

/* global reset */
*{ margin: 0; padding: 0; }


body { font: .9em Georgia, "Times New Roman", Sans-Serif; background: #000; color: #333;}

/* Header */

#header {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	text-align:center;

}

#header_free {
	width: 900px;
	}

/* Menu */

#menu {
	float: left;
	margin-left:137px;
}

#menu ul {
	margin-left: 0;
	padding-top: 242px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-top:150px;
	display: block;
	float: left;
	height: 20px;
	padding: 8px 12px 0 8px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img3.jpg) repeat-x;
}

img { border: 0px solid #c0c0c0; } 
h1 { float: left; margin: 20px 0 50px; font-size: 4em; color: #fff; font-weight:bold;}
h2 { font-size: 2.4em; font-weight: normal; margin: 0 0 20px; }
h2 a:hover { background: #A82A15; color: #fff; }
.hr { color: #ccc; background-color:#000000; }
.block1{background-color:#1a1a1a;width:100%;color:#ffffff;text-align:left;font-weight:bold;width:350px;}
#content { position:relative; margin: 0 auto; width: 900px; }
#top { float: left; padding-left:5px;margin: 8px 0 8px 0;}
	#top li { list-style: none; display: block; }
	#top li a { float: left; padding: 6px 20px; margin: 3px 2px 0 0; color: #ccc; }
	#top li a.current { color: #fff; background: #A82A15; }
	#top li a:hover { background: #808080; color: #fff; }
#intro { clear: both; padding: 15px 0 1px 20px; font-size: 1.3em; background: #eee; margin: 0 0 30px; }
#wrap {background:#000; color:#c0c0c0; margin:0 auto; border:none; width:760px;}
#link{border:0px;}
#left { float: left; width: 900px; height:129px;background:url(http://www.soaking.net/images/bgcorners2.jpg) no-repeat;margin: 0 0 15px; }
#left2 { float: left; width: 900px; height:145px;background:url(http://www.soaking.net/images/bgcorners2b.jpg) no-repeat;margin: 0 0 15px; }

#leftbox {background:inherit; width:115px; height:115px;padding:3px;text-align:center;font-family:verdana;font-size:0.8em;color:#000000;} 
#leftbox2 {background:inherit; width:230px; height:115px;padding:3px;text-align:center;font-family:verdana;} 

#leftbox3 {background:#000000; width:345px; height:115px;padding:3px;text-align:center;font-family:verdana;} 
#right { float: right; width: 280px; }
#right h3 { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
#right img { margin: 0 3px 3px 0; padding: 2px; }
#right li { list-style: none; }
	#right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }

#footer { text-align:center; width:850px;clear: both; padding: 15px 0; font-size:0.8em;border-top: 1px solid #ccc; }
	#r { float: right; }
