body, HTML {
	margin: 0px;
	background-color:#c1c1c1;
}

#frame {
	margin-left:auto;
	margin-right:auto;
	width: 889px;
	background-color:#FFFFFF;
	padding: 0px 35px 5px 35px;
	font-size:1.4em;
	line-height: 1.5em;
	color:#666666;
}
#header {
	height: 134px;
	background-image: url(images/background_frame_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left:auto;
	margin-right:auto;
	width: 959px;
	margin-top:20px;
	background-color:#FFFFFF;
}


#logo {
	float: left;
	width: 275px;
	margin: 20px;
}

img {
	border:0px;
}

#leftBlock {
	width: 268px;
	float:left;
}
#rightBlock {
	width: 580px;
	float:right;
}





/* nav */
#menu {
	float:right;
	font-size: 1.45em;
	margin-right:30px;
}
#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	display: block;
	width: 96px;
	height: 110px;
}
#menu a {
	padding: 0px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	
	position: absolute;
	bottom: 50px;
	left:8px;
}

.red {
	background-image: url(images/button_red.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pink {
	background-image: url(images/button_pink.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pinkpurple {
	background-image: url(images/button_pinkpurple.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.purple {
	background-image: url(images/button_purple.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.violet {
	background-image: url(images/button_violate.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blue {
	background-image: url(images/button_blue.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* home */

#videoHolder {
	width: 886px;
	height: 255px;
	margin-bottom:20px;
}

.symbol {
	background-image: url(images/background_frame_symbol.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* news block */

#newsBlock {
	width: 266px;
	
}
#newsBlockContent {
	width: 252px;
	background-image: url(images/background_news_background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0px 7px 0px 7px;
}
#newsBlockTop {
	width: 266px;
	background-image: url(images/background_news_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
}
#newsBlockBottom {
	width: 266px;
	background-image: url(images/background_news_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
}

#newsBlock .button {
	width: 236px;
	height:55px;
	padding:5px 8px 0px 8px;
	color:#FFFFFF;
}

#newsBlock .purple {
	background-image: url(images/news_button_purple.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#newsBlock .red {
	background-image: url(images/news_button_red.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#newsBlock .blue {
	background-image: url(images/news_button_blue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#newsBlock a {
	text-decoration:none;
	color:#FFFFFF;
}



/* quote block */

#quoteBlock {
	width: 268px;
	color:#ffffff;
}
#quoteBlockContent {
	width: 248px;
	background-image: url(images/quote_middle.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 10px 10px 10px;
}
#quoteBlockTop {
	width: 268px;
	background-image: url(images/quote_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
}
#quoteBlockBottom {
	width: 268px;
	background-image: url(images/quote_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 19px;
}



#quoteBlockContent ul { margin:0px;padding:0px; }
#quoteBlockContent ul li{ list-style:none; display:block; margin:0px;padding:0px 10px 0px 0px;min-height: 255px; }
#quoteBlockContent p {
	margin:0px;
	padding:5px 0px 10px 0px;
}
#quoteBlockContent p a {
	color:#333333;
	text-decoration:none;
}

/*blocks */

.aboutUsBlock {
	width: 268px;
	margin-top:20px;
}
.aboutUsBlockBackground {
	width: 543px;
	background-image: url(images/background_AboutBack.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 15px 15px 0px 30px;
}
.aboutUsBlockTop {
	width: 585px;
	background-image: url(images/background_AboutTop.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 13px;
	padding: 2px 0px 0px 3px;
	cursor:pointer;
}
.aboutUsBlockBottom {
	width: 588px;
	background-image: url(images/background_AboutBottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 15px;
}
.aboutUsBlock p {
	margin:0px;
}

.aboutUsImage {
	width: 100px;
	margin-right: 20px;
	float: left;
	margin-top:5px;
}
.aboutUsText {
	width: 400px;
	float: left;
	margin-top:5px;
}

.arrow {
	position: relative;
	top: 0.2em;
}

/*footer */
#footer {
	margin-bottom: 10px;
	height: 40px;
	background-image: url(images/background_frame_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left:auto;
	margin-right:auto;
	width: 959px;
	font-size: 1.2em;
}
#footer a {
	text-decoration:none;
}

#footer #left {
	float:left;
	margin-top: 25px;
	width: 300px;
}
#footer #right {
	float:right;
	margin-top: 25px;
	width: 500px;
	text-align:right;
}


/* genral */

.imageHolder {
	position:relative;
	width: 204px;
	height: 134px;
	margin: 10px 0px 0px 20px;
}
.imageEnlargeIcon {
	position:absolute;
	bottom: 10px;
	right:10px;
	width: 25px;
	height:25px;
	background-image: url(images/icon_enlarge.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 100;
}

.videoHolder {
	position:relative;
	width: 150px;
	height: 134px;
	margin: 10px 20px 0px 0px;
	float: left;
}
.videoText {
	width: 150px;
	height: 40px;
	margin: 5px 0px 0px 0px;
}
.videoEnlargeIcon {
	position:absolute;
	bottom: 40px;
	right:10px;
	width: 25px;
	height:25px;
	background-image: url(images/icon_enlargevideo.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 100;
}


/* contact us */
#contactLeft {
	float:left;
	width:314px;
margin-left:50px;
}
#contactLeftTop {
	height:14px;
	background-image: url(images/contact-left-top.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#contactLeftBottom {
	height:13px;
	background-image: url(images/contact-left-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#contactLeftMiddle {
	background-image: url(images/contact-left-back.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 20px 0px 20px;
	min-height: 430px;

}

#contactRight {
	float:left;
	width:431px;
	margin-left:50px;
}
#contactRightTop {
	height:14px;
	background-image: url(images/contact-right-top.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#contactRightBottom {
	height:13px;
	background-image: url(images/contact-right-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#contactRightMiddle {
	background-image: url(images/contact-right-back.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 20px 0px 20px;
	min-height: 430px;

}



.clear {
	clear:both;
}
