/*-----------------------------------------------------
Style Elements:
[01] Yahoo CSS Reset
[02] HTML / Body
[03] Anchors
[04] Images
[05] Header
[06] Top menu
[07] Search
[08] Main column
[09] Main adverts
[10] Latest news
[11] Left column
[12] Left menu
[13] Right column
[14] Right list
[15] Footer
[16] Miscellaneous
-------------------------------------------------------*/


/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, blockquote {
	margin: 0;
    padding: 0;
	} 

table {
	border-collapse: collapse;
    border-spacing: 0;
	}

fieldset,img {
	border: 0;
	}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
    font-weight: normal;
	}

ol, ul {
	list-style: none;
	}

caption,th {
	text-align: left;
	} 

h1, h2, h3, h4, h5, h6 {
	font-size:100%; 
	}

q:before, q:after {
	content: '';
	}

abbr,acronym {
	border: 0;
	}


/* [02] HTML / Body
-------------------------------------------------------*/

body {
	text-align:center;
	font-size:62.5%;
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}


/* [03] Anchors
-------------------------------------------------------*/
a {
	color:#33367b;
	outline:none;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}


/* [04] Images
-------------------------------------------------------*/
img {
	border:none;
	}


/* [05] Header
-------------------------------------------------------*/
.headformat {
	width:950px;
	height:135px;
	overflow:hidden;
}

 .logo {
	position:absolute;
	width:49px;
	height:66px;
	top:6px;
	left:17px;
}

 .topmenu {
	position:absolute;
	width:720px;
	height:40px;
	top:80px;
	left:0;
	text-align:left;
}


/* [07] Search
-------------------------------------------------------*/

.search-middle {
	width:165px;
	background:none;
	border:0;
	color:#666666;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	padding-top:5px;
	margin:0;
}


/* [08] Main column
-------------------------------------------------------*/
.main {
	width:950px;
	line-height:1.5em;
}

/* [15] Footer
-------------------------------------------------------*/

.footer {
	padding:10px 0 10px 0;
	text-align:right;
	font-size:11px;
	color:#666;
	background:url("../images/footer-line.gif") repeat-x;
}

.footer a {
	font-size:11px;
}


/* [16] Miscellaneous
-------------------------------------------------------*/
.clear {
	clear:both;
}

.buffer {
	margin:0 auto;
	position:relative;
	width:970px;
	text-align:left;
}

.wrapper {
	position:relative;
	margin:0 10px 0 10px;
	width:950px;
}