/* CSS Document */

@import url("top_box.css");
@import url("left_box.css");
@import url("right_box.css");
@import url("bot_box.css");
@import url("boxes.css");
@import url("hover_gallery.css");
@import url("hover_shopping.css");
@import url("hover_awards.css");
@import url("hover_competition.css");
@import url("text.css");
@import url("forms.css");

* {
	margin:0px;
	padding:0px;
}

div {
/*	border:1px solid red;*/
}

body {
	font-family:Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

.ctc {
/*	background-image:url("../images/page-bg7.gif");*/
	background-color:#FFF100;
	background-position:center top;
	color:#000000;
	margin-bottom:25px;
	min-height:500px;
}

.container {
	width:930px;
	min-height:540px;
	height:auto !important;
	height:540px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	padding-bottom:25px;
}

.main_box {
	float:left;
	width:745px;
	min-height:540px;
	height:auto !important;
	height:540px;
	padding:0px;
}

.content_main {
	float:left;
	width:510px;
	min-height:420px;
	height:auto !important;
	height:420px;
	padding:10px 10px 10px 10px;
}

.invis {
	display:none;
}

.flashHolder {
	float:left;
	position:relative;
	width:243px;
	height:138px;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-top:5px;
}


.comp_butn_first{
	float:left;
	width:43px;
	height:40px;
	background-image:url("../images/buttons/first.gif")
}

.comp_butn_second{
	float:left;
	width:43px;
	height:40px;
	background-image:url("../images/buttons/second.gif")
}

.comp_butn_third{
	float:left;
	width:43px;
	height:40px;
	background-image:url("../images/buttons/third.gif")
}

.parents_box a:hover{
	font-weight:bold;
}

.icon_pdf_container {
	float:left;
	width:60px;
	height:70px;
}

.icon_pdf_link_container {
	float:left;
	padding-top:20px;
	width:160px;
	height:55px;
}

#icon_pdf {
	float:left;
	width:60px;
	height:70px;
	background-image:url("../images/icons/icon_pdf.gif");
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#icon_pdf:hover {
	float:left;
	width:60px;
	height:70px;
	background-image:url("../images/icons/icon_pdf.gif");
	background-repeat:no-repeat;
	background-position: -60px 0px;
}
