html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 75%;
	color: #5c5c5c;
	background: #fff;
}

.clear {
	clear: both;
}

.hr {
	height: 15px;
}

img {
	border: 0;
}

input, textarea {
	outline: 0;
	resize: none;
}

a {
	color: #0c70f0;
	text-decoration: none;
}

a:hover {
	color: #7800ff;
	text-decoration: underline;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	margin-top: 18px;
	margin-bottom: 15px;
	height: 73px;
	position: relative;
	z-index: 10;
}

#subheader {
	height: 364px;
	margin-bottom: 15px;
	position: relative;
	margin-top: -29px;
	background: url(images/big.jpg) no-repeat 19px 0;
	z-index: 9;
}


#header h1 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 20px;
}

#header h2 {
	padding-top: 22px;
	font-weight: normal;
	font-size: 165%;
	padding-left: 60px;
	text-align: center;
	color: #a4a4ab;
}

#contact-manager {
	display: block;
	width: 130px;
	height: 50px;
	position: absolute;
	right: 13px;
	top: 12px;
	background: url(images/phone-icon.png) no-repeat;
	font-size: 140%;
	padding-left: 30px;
	padding-top: 2px;
}

#glass-trigger {
	width: 425px;
	height: 350px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#instruments-trigger {
	width: 565px;
	height: 350px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#glass-link, #instruments-link {
	display: none;
	background: #e9ddff;
}
#instruments-link {
	width: 180px;
	height: 50px;
	position: relative;
	left: 260px;
	top: 230px;
}


#glass-link {
	width: 100px;
	height: 50px;
	position: relative;
	left: 255px;
	top: 265px;
}

#glass-link .sb-inner, #instruments-link .sb-inner {
	background: #e9ddff;
}

#glass-link a, #instruments-link a {
	display: block;
	font-size: 150%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

#footer {
	border-top: 1px dotted #c2c3ce;
	margin-top: 25px;
	height: 120px;
	position: relative;
}

#copyright {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 21px;
	left: 22px;
}

#copyright .brothers {
	color: #7800ff;
}

#menumap {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	margin-top: 21px;
	list-style: none;
}

#menumap li {
	display: inline;
	margin-right: 4px;
}

#search, #search2 {
	width: 198px;
	height: 28px;
	background: url(images/search-field.png) no-repeat;
	position: absolute;
	right: 22px;
	top: 24px;
}

#search-field, #search-field2 {
 	border: 0;
	background: transparent;
	width: 160px;
	height: 20px;
	outline: none;
	display: block;
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 150%;
	color: #5e5e5e;
	font-family: "Trebuchet MS", sans-serif;
}

#search-submit, #search-submit2 {
	display: block;
	position: absolute;
	top: 8px;
	right: 11px;
}

#search2 {
	width: 659px;
	margin-bottom: 10px;
	background: url(images/search-field2.png) no-repeat;
	position: relative;
	top: 0;
	left: 0;
}

#search-field2 {
	width: 620px;
}

#search-results {
	font-size: 110%;
	line-height: 175%;
}

#wrapper {
	position: relative;
}

#left-column {
	width: 260px;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	min-height: 600px;
	height: auto !important;
	height: 600px;	
	position: relative;
	left: 285px;
	width: 705px;
}

#content h3 {
	font-size: 200%; 
	color: #32322f;
	font-weight: normal;
	margin: 0;
}

#intro {
	background: #dfecfd;
	padding: 15px;
	position: relative;
	margin-bottom: 17px;
}

#intro .sb-shadow, #main-menu .sb-shadow {
	background: #7a7c7f;
}
#intro .sb-inner {
	position: relative;
	background: #dfecfd;
}

#intro .content {
	margin-left: 205px;
}

#intro p {
	margin: 8px 0 0;
}

#intro img {
	display: block;
	float: left;
}

#sec {
	background: #e9ddff;
	position: relative;
	padding-left: 23px;
}

#sec .sb-shadow {
	background: #7f7a7e;
}
#sec .sb-inner {
	position: relative;
	background: #e9ddff;
}

#sec h3 {
	padding-top: 15px;
	margin-bottom: 8px;
	color: #3b3a38;
}

#main {
	background: #f4f4f6;
	position: relative;
	padding: 0 23px;
	padding-bottom: 20px;
	margin-bottom: 17px;
}

#main .sb-shadow {
	background: #7f7a7e;
}
#main .sb-inner {
	position: relative;
	background: #f4f4f6;
}

#main h3 {
	padding-top: 15px;
	margin-bottom: 8px;
	color: #3b3a38;
}

#main h3.underlined {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #c2c3ce;
}

#main p, #intro p {
	font-size: 110%;
}

#main p.content {
	margin-top: 15px;
}

#main .categorizer {
	position: absolute;
	top: 17px;
	right: 23px;
}

#main .categorizer select {
	width: 180px;
}

#main .paginator {
	position: relative;
	font-size: 150%;
}

#main .paginator .prev, #main .paginator .next {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#main .paginator .next {
	left: auto;
	right: 0 !important;
	right: 23px;
}

#main .paginator p {
	margin: 0;
	text-align: center;
	margin: 0 100px;
}


#main .back {
	display: block;
	font-size: 150%;
	position: absolute;
	top: 17px;
	right: 0 !important;
	right: 23px;
}

#main .pics {
	height: 300px;
	padding-left: 325px;
}

#main .pics a {
	float: left;
	margin-right: 25px;
}

#main .pics .big {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#main .pics .big {
	margin-bottom: 10px;
}

#main .pics a img {
	border: 1px solid #e9ddff;
}

#main h4 {
	font-weight: bold;
	margin: 20px 0 4px;
}

#main p {
	margin: 0;
	padding: 0;
}

#main .contacts {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

#main .contacts li {
	padding: 0;
	margin: 0 0 5px 0;
}

#main .contacts .phone {
	height: 46px;
	background: url(images/phone-icon2.png) no-repeat;
	padding: 5px 0 0 30px;
	font-size: 150%;
}

#main .contacts .phone h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 75%;
	color: #91afe5;
}

#main .contacts .email {
	margin-left: -2px;
	height: 21px;
	background: url(images/mail-icon.png) no-repeat 0 5px;
	padding: 6px 0 0 37px;
	font-size: 120%;
}


#main .contacts .skype {
	height: 23px;
	background: url(images/skype-icon.png) no-repeat 0 5px;
	padding: 8px 0 0 57px;
	font-size: 120%;
}

#main .contacts .icq {
	height: 22px;
	background: url(images/icq-icon.png) no-repeat 0 5px;
	padding: 8px 0 0 60px;
	font-size: 120%;
}


#main .zoom {
	display: block;
	padding-left: 18px;
	font-size: 90%;
	background: url(images/zoom-icon.png) no-repeat;

}

#sec .product, #main .product {
	width: 123px;
	margin-right: 8px;
	margin-bottom: 15px;
	float: left;
}

#sec .product a, #main .product a {
	display: block;
	font-size: 115%;
}

#sec .product strong, #main .product strong {
	margin-bottom: 9px;
	display: block;
	color: #3B3A38;
	margin-top: 4px;
}

#sec .product a img, #main .product a img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e9ddff;
}



#sec .product a:hover img, #main .product a:hover img, #main .pics a:hover img {
	border: 1px solid #7e0dfe;
}


#main-menu {
	background: #f4f4f5;
	line-height: 185%;
}

#main-menu .sb-inner {
	background: #f4f4f5;
}

#main-menu ul {
	list-style: none;
	margin: 0;
	padding: 17px 22px;
	font-size: 150%;
}

#main-menu li.active a {
	color: #7800ff;
}

#main-menu li.active li a {
	color: #0c70f0;
}

#main-menu li.active li.active a {
	color: #7800ff;
}

#main-menu li.active li.active li a {
	color: #0c70f0;
}

#main-menu li.active li.active li.active a {
	color: #7800ff;
}

#main-menu li.active ul a:hover {
	color: #7800ff;
}

#main-menu li.active li.active a:hover {
	color: #7800ff;
}


#links p, #posts p {
	border-top: 1px dotted #c2c3ce;
	padding: 15px 0;
	margin: 0;
}

#links a {
	display: block;
 	margin-bottom: 5px;
}

#posts p {
	position: relative;
	font-size: 90%;
	padding-bottom: 0;
	margin-bottom: 15px;
}

#posts strong {
	display: block;
	color: #32322f;
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 6px;
}

#posts span {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	color: #bebfcb;
}


#main-menu ul ul {
	padding: 0 15px;
	font-size: 100%;
}

#main-menu ul ul ul{
	font-size: 75%;
	line-height: 150%;
}


#testimonials {
	margin: 20px 0 0 0.5em;
}


#testimonials p {
	margin: 0 0 0 14px;
	font-size: 95%;
}

#testimonials .text {
	margin: 0;
	width: 200px;
	/* color: #a4c2f6;*/
	color: #c1b2ff;
	font-size: 200%;
	line-height: 120%;
	margin-bottom: 6px;
	padding-left: 0.5em;
}

#testimonials .text span {
	margin-left: -0.5em;
}

#testimonials .name {
	color: #1b79f0;
}

#testimonials .loc {
	color: #b8b8b5;
}

#message {
	border-top: 1px dotted #c2c3ce;
	position: relative;
	margin-top: 20px;
}

#message .form, #message .errors {
	list-style: none;
	margin: 0;
	padding: 0;
}


#message .form li {
	margin: 10px 0;
	padding: 0;
}

#message .errors {
	background: url(images/error.png) no-repeat;
	padding-left: 43px;
	height: 60px;
	position: absolute;
	top: 110px;
	left: 300px;
	color: #32322f;
	font-size: 90%;
	line-height: 14px;
}

#message label {
	color: #32322f;
	font-size: 120%;
}

#message .input {
	width: 228px;
	height: 30px;
	background: url(images/input.png) no-repeat;
	margin-bottom: 2px;
}

#message .input input {
	border: 0;
	background: transparent;
	display: block;
	position: relative;
	top: 2px;
	left: 4px;
	width: 220px;
	height: 23px;
}

#message .textarea {
	width: 659px;
	height: 115px;
	background: url(images/textarea.png) no-repeat;
}

#message .textarea textarea {
	border: 0;
	background: transparent;
	display: block;
	position: relative;
	top: 2px;
	left: 4px;
	width: 652px;
	height: 104px;
	overflow: auto;
}

.strut {
	height: 100px;
	padding-top: 50px;
	text-align: center;
	font-size: 150%;
	font-style: italic;
}

#pmenu, #tmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 135%;
	height: 25px;
}

#pmenu strong, #tmenu strong {
	color: #32322f;
}

#pmenu li, #tmenu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#tmenu {
	padding-top: 0;
	font-size: 110%;
}

#banner-left {
	text-align: center;
	margin: 20px 0;
}

#banner-bottom {
	text-align: center;
	margin: 20px 0;
}

#currency-block {
	margin: 10px 0;
	text-align: center;
}