@charset "utf-8";
/* Main CSS Document for www.franticfilms.com
 * Author:	Maxim Chiriac moldova@mts.net
 * Description:	Main CSS document contains generic styles 
 *				for the whole site, such as:
 *				Site body, Header, Menu, Footer, etc.
*/


@import url(/styles/reset.css); /* reset script to turn various properties off */

.clear {
	height:0px;
	line-height:0em;
	border:0;
	font-size:0em;
	visibility:hidden;
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
.clearfix {display: inline-block;}  /* for IE/Mac */

.float_left {
	float: left;
}
.float_right {
	float: right;
}

body {
	background: url(/images/bg.png) center top no-repeat #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	position: relative;
	
}
#header {
	background: url(/images/grad-hor-blue-25.png) right top no-repeat #fff;
	padding: 25px 0 0 0;
}
	#logo {
		display: block;
		padding: 30px 35px 30px 40px;
		margin: -25px 0 20px 0;
		float: left;
		background: url(/images/shadow-rl.png) right top no-repeat #fff;
	}
	
#content {
/*	background: url(/images/content_bg.jpg) left top repeat-y;*/
	width: 1200px;
	clear:both;
	padding: 0px 0px 0px 0px;
}
#col1 {
	float: left;
	width: 190px;
	padding: 20px 0 0 0;
	margin: 10px 40px 20px 10px;
	border-bottom: 1px solid #666;
	
}
#col2, #col3 {
	float: left;
	width: 420px;
	padding: 30px 30px 0 30px;
	
	min-height: 300px;
}
#col2 {
/*	background: url(/images/col1_bg.png) right top no-repeat #fff;*/
}
#col3{
	background: silver;
}

#col2.single {
	width: 900px;
}
#col2.single.wide {
	width: 930px;
	padding-right: 0;
}

div.float_left {
	width: 200px;
	margin-right: 20px;
}

#footer {
	position: relative;
	width: 930px;
	clear: both;
	float: right;
	background: url(/images/grad-hor-blue-2.png) right top no-repeat transparent;
	padding: 10px 0 0 0;
}


/* NAVIGATION */
dl.nav {
	list-style: none;
	float: left;
	border-right: 1px solid #999;
	width: 175px;
	min-height: 9em;
	padding: 15px;
}
dl.nav.tv { border-left: 1px solid #999; }
dl.nav dt {
	font-size: 1.7em;
	line-height: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
}
dl.nav dd a {
	font-size: 1.5em;
	line-height: 1.15em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
dl.nav dd a:hover {
	color: #900;
	color: inherit;	
}
