* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
}
img {
	border: 0;
}
.clear {
	clear: both;
}



/*@group blocks*/

#page {
	padding: 0 20px;
	background: url('/f/i/sky.jpg') top center no-repeat;
	min-width: 900px;
}
#header {
	width: 100%;
	height: 325px;
}
#header .slogan1 {
	position: absolute;
	z-index: 10;
	top: 80px;
	width: 214px;
	height: 160px;
}
#header .headerCollage {
	text-align: center;
	padding-top: 30px;
}
#header .addressBlock {
	position: absolute;
	top: 100px;
	right: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 110%;
	font-style: italic;
	color: #616a78;
	width: 190px;
	height: 50px;
}
#header .phoneBlock {
	position: absolute;
	top: 180px;
	right: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 170%;
	font-style: italic;
	text-align: right;
	line-height: 0.9em;
	color: #616a78;
	width: 190px;
	height: 70px;
}
#header .phoneBlock .title {
	display: block;
	text-align: left;
	font-size: 50%;
}
#header .phoneBlock .code,
#header .phoneBlock .phone {
	white-space: nowrap;
}
#menu {
	height: 45px;
	margin: 0 5px 0 5px;
	background: url('/f/i/menuBackgroundCenter.png') top repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	text-align: center;
}
#menu a,
#menu span {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	text-shadow: #333333 0 1px 0;
	padding: 0 20px;
}
#menu a:hover,
#menu a.selected,
#menu span.selected {
	text-shadow: #000000 0 1px 0;
	background: url('/f/i/menuBackgroundCenterSelected.png') top repeat-x;
}
#menu .l {
	float: left;
	width: 5px;
	height: 45px;
	margin-left: -5px;
	background: url('/f/i/menuBackgroundLeft.png') no-repeat;
}
#menu .r {
	float: right;
	width: 5px;
	height: 45px;
	margin-right: -5px;
	background: url('/f/i/menuBackgroundRight.png') no-repeat;
}
#content {
	width: 100%;
	background-color: #ffffff;
}

#content .lc {
	float: left;
	width: 77%;
}

#content .l {
	float: left;
	width: 23%;
}
#content .lc h2,
#content .l h2,
#content .c h2,
#content .r h2,
#content h2 a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: 100;
	font-style: italic;
	color: #636b77;
	margin: 35px 10px 12px 10px;
}
#content .lc h3,
#content .l h3,
#content .c h3,
#content .r h3,
#content h3 a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: 100;
	font-style: italic;
	color: #636b77;
	margin: 20px 10px 12px 10px;
	font-size: 110%;
}
#content .l ul.leftProductsList,
#content .lc ul.productsList {
	font-size: 90%;
	list-style-type: none;
	padding: 10px 0;
}
#content .l ul.leftProductsList li {
	margin: 0 10px 4px 0;
}
#content .lc ul.productsList li {
	margin: 0 10px 4px 0;
	float: left;
	width: 300px;
}
#content .l ul.leftProductsList li a,
#content .lc ul.productsList li a {
	display: block;
	color: #0060cb;
	padding: 5px 10px 5px 17px;
	background: url('/f/i/productsListMarker.png') no-repeat;
	border: solid 1px #ededee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content .l ul.leftProductsList li a:hover,
#content .lc ul.productsList li a:hover {
	background-color: #ededee;
}
#content .l ul.leftProductsList li.selected,
#content .lc ul.productsList li.selected {
	background: url('/f/i/productsButtonSelected.png') repeat-x;
	color: #ffffff;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content .l ul.leftProductsList li.selected a,
#content .lc ul.productsList {
	background: url('/f/i/productsListWhiteMarker.png') no-repeat;
	border: 0;
	color: #ffffff;
}
#content .l p {
	text-align: right;
	padding: 20px;
}
#content .l p a {
	color: #0060cb;
	font-style: italic;
	font-size: 90%;
}
#content .c {
	float: left;
	width: 54%;
}
#content .c p {
	font-size: 90%;
	color: #666666;
	line-height: 1.4em;
	padding: 12px 0;
	margin: 0 10px;
}
#content .c p.error {
	font-size: 90%;
	font-weight: bold;
	color: #ff3333;
}
#content .c table {
	margin: 20px 10px 0 10px;
}
#content .c table tr td {
	font-size: 80%;
	color: #666666;
	padding: 4px;
}
#content .c form table tr td {
	font-size: 80%;
	line-height: 1.8em;
	color: #666666;
	padding: 4px;
}
#content .c form textarea.thin,
#content .c form input.thin {
	border: solid 1px #bbbbbb;
	font-size: 110%;
	width: 100%;
}
#content .c form label {
	margin-left: 5px;
}
#content .c form textarea {
	width: 100%;
	height: 300px;
}
#content .c .hint {
	color: #666666;
	font-size: 80%;
	float: left;
}
#content .c form .orderButton {
	text-align: right;
}
#content .c p.mainPagePhotos a {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 150px;
	height: 150px;
}
#content .c p.mainPagePhotos a img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .c p.goToGallery {
	text-align: right;
}
#content .c p.goToGallery a {
	color: #0060cb;
	font-style: italic;
	font-size: 100%;
}


#content .c div.album {
	float:  left;
	width:  150px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
#content .c div.album a {
	display: inline-block;
	width: 150px;
	height: 150px;
}
#content .c div.album div a {
	display: inline;
	width: auto; height: auto;
}
#content .c div.album a img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .c div.album div {
	text-align: center;
}
#content .c div.album div {
	color: #0060cb;
	font-size: 90%;
	padding:  10px 0;
}

#content .r {
	float: left;
	width: 23%;
}
#content .r .sendOrderButton {
	float: right;
	width: 193px;
	margin: 30px 0 10px 0;
	text-align: center;
}
#content .r .banner {
	float: right;
	width: 193px;
	margin: 20px 0 40px 0;
}
#content .r ul.downloads {
	float: right;
	width: 193px;
	list-style-type: none;
}
#content .r ul.downloads li {
	height: 23px;
	padding-left: 30px;
	line-height: 23px;
	margin: 10px 0;
}
#content .r ul.downloads li.doc,
#content .r ul.downloads li.docx {
	background: url('/f/i/fileDOC.png') no-repeat;
}
#content .r ul.downloads li.xls {
	background: url('/f/i/fileXLS.png') no-repeat;
}
#content .r ul.downloads li a {
	color: #0060cb;
	font-style: italic;
	font-size: 90%;
}
#content .r .slogan2 {
	float: right;
	width: 193px;
	margin: 40px 0;
}
#footer {
	width: 100%;
	height: 110px;
	margin-top: 30px;
	background: url('/f/i/footerBackground.jpg') repeat;
}
#footer .l {
	float: left;
	width: 23%;
}
#footer .l p {
	font-size: 75%;
	color: #666666;
	padding-top: 25px;
	text-align: center;
}
#footer .c {
	float: left;
	width: 54%;
}
#footer .c p.organization {
	font-size: 75%;
	color: #666666;
	padding:  25px 10px 0 10px;
}
#footer .c p.address {
	font-size: 75%;
	color: #666666;
	padding:  15px 10px 0 10px;
}
#footer .c p.phones {
	font-size: 75%;
	color: #666666;
	padding:  3px 10px 0 10px;
}
#footer .r {
	float: left;
	width: 23%;
}

table.products {
	background-color: #c4c4c4;
}
table.products tr td {
	background-color: #ffffff;
}

.subheader {
	font-weight: bold;
	color: #666666;
}

/*@end*/

