body {
	background: #fff;
	font-family: Arial, sans-serif;
}

h2 {
	font-family: Arial;
	font-size: 23px;
	text-transform: uppercase;
	color: #707173;
}

a {
	color: #9c9e9f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 45px;
	float: left;
}

#footer {
	width: 1000px;
	height: 100px;
	float: left;
}

#header .en a {
	display: block;
	width: 18px;
	height: 17px;
	background: #707173;
	margin-left: 944px;
	padding: 18px 10px 10px 5px;
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#header .en a:hover {
	background: #db214c;
}


#menu {
	height: 107px;
	width: 1000px;
	float: left;
}

#menu #logo {
	width: 230px;
	height: 107px;
	float: left;
}

#menu #links {
	width: 770px;
	height: 107px;
	float: right;
}

#menu #links ul {
	margin-top: 63px;
	color: #707173;
	display: block;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
}

#menu #links li {
	display: inline;
	margin-left: 90px;
}

#menu #links li a {
	text-decoration: none;
	color: #9c9e9f;
}

#menu #links li a.active {
	text-decoration: none;
	color: #707173;
}



#menu #links li a:hover {
	color: #db214c;
    border-bottom: 9px solid #db214c;
}

#carousel {
	margin-top: 48px;
	width: 1000px;
	height: 343px;
	background: #f6f6f6;
	float: left;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
	border-bottom-left-radius: 5px;	
	border-bottom-right-radius: 5px;
}

#main-text {
	float: left;
	margin-top: 73px;
}

#main-text .box {
	float: left;
	width: 313px;
	height: 200px;
	margin-right: 20px;
}

#main-text p {
	margin-top: 10px;
	color: #707173;
	font-size: 16px;
	line-height: 20px;
}

.sliderGallery {
	overflow: hidden;
    position: relative;
    padding: 10px;
    height: 340px;
    width: 960px;
}
        
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
        
.sliderGallery UL LI {
	display: inline;
	margin-left: 10px;
}
        
.slider {
	width: 966px;
	height: 33px;
	margin-top: 300px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	background: url(../img/scrollbar.png) no-repeat;
	float: left;
}
        
.handle {
	position: absolute;
	cursor: move;
	height: 20px;
	width: 100px;
	top: 8px;
	background: url(../img/scroller.png) no-repeat;
	z-index: 100;
    cursor: pointer;
}

#back {
    float: left;
    width: 1000px;
    height: 150px;
    margin-top: 48px;
    background: #fff url(../img/about.jpg) no-repeat;
}

#about-left {
    float: left;
    width: 645px;
    color: #707173;	
}

#about-right {
    float: left;
    width: 335px;
    margin-left: 20px;
    color: #707173;
}

#about-left .content {
    float: left;
    padding: 10px;
    width: 623px;
	line-height: 20px;
}

#about-right .content {
    float: left;
    padding: 10px;
    width: 313px;
	line-height: 20px;	
}

#back-webdesign {
    float: left;
    width: 1000px;
    height: 130px;
    margin-top: 48px;
    background: #fff url(../img/webdesign.jpg) no-repeat;
}

#back-contact {
    float: left;
    width: 1000px;
    height: 142px;
    margin-top: 48px;
    background: #fff url(../img/contact.jpg) no-repeat;
}

#back-printdesign {
    float: left;
    width: 1000px;
    height: 130px;
    margin-top: 48px;
    background: #fff url(../img/printdesign.jpg) no-repeat;
}

#page-content {
    float: left;
    width: 1000px;
    color: #707173;
    margin-top: 20px;
	line-height: 22px;
}

.project {
    margin-top: 72px;
    float: left;
}

.project .image {
    float: left;
}

.project .left {
    float: left;
    width: 665px;
    margin: 36px 0px 5px 0px;
}

.project .left .title {
    display: block;
    color: #db214c;
    font-size: 36px;
}

.project .left .tech {
    display: block;
    color: #707173;
    font-size: 24px;
    margin-top: 5px;
}

.project .right {
    float: left;
    width: 335px;
    color: #707173;
    margin: 36px 0px 5px 0px;
	line-height: 22px;
}


#info {
    float: left;
    height: 30px;
    margin: 40px 0 10px 0;
    color: #707173;
    font-size: 14px;
}

a.tumblr {
    float: left;
    display : block;
    width : 92px;
    height : 26px;
    margin : 10px 20px 0 0;
    padding : 0;
    border : 0;
    text-decoration : none;
    background : transparent url('../img/tumblr.jpg') no-repeat center;
}

a.tumblr:hover {
    background : transparent url('../img/tumblra.jpg') no-repeat   center;
}

a.wordpress {
    float: left;
    display : block;
    width : 49px;
    height : 49px;
    margin : 0 20px 0 0;
    padding : 0;
    border : 0;
    text-decoration : none;
    background : transparent url('../img/wordpress.jpg') no-repeat center;
}

a.wordpress:hover {
    background : transparent url('../img/wordpressa.jpg') no-repeat   center;
}

a.blip {
    float: left;
    display : block;
    width : 71px;
    height : 48px;
    margin : 0 20px 0 0;
    padding : 0;
    border : 0;
    text-decoration : none;
    background : transparent url('../img/blip.jpg') no-repeat center;
}

a.blip:hover {
    background : transparent url('../img/blipa.jpg') no-repeat   center;
}

a.flickr {
    float: left;
    display : block;
    width : 90px;
    height : 27px;
    margin : 10px 20px 0 0;
    padding : 0;
    border : 0;
    text-decoration : none;
    background : transparent url('../img/flickr.jpg') no-repeat center;
}

a.flickr:hover {
    background : transparent url('../img/flickra.jpg') no-repeat   center;
}

a.facebook {
    float: left;
    display : block;
    width : 82px;
    height : 31px;
    margin : 10px 20px 0 0;
    padding : 0;
    border : 0;
    text-decoration : none;
    background : transparent url('../img/facebook.jpg') no-repeat center;
}

a.facebook:hover {
    background : transparent url('../img/facebooka.jpg') no-repeat   center;
}

a.linkedin {
    float: left;
    display : block;
    width : 99px;
    height : 27px;
    margin : 10px 20px 0 0;
    padding : 0;
    border : 0;
    text-decoration : none;
    background : transparent url('../img/linkedin.jpg') no-repeat center;
}

a.linkedin:hover {
    background : transparent url('../img/linkedina.jpg') no-repeat   center;
}

#form {
    float: left;    
    
}

#form .left {
    float: left;
    width: 647px;
    height: 210px;
    background: #fff url(../img/textarea.jpg) no-repeat;
}

#form .right {
    margin-left: 18px;
    float: left;
}

#form .right .textback {
    width: 324px;
    height: 70px;
    background: #fff url(../img/inputtext.jpg) no-repeat;
}

#form .right .textback2 {
    width: 324px;
    height: 70px;
    background: #fff url(../img/inputtext2.jpg) no-repeat;
}


textarea.contact {
    width: 620px;
    height: 170px;
    margin: 5px;
    font-size: 30px;
    color: #9c9e9f;
    padding: 10px;
    border: 0px;
    font-family: Arial;
}

input.text {
    font-size: 30px;
    color: #9c9e9f;
    border: 0px solid black;
    margin: 13px;
    width: 305px;
    height: 40px;
}

input.text2 {
    font-size: 30px;
    color: #9c9e9f;
	padding-top: 10px;
    border: 0px solid black;
    margin-left: 20px;
    width: 140px;
    height: 30px;
}

input.submit {
    display: block;
    font-size: 30px;
    color: #9c9e9f;
    padding: 10px 0px 0px 10px;
    margin-top: -20px;
    width: 325px;
    height: 62px;
    border: 0px;
    background: transparent url(../img/inputsend.jpg) no-repeat;
    cursor: pointer;
}

input.submit:hover {
    background: transparent url(../img/inputsendhov.jpg) no-repeat;
}

p.error {
    display: block;
    font-size: 18px;
    color: #cd4040;
    padding: 5px;
}

p.success {
    display: block;
    font-size: 18px;
    color: #45b958;
    padding: 5px;
}

#icons {
	float: left;
	margin-bottom: 50px;
}