html, body {
    width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 	    
}

html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
	font-family: Arial, sans-serif;	
	font-size: 11px;
	color: #8e699b;	
}

body#body-index { background: #21042b; text-align: center; }
body#body-home {background: #21042b url('../images/top-1.jpg') no-repeat scroll top center;}
body#body-offer {background: #21042b url('../images/top-2.jpg') no-repeat scroll top center;}
body#body-stormer {background: #21042b url('../images/top-3.jpg') no-repeat scroll top center;}
body#body-projects {background: #21042b url('../images/top-4.jpg') no-repeat scroll top center;}
body#body-contact {background: #21042b url('../images/top-5.jpg') no-repeat scroll top center;}

div, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a img { border: 0; }

a, a:link, a:visited { 
    text-decoration: none;
}

a:hover { 
    text-decoration: underline 
}

.container { 
    float: left;
    width: 100%;
}

body#body-index table, 
body#body-index td {
	width: 100%;
	height: 100%;
	text-align: center; 
	vertical-align: middle;
}

body#body-index a { 
	color: #6a3b77;
}

body#body-home .container {background: transparent url('../images/bottom-1.jpg') no-repeat scroll bottom center;}
body#body-offer .container {background: transparent url('../images/bottom-2.jpg') no-repeat scroll bottom center;}
body#body-stormer .container {background: transparent url('../images/bottom-3.jpg') no-repeat scroll bottom center;}
body#body-projects .container {background: transparent url('../images/bottom-4.jpg') no-repeat scroll bottom center;}
body#body-contact .container {background: transparent url('../images/bottom-5.jpg') no-repeat scroll bottom center;}

.header, .content {
    margin: 0 auto;
    width: 750px;    
    text-align: left;
}

.header-box {
    float: left;
    width: 750px;
    height: 275px;
}
body#body-home .header-box {height: 386px;}

.logo {
    float: left;
    padding: 280px 0px 0px 14px;
}

.page-title {
    float: left;
    padding: 215px 0px 0px 15px;
}

ul.top-menu {
    float: right;
    list-style-type: none;
    margin: 0px;
    padding: 85px 12px 0px 0px;
    width: 304px;
    height: 50px;
}

body#body-home ul.top-menu {
    padding: 171px 126px 0px 0px;
}

ul.top-menu li {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.top-menu li a {
    float: left;
    display: block;
    height: 50px;
}

ul.top-menu li a.menu-1 {width: 70px;background: transparent url('../images/menu-1.png') no-repeat scroll 0px 0px;}
ul.top-menu li a.menu-1:hover, body#body-home ul.top-menu li a.menu-1 {background: transparent url('../images/menu-1.png') no-repeat scroll -70px 0px;}

ul.top-menu li a.menu-2 {width: 55px;background: transparent url('../images/menu-2.png') no-repeat scroll 0px 0px;}
ul.top-menu li a.menu-2:hover, body#body-offer ul.top-menu li a.menu-2 {background: transparent url('../images/menu-2.png') no-repeat scroll -55px 0px;}

ul.top-menu li a.menu-3 {width: 62px;background: transparent url('../images/menu-3.png') no-repeat scroll 0px 0px;}
ul.top-menu li a.menu-3:hover, body#body-projects ul.top-menu li a.menu-3 {background: transparent url('../images/menu-3.png') no-repeat scroll -62px 0px;}

ul.top-menu li a.menu-4 {width: 56px;background: transparent url('../images/menu-4.png') no-repeat scroll 0px 0px;}
ul.top-menu li a.menu-4:hover, body#body-stormer ul.top-menu li a.menu-4 {background: transparent url('../images/menu-4.png') no-repeat scroll -56px 0px;}

ul.top-menu li a.menu-5 {width: 61px;background: transparent url('../images/menu-5.png') no-repeat scroll 0px 0px;}
ul.top-menu li a.menu-5:hover, body#body-contact ul.top-menu li a.menu-5 {background: transparent url('../images/menu-5.png') no-repeat scroll -61px 0px;}


.footer {
    float: left;
    width: 716px;
    padding-left: 34px;
    height: 130px;
}   

.footer-circle {
    float: left;
    display: block;
    padding-right: 13px;
    width: 29px; 
    height: 29px;
    background: transparent url('../images/footer-circle.gif') no-repeat scroll top left;
}
a.footer-circle { background: transparent url('../images/footer-circle-top.gif') no-repeat scroll top left; text-indent: -9999px; }

.footer-contact {
    float: left;
    color: #8e6a9b;
    line-height: 14px;
    padding-top: 1px;
}

.footer-contact span {
    color: #55335f;
}

.footer-projects-name,
.footer-projects-company,
.footer-projects-year {
    float: left;
    color: #8e6a9b;
    line-height: 14px;
    padding-top: 1px;    
}

.footer-projects-name strong,
.footer-projects-company strong,
.footer-projects-year strong {
    color: #684674;
}

.footer-projects-name {width: 156px;}
.footer-projects-company {width: 132px;}
.footer-projects-year {width: 100px;}

.footer-createdby {
    float: left;
    color: #5d4066;
    line-height: 28px;
}
.footer-createdby a {
    color: #6a3b77;
}
.footer-design {
    float: left;
    width: 220px;
}
.footer-develoment {
    float: left;
    width: 200px;
}

/* HOME */
.home-text-left {
    float: left;
    width: 300px;
    padding: 0px 0px 50px 33px;
    color: #8e6a9b;
    line-height: 14px;
}

.home-text-left p {
    padding-bottom: 14px;
}

.home-text-right {
    float: right;
    width: 285px;
    padding: 0px 60px 50px 0px;
    color: #8e6a9b;
    line-height: 14px;
}

.home-text-right p {
    padding-bottom: 14px;
}

/* OFFER */
.offer-top {
    float: left;
    display: inline;
    width: 675px;
    margin: 0px 75px 0px 0px;
    padding: 0px 0px 18px 0px;
    border-bottom: 1px solid #310441;
}

.offer-top-left {
    float: left;
    width: 300px;
    padding: 0px 0px 0px 33px;
    color: #8e699b;
    line-height: 14px;
}

.offer-top-right {
    float: right;
    width: 285px;
    padding: 0px 10px 0px 0px;
    color: #8e699b;
    line-height: 14px;
}

.offer-top-left p, 
.offer-top-right p {
    padding-bottom: 14px;
}

.offer-bottom {
    float: left;
    display: inline;
    width: 675px;
    margin: 0px 75px 0px 0px;
    padding: 44px 0px 46px 0px;
}

.offer-bottom-left {
    float: left;
    width: 300px;
    padding: 0px 0px 0px 33px;
    color: #8e699b;
    line-height: 14px;
}

.offer-bottom-right {
    float: right;
    width: 285px;
    padding: 0px 10px 0px 0px;
    color: #8e699b;
    line-height: 14px;
}

.offer-bottom-left p, 
.offer-bottom-right p {
    padding-bottom: 14px;
}

.offer-bottom-right a {
    color: #5d4066;
    text-decoration: underline;
}

.info-list {
    float: left;
    width: 640px;
    padding: 28px 77px 0px 33px;
    background: transparent url('../images/list-border-bottom-long.gif') no-repeat scroll bottom left;
}

.info-list-title {
    float: left;
    width: 640px;
    height: 22px;
    line-height: 22px;
    padding-bottom: 28px;
    font-weight: bold;
    color: #8e699b;
}

.info-list ul {
    float: left;
    width: 640px;
}

.info-list ul li {
    float: left;
    width: 640px;
    background: transparent url('../images/list-border-bottom.gif') no-repeat scroll bottom left;
}

.info-list ul li.last {
    background: none;
}

.info-list ul li div.left {
    float: left;
    width: 300px;
    padding: 9px 0px 9px 28px;
    line-height: 12px;
    background: transparent url('../images/bullet-small.gif') no-repeat scroll 5px 9px;
    font-weight: bold;
    color: #8e699b;
    font-weight: bold;
}

.info-list ul li ul {
    float: left;
    width: 292px;
    padding: 0px 0px 0px 20px;
    margin: 0px;;
}

.info-list ul li ul li {
    float: left;
    width: 272px;
    background: none;
    color: #5d4066;
    line-height: 14px;
    padding: 9px 20px 9px 0px;
    border-bottom: 1px solid #280435;
}

.info-list ul li ul.light-color li {color: #8e699b;}

.info-list ul li ul li.last {
    border: 0px;
}

/* contact */
.contact {
    float: left;
    width: 750px;
    height: 418px;
    position: relative;
}

.contact-text {
    position: absolute;
    top: 0px;
    left: 26px;
    width: 280px;
    color: #684674;
    line-height: 14px;
}

.contact-tel { 
    position: absolute;
    top: 0px;
    left: 332px;
    width: 280px;
    color: #684674;
    line-height: 14px;
}

.contact-tel a { 
	color: #6a1286;
}

.contact-tel span { 
	color: #55335f;
}

.contact label {
    position: absolute;
}

.contact label.label-1 {left: 29px;top: 88px;}
.contact label.label-2 {left: 335px;top: 88px;}
.contact label.label-3 {left: 29px;top: 156px;}
.contact label.label-4 {left: 335px;top: 156px;}

.contact .input {
    position: absolute;
    width: 252px;
    height: 30px;
    padding: 13px 21px 0px 17px;
    background: transparent url('../images/contact-input.gif') no-repeat scroll top left;
}

.contact .input input {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
    font-family: Arial, sans-serif;	
	font-size: 11px;
	color: #684674;	
	width: 252px;
}

.contact .input.input-1 {left:26px;top:109px;}
.contact .input.input-2 {left:332px;top:109px;}
.contact .input.input-4 {left:332px;top:177px;}

.contact .textarea {
    position: absolute;
    top: 177px;
    left: 26px;
    width: 252px;
    height: 176px;
    padding: 13px 21px 13px 17px;
    background: transparent url('../images/contact-textarea.gif') no-repeat scroll top left;
}

.contact .textarea textarea {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
    font-family: Arial, sans-serif;	
	font-size: 11px;
	color: #684674;	
	width: 252px;
	height: 174px;
	overflow: hidden;
}

.contact .button {
    position: absolute;
    top: 224px;
    left: 332px;
}

.contact .alert-green {
    position: absolute;
    top: -22px;
    left: 24px;
    width: 280px;
    font-weight: bold;
}

.contact .alert-green img {
    vertical-align: middle;
    padding-right: 5px;
}

.contact .alert {
    position: absolute;
    width: 145px;
    text-align: right;
    color: #8c1414;
}

.contact .alert img {
    vertical-align: middle;
    padding-right: 5px;
}

.contact .alert.alert-1 {left: 166px;top: 83px;}
.contact .alert.alert-2 {left: 472px;top: 83px;}
.contact .alert.alert-3 {left: 166px;top: 151px;}
.contact .alert.alert-4 {left: 472px;top: 151px;}

/* projects */
.projects {
    float: left;
    width: 750px;
    padding-bottom: 14px;
}

.projects-main {
    float: left;
    width: 400px;
    padding-left: 31px;
}

.projects-main-text {
    float: left;
    width: 400px;
    height: 130px;
    color: #684674;
    line-height: 14px;
}

.projects-main-images {
    float: left;
    width: 420px;
    height: 280px;
    position: relative;
}

.projects-main-images .more-photos {
	position: absolute;
	top: 0px; 
	left: 0px; 
	display: none;
	width: 0px; 
	height: 0px;
}

.projects-main-images .loader {
    position: absolute;
    width: 420px;
    height: 280px;
    top: 0px;
    left: 0px;    
    display: none;
    background: transparent url('../images/ajax-loader.gif') no-repeat center center;
}
.projects-main-images .images {
    position: absolute;
    width: 420px;
    height: 280px;
    top: 0px;
    left: 0px;
}

.projects-main-images .images a {
    float: left;
    display: block;
    width: 70px;
    height: 280px;
    padding-right: 10px;
}

.projects-main-images .images a img {
    float: left;
    width: 70px;
    height: 280px;
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity:0.4;
}

.projects-main-images .images a:hover img {
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity:1;
}

.projects-side {
    float: right;
    width: 140px;
}

.projects-side .title {
    float: left;
    width: 140px;
    height: 24px;
    margin: 12px 0px 0px 0px;
    text-indent: -9999px;
}

.projects-side-1 .title {background: transparent url('../images/projects-public.gif') no-repeat scroll top left;}
.projects-side-2 .title {background: transparent url('../images/projects-private.gif') no-repeat scroll top left;}
.projects-side-2 .title-2 {background: transparent url('../images/projects-kitchen.gif') no-repeat scroll top left;margin-top: 36px;}

.projects-side ul {
    float: left;
    width: 140px;
}

.projects-side ul li {
    float: left;
    width: 140px;
}

.projects-side ul li a {
    float: left;
    display: block;
    color: #684674;
    line-height: 15px;
    padding: 0px 1px;
    background-color: transparent;
    text-decoration: none;
}
.projects-side ul li a:hover, .projects-side ul li a.active {
    color: #ab6bc2;    
    background-color: #6a1286;
}



