@import url('general.css');
@import url('common.css');

/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
	background: #fff url("../images/html_bg.png") 50% top no-repeat;
}

body {
    font-family: Tahoma, Arial, "Geneva CE", lucida, sans-serif;
    font-size: 0.75em;
    background: url("../images/body_bg.png") 50% bottom no-repeat;
    color: #2a2a2a;
}

img {
    border: none;
}

/*--LAYOUT----------------------------------------------------------------*/

#main {
	width: 100%;
    background: #fff;
    text-align: left;
}

#page {
	width: 100%px;
	margin: 0;
	padding: 0;
	position: relative;
}

/*--CENTER-PART-----------------------------------------------------------*/

#centerPart {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#tips {
	display: none;
}


.leftContent {
	width: 100%;
}

.section .leftContent {
	width: 100%;
}

.rightContent {
	width: 100%;
}

.section .rightContent {
	width: 100%;
}

.author {
	font-size: 0.8em;
	margin-bottom: 40px;
}

.related {
	font-size: 0.9em;
	margin-bottom: 33px;
}

#sectionPartners {
	margin: 5px 0 0 0;
}

#sectionPartners .content {
	padding: 7px 15px 0 15px;
}

#sectionPartners .content a {
	margin: 0 20px 0 20px;
}

#sectionPartners h2 {
	font-family: "Trebuchet MS", Tahoma, "Geneva CE", lucida, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #a8a8a8;
}

.rightBanner {	
	display: block;
	margin-bottom: 5px;
	display: none;
}

.squareBanner {	
	display: block;
	margin-bottom: 10px;
	display: none;
}

.greyBanner {	
	display: none;
}

.slide {
	display: none;
}
#videos, #files {
	margin-bottom: 15px;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	display: none;
}

#videos h2, #files h2 {
	padding: 3px 0 0 29px;
	margin: 0 0 2px 0;
	color: #231f20;
	font-size: 0.9em;
	font-weight: normal;
	background: url("../images/ico_video.gif") 0 0 no-repeat;
}

#files h2 {
	padding: 0 0 0 11px;
	background: url("../images/ico_download.gif") 0 4px no-repeat;
}

#videos ul, #files ul {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#videos ul li, #files ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #595959;
}

.perex {
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	background: url("../images/dots3.gif") 0 0 repeat-x;
}

.bigPerex {
	padding: 5px 0 0 0;
	margin: 0 0 8px 0;
}

.perex .photo, .bigPerex .photo {
	padding: 1px;
	border: 1px #d2d2d2 solid;
	display: block;
	background: #ffffd5;
	float: left;
}

.bigPerex .photo {
	margin-bottom: 5px;
}

.perex .photo img {
	width: 63px;
	height: 76px;
	vertical-align: top;
}

.bigPerex .photo img {
	width: 104px;
	height: 125px;
	vertical-align: top;
}

.perex .content {
	width: 80%;
	float: left;
	margin-left: 10px;
	font-size: 0.9em;
}

.bigPerex .content {
	width: 70%;
	margin-left: 10px;
	float: left;
	font-size: 0.9em;
}

.perex .content h2, .bigPerex h2 {
	margin-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Tahoma, "Geneva CE", lucida, sans-serif;
}

.perex .content p, .bigPerex .content p {
	margin-bottom: 5px;
	color: #2a2a2a;
}

.perex .content .more, .bigPerex .content .more {
	font-family: "Trebuchet MS", Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	text-decoration: none;
}

.perex .content .more:hover, .bigPerex .content .more:hover {
	text-decoration: underline;
}

.perex .content .link, .bigPerex .link {
	color: #a3a3a3;
	background: url("../images/ico_link.gif") 0 1px no-repeat;
	padding: 0 0 0 12px;
	line-height: 0.9em;
}

.bigPerex .link {
	font-size: 0.9em;
}

.perex .content .link a, .bigPerex .link a {
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	text-decoration: none;
}

.perex .content .link a:hover, .bigPerex .link a:hover {
	text-decoration: underline;
}

.weatherBox {
	margin-bottom: 8px;
	display: none;
}

#roundedBoxes {
	padding-top: 30px;
	display: none;
}

#roundedBoxes .roundedBox {
	width: 166px;
	margin-left: 8px;
	_margin-left: 4px;
	position: relative;
	float: left;
}

#roundedBoxes .noMargin {
	margin-left: 0;
}

#roundedBoxes .roundedBox .row {
	margin: 2px 0 3px 0;
}

#roundedBoxes .roundedBox .top {
	height: 6px;
	overflow: hidden;
	background: url("../images/roundedbox_top.gif") 0 0 no-repeat;
}

#roundedBoxes .roundedBox .bottom {
	height: 6px;
	overflow: hidden;
	background: url("../images/roundedbox_bottom.gif") 0 0 no-repeat;
}

#roundedBoxes .roundedBox .content {
	width: 154px;
	min-height: 170px;
	_height: 170px;
	padding: 5px;
	border-left: 1px #818181 solid;
	border-right: 1px #818181 solid;
}

#roundedBoxes .roundedBox .content .photo {
	float: left;
}

#roundedBoxes .roundedBox .content .link {
	width: 75px;
	float: right;
	font-size: 0.8em;
	text-decoration: none;
}

#roundedBoxes .roundedBox .content .link:hover {
	text-decoration: underline;
}

#roundedBoxes .roundedBox .logo {
	width: 164px;
	position: absolute;
	left: 0;
	top: -12px;
	text-align: center;
}

.references {
	display: none;
}

#sectionPartners {
	display: none;
}

/*--LEFT-PART---------------------------------------------------------------*/

#leftPart {
	display: none;
}

/*--ABSOLUTE----------------------------------------------------------------*/

#menu {
	display: none;
}

#logoGirl {
	display: none;
}

#headerBanner {
	display: none;
}

/*--RIGHT-PART---------------------------------------------------------------*/

#rightPart {
	display: none;
}

/*--PARTNERS---------------------------------------------------------------*/

#partners {
	display: none;
}

/*--FOOTER---------------------------------------------------------------*/

#footer {
	height: 80px;
	padding: 0 0 0 45px;
	position: relative;
}

#footer .links, #footer .links2 {
	display: none;
}

#footer .copy{
	position: absolute;
	right: 10px;
	top: 75px;
	font-size: 0.8em;
	color: #a8a8a8;
}

#footer .copy a {
	color: #a8a8a8;
}







