
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#999;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol {
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 {
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}




.inner-page {
	width:864px;
	margin:0 auto;
	padding:160px 0 0 0;
	font-size:.8125em;
	position:relative;
}

.header {
	height:149px;
	overflow:hidden;
}
	.header.small {
		height:110px;
	}
	
	
.content {
	padding:0 0 60px 0;
}
.footer {
	padding:27px 0 20px 0;
	background:url(../images/footer-bg.gif) left top repeat-x;
}

.footer-left {
        padding-top: 7px;
        width: 50%;
        text-align: left;
        float: left;
}

.footer-left a {
        padding-right: 5px;
}

.footer-right {
	text-align:right;
	float: right;
	width: 50%;
}

.page {
	height:100%;
	width:100%;
	min-height:1050px;
	height:100% !important;
	height:1050px;
	position:relative;
}

.page-thumbs {
	height:100%;
	width:100%;
	min-height:1300px;
	height:100% !important;
	height:1300px;
	position:relative;
}

#services {
	background:#333;
}

#home {
	background:#fff;
}

#contacts {
	background:#333;
}


#work-with-us {
	background:#333;
}


#services-page {
	background:#333;
}





input, select, textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

a {
	color:#f4f4f4;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:20px;
	line-height:1.2em;
	color:#f4f4f4;
	margin-bottom:17px;
}
h3 {
	font-size:40px;
	color:#2c3234;
	line-height:1.2em;
	font-weight:normal;
	text-transform:uppercase;
}
h4 {
	font-size:1em;
	font-weight:normal;
}


.line-ver, .line-ver1 {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	width:100%;
}



.link1 { 
	color:#f4f4f4;
	text-decoration:none;
	font-size:15px;
	padding:0 0 0 10px;
}
.link1:hover {
	text-decoration:underline;
}



.address dt {
	margin-bottom:16px;
}
.address dd { 
	clear:both;
	color:#fff;
}
	.address dd span { 
		float:left;
		width:85px;
		color:#999;
	}
	.address dd a {
		color:#999;
	}


.header .logo {
	font-size:68px;
	line-height:1.2em;
	float:left;
}
	.header .logo a {
		color:#fff;
		text-decoration:none;
	}
	
	.header .nav {
		float:right;
	}
		.header .nav li {
			float:left;
			padding-left:5px;
		}
			.header .nav li a {
				float:left;
				width:153px;
				color:#f4f4f4;
				text-decoration:none;
				background:url(../images/nav-bg.png) no-repeat left top;
				font-size:20px;
				line-height:46px;
				text-align:center;
				text-transform:uppercase;
			}
			.header .nav li a:hover, .header .nav li a.current {
				background:url(../images/nav-bg.png) no-repeat left -46px;
				color:#333;
			}


.content {

}
	.list1 li {
		font-size:15px;
		padding:0 0 4px 0;
	}
		.list1 li a {
			color:#f4f4f4;
			text-decoration:none;
			background:#f53502;
			display:inline-block;
			padding:4px 10px 4px 10px;
		}
		.list1 li a:hover {
			background:url(../images/bg1.gif) left top;
		}

	
	.sec-nav {
		width:100%;
		overflow:hidden;
		padding:19px 0 0 0;
	}
		.sec-nav li {
			display:inline;
		}
			.sec-nav li a {
				float:right;
				background:url(../images/button-left.gif) no-repeat left top #757575;
				color:#fff;
				text-align:center;
				font-size:20px;
				text-decoration:none;
				margin-left:3px;
			}
			.sec-nav li a span {
				float:left;
				padding:0 10px 0 10px;
				line-height:33px;
				background:url(../images/button-right.gif) no-repeat right top;
				cursor:pointer;
			}
			.sec-nav li a:hover {
				color:#f53502;
			}
	
	
	
	.description {
		color:#2e3436;
		font-size:17px;
		line-height:24px;
		text-transform:uppercase;
		text-align:right;
		padding-bottom:35px;
	}

.footer {
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
}
	.footer a {
		color:#f53502;
		text-decoration:none;
	}
	.footer a:hover {
		text-decoration:underline;
	}


#contacts-form fieldset {
	border:none;
	width:240px;
}
	#contacts-form label {
		display:block;
		height:40px;
		overflow:hidden;
	}
		#contacts-form input {
			width:225px;
			padding:6px 5px 6px 8px;
			color:#333;
			background:#f4f4f4;
			border:none;
		}
		#contacts-form textarea {
			width:225px;
			padding:6px 5px 6px 8px;
			height:100px;
			color:#333;
			background:#f4f4f4;
			border:none;
			overflow:auto;
			margin-bottom:15px;
		}






#home .sec-nav li a {
	background:url(../images/button-left1.gif) no-repeat left top #757575;
	color:#fff;
}
#home .sec-nav li a span {
	background:url(../images/button-right1.gif) no-repeat right top;
}
#home .sec-nav li a:hover {
	color:#f53502;
}

#home .footer, #basic .footer {
	color:#282f31;
	background:url(../images/footer-bg1.gif) left top repeat-x;
}




.catch-phrase {
       text-align: right;
       padding-bottom: 39px;
}

.content .sec-nav .current {
       color: #333;
}



.link2 {
	color:#f4f4f4;
	text-decoration:none;
	font-size:15px;
	padding:0px;
}

.link2:hover {
	text-decoration:underline;
}                       


.ul-circle {
        list-style-type: circle;
        margin-left: 20px;
        margin-bottom: 20px;
}


.ul-circle2 li {
        list-style-type: circle;
        margin-left: 40px;
}

.ul-circle2 .li-first {
        margin-top: 10px;
}

.ul-circle2 .li-last {
        margin-bottom: 10px;
}


#e-commerce, #advanced {
	background:#333;
}






#contacts .content .wrapper {
        margin-bottom: 50px;
}




.wrapper-services {
	width:864px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow:hidden;
}


#services-page .wrapper-services .col-1 {
	width:544px;
	margin-right: 0px;
	padding-right: 40px;
}


#services-page .wrapper-services .col-2 {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	padding-left: 40px;
	width:240px;
	min-height: 240px;
}



.wrapper-work-with-us {
	width:864px;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow:hidden;
}

#work-with-us .wrapper-work-with-us .col-1 {
	width:372px;
	margin-right: 0px;
	padding-right: 60px;
}


#work-with-us .wrapper-work-with-us .col-2 {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	padding-left: 60px;
	width:372px;
}





.wrapper-package {
	width:864px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow:hidden;
}


.wrapper-package .col-1 {
	width:594px;
	margin-right: 0px;
	padding-right: 40px;
}


.wrapper-package .col-2 {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	padding-left: 40px;
	width:190px;
	min-height: 240px;
}


.list1 .sec-current {
        background:url(../images/bg1.gif) left top;
        color: #999999;
}



#basic, #basic h2 {
        color: #2E3436;
}



#basic .list1 li a {
	color:#f4f4f4;
	background:#757575;
}

#basic .list1 li a:hover {
	background:url(../images/bg1.gif) left top;
}

#basic .list1 .sec-current {
        background:url(../images/bg1.gif) left top;
        color: #000000;
}



.p-area1 {
        width: 594px;
        float:left;
}

.p-area2 {
        width: 380px;
        float: left;
}

.p-area3 {
        width: 214px;
        float:left;
}


.price-table {
        background-color: #ECECEC;
        width: 214px;
}

.price-table th {
        background-color: #CCC;
}

.price-table td {
        padding: 5px 0px 5px 10px;
}

.price-table .tc1 {
        width: 120px;
}

.free {
        color: #F7310A;
        font-weight: bold;
}



.content-design .price-table {
        background-color: #757575;
        color: #000;
}

.content-design .price-table th {
        background-color: #585858;
        color: #C1C1C1;
}

.content-design .price-table .free {
        color: #000;
}




.sec-nav-left {
	width:100%;
	overflow:hidden;
	padding:19px 0 0 0;
}

.sec-nav-left li {
	display:inline;
}

.sec-nav-left li a {
	float:left;
	background:url(../images/button-left1.gif) no-repeat left top #757575;
	color:#fff;
	text-align:center;
	font-size:20px;
	text-decoration:none;
	margin-left:3px;
}

.sec-nav-left li a span {
	float:left;
	padding:0 10px 0 10px;
	line-height:33px;
	background:url(../images/button-right1.gif) no-repeat right top;
	cursor:pointer;
}

.sec-nav-left li a:hover {
	color:#f53502;
}



.content-design .sec-nav-left li a {
	background:url(../images/button-left.gif) no-repeat left top #757575;
}

.content-design .sec-nav-left li a span {
	background:url(../images/button-right.gif) no-repeat right top;
}



.content-thumbs, .wrapper-thumbnails {
        width: 864px;
}

.wrap-header {
        width: 864px;
}

.wrap1 {
        width: 288px;
        margin: 25px 0px;
        padding: 0px;
        float: left;
}

.thumb1 {
        max-width: 220px;
        margin:0px auto;
        margin-bottom: 10px;
        min-height: 250px;
        background-color: #999;
        line-height: 215px;
}


.wrap1 p {
        text-align: center;
}

.thumb-desc {
        color: #999;
        font-weight: bold;
        text-decoration: none;
}

.thumb-desc:hover {
        color: #FFF;
}

