@charset "utf-8";
/* CSS Document */

* { 
	margin: 0;
	padding:0;
}

body {
	background:#f6f4ed url("../images/layout/body-bgr.jpg") center 0 repeat-x;
	line-height:22px;
	font-family:Tahoma, Verdana, Trebuchet MS, Arial;
	font-size:11px;
	color:#828587;
}

/*----------------------------------------------[ main tags ]-----------------------------------------------*/

h2 {
	font-weight:normal;
	font-family:Palatino Linotype, Georgia, Trebuchet MS;
	color:#787878;
	font-size:24px;
	margin:0 0 0 0;
	line-height:32px;
}
h3 {
	font-weight:normal;
	font-family:Palatino Linotype, Georgia, Trebuchet MS;
	color:#777;
	font-size:18px;
	margin:0 0 5px 0;
	padding:12px 0 0 0;
}
ul {
	list-style-type:none;
}
strong {
	font-weight:normal;
    color:#73a2be;
}
p {
	margin:0 0 18px 0;
}
textarea {
	overflow:auto;
}
a {
	text-decoration:underline;
	outline:none;
	color:#828587;
}
a:hover {
	text-decoration:none;
}
.clear {
	height:0;
	overflow:hidden;
	clear:both;
}
#craftysyntax {
	width:368px !important;
	height:116px !important;
	overflow:hidden !important;
	position:relative;
}
#craftysyntax a {
	display:block !important;
	width:368px !important;
	height:116px !important;
	overflow:hidden !important;
}
#craftysyntax a img {
	display:none;
}
#craftysyntax a {
	display:block;
	width:368px !important;
	height:116px !important;
	overflow:hidden !important;
	background:url("../images/layout/startChat.jpg") 0 0 no-repeat;
}
#craftysyntax a:hover {
	background-position:0 -113px;
}
/*----------------------------------------------[ season chooser ]-----------------------------------------------*/
#seasonChooser {
	width:370px;
	height:69px;
	position:absolute;
	right:0;
	top:0;
	margin-top:-140px;
}
#seasonChooser a { 
	display:block;
	width:370px;
	background:url("../images/layout/seasonChooser2.png") 0 0 no-repeat;
	height:69px;
	overflow:hidden;
	margin:140px 0 0 0;
}
* + html #seasonChooser a { 
	position:relative;
	top:140px;
}
#seasonChooser a:hover { 
	background-position:0 -69px;
}
* html #seasonChooser a:hover { 
	background-position:0 -68px;
}

#fishEye {
		height:150px;
		width:350px;
		padding:10px;
		text-align:center;
		position:absolute;
		top:-50px;
		right:0px;
		
		
	}
#fishEye img {
		margin-top:100px;
		width:50px;
		height:45px;
		cursor:pointer;
		margin-right:10px;
	}

/*-------------------------------------------[ site structure ]------------------------------------------*/

#wrapper { 
	width:990px;
	margin:0 auto 40px auto;
	overflow:hidden;
}
	#header {
		height:331px;
		margin:0;
	}
		#header h1 a {
			display:block;
			margin:0 auto;
			top:50px;
			width:350px;
			height:114px;
			position:relative;
		}
		#header h2 span{
			display:block;
			margin:0 auto;
			top:60px;
			width:800px;
			height:215px;
			position:relative;
		}
			#header h1 a img {
				width:350px;
				height:114px;
				border:0;
			}
		#header ul {
			list-style:none;
			position:absolute;
			left:-20px;
			top:0;
			background:url("../images/layout/bg-topnavtopnav.png") 10px 6px no-repeat;
			width:347px;
			height:42px;
			overflow:hidden;
			padding:8px 0 0 0;
		}
		
		* html #header ul {
			background:url("../images/layout/bg-topnavtopnav.png") -10px 6px no-repeat;
			height:41px;
		}
		#header ul:hover {
			background-position:10px -38px;
		}
			#header ul li {
				float:left;
				margin:0 6px 0 0;
				color:#fff;
				font-size:8px;
				padding:6px 0 0 0;
				width:347px;
				height:42px;
			}
				#header ul li a {
					color:#dbf4ff;
					text-decoration:none;
					font-size:17px;
					text-align:center;
					position:relative;
					top:-1px;
					left:0;
					font-weight:bold;
					font-family:"Palatino Linotype", Georgia, "Trebuchet MS", Arial;
					display:block;
					width:100%;
					height:100%;
				}
				#header ul li a:hover {
					color:#fff;
				}
				* html #header ul li a {
					font-weight:bold;
				}
				* + html #header ul li a {
					font-weight:normal;
				}
		
	#leftcol {
		width:270px;
		float:left;
		overflow:hidden;
	}
		#nav {
			width:210px;
			height:254px;
			background:url("../images/layout/menu-bgr.png") 0 0 no-repeat;
			padding:40px 0 19px 50px;
			/* background:url(../images/layout/menu-bgr-noSnow.png) 0 0 no-repeat; for no snow version */
		}
			#nav li {
				list-style-type:none;
				line-height:36px;
			}
				#nav li a {
					font:17px/36px Palatino Linotype, georgia;
					color:#a79860;
					text-decoration:none;
					font-variant:small-caps;
					font-weight:bold; /* Only for other than ie7+ (because of smooth) */
					
				}
				#nav li a:hover, #nav li.active a, #nav li.active a:hover {
					color:#666;
				}
				
				#navigationAdditional {
					background:url("../images/layout/bg-nav-additional.jpg") 0 0 no-repeat;
					width:193px;
					height:115px;
					margin:0 0 0 64px;
					padding:17px 0 0 0;
					position:relative;
				}
				#navigationAdditional #livechat {
					display:block;
					width:180px;
					height:50px;
					background:url("../images/layout/bg-nav-additional.jpg") -99999px 0 no-repeat;
				}
				#navigationAdditional #livechat:hover {
					background-position:-193px -17px;
				}
                #navigationAdditional #freequoteleftcol {
					display:block;
					width:180px;
					height:50px;
					background:url("../images/layout/bg-nav-additional.jpg") -99999px 0 no-repeat;
				}
				#navigationAdditional #freequoteleftcol:hover {
					background-position:-193px -67px;
				}
				
				
                #freeQuoteLink {
                	display:block;
                    width:179px;
                    height:39px;
                    overflow:hidden;
                    position:relative;
                    margin:20px 0 30px 55px;
                }
                #freeQuoteLink:hover img  { 
                	position:relative;
                    top:-39px;
                }
                #freeQuoteLink img {
                	border:0;
                }
#blogLink {
                	display:block;
                    width:179px;
                    height:39px;
                    overflow:hidden;
                    position:relative;
                    margin:20px 0 30px 55px;
                }
                #blogLink:hover img  { 
                	position:relative;
                    top:-39px;
                }
                #blogLink  img {
                	border:0;
                }
                
        .promote {
			list-style-type:none;
            width:330px;
            line-height:26px;
			margin:0 0 0 10px;
			padding:10px 0;
			background:url("../images/layout/promo.jpg") 200px 0 no-repeat;
		}
		.promote li {
			 padding:0 0 0 18px;
            font-size:11px;
            background:url("../images/layout/bullet.gif") 0 10px no-repeat;
		}
		
		.promote a {
			text-decoration:none;
			color:#6699cc;
		}
		.promote a:hover {
			text-decoration:underline;
		}
		.smallBox {
			background: url("../images/layout/testimonials-cornershadow.png") 92px 0 no-repeat;
			padding:19px 85px 20px 55px;
			width:132px;
            overflow:hidden;
		}
        .smallBox ul, ul.ticks {
            list-style-type:none;
            width:170px;
            line-height:26px;
        }
		ul.ticks {
			width:auto !important; 
		}
        .smallBox ul li, ul.ticks li {
            padding:0 0 0 18px;
            font-size:11px;
            background:url("../images/layout/bullet.gif") 0 10px no-repeat;
        }
        .smallBox ul li a {
        	text-decoration:none;
        }
        .smallBox ul li a:hover {
        	text-decoration:underline;
        }
			.smallBox h3, .smallBox p {
				width:165px;
			}
			.smallBox h3 {
				font-size:18px;
				margin:0 0 10px 0;
                color:#999;
			}
			.smallBox p {
				text-align:justify;
			}
            
        .testimonials {
			background: url("../images/layout/separator.png") 0 0 no-repeat;
			padding:0 0 0 10px;
            overflow:hidden;
            margin:40px 0 0 0;
			width:999999px;
			position:relative;
		}
		#testimonialsHolder {
			position:relative;
			left:0;
		}
		.testimonials a.next {
			clear:both;
			display:block;
			width:40px;
			margin:0 0 10px 130px !important;
		}
		.testimonials .aTestimonial {
			width:240px;
			float:left;
			margin:0;
			padding:0;
			position:relative;
			left:0;
		}
        .last {
        	position:relative;
            top:-40px;
        }
			.testimonials h3, .testimonials p {
				width:165px;
			}
			#rightcol .testimonials h3 {
				font-size:18px;
                font-weight:normal;
                color:#999;
                font-family:"palatino linotype", georgia, "trebuchet ms", arial;
				margin:10px 0 10px 0;
			}
			.testimonials p {
				text-align:justify;
			}
	#maincol {
		width:475px;
		float:left;
		padding:100px 0 0 0;
	}
    

	
	
	
	/*----------------------------------------- Contacts -------------------------------------------*/
			img.skype {
				position:relative;
				top:4px;
				margin:0 5px 0 0;
			}
            p.contactusText {
            	width:310px;
                text-align:justify;
            }
            
			form.contacts {
				background:url("../images/layout/form.png") 0 -4px no-repeat;
				padding:0 0 0 80px;
				float:left;
			}
				form.contacts ul {
					list-style-type:none;
				}
					form.contacts input {
						background:white url("../images/layout/form-hg.png") 0 0 repeat-x;
						border:1px solid #ccc;
						color:#666;
						padding:2px;
						margin:0 0 8px 0;
						width:180px;
						font:12px tahoma, verdana, arial;
					}
					* + html form.contacts input {
						margin:0 0 5px 0;
					}
					* html form.contacts input {
						margin:0 0 5px 0;
					}
					form.contacts input.ccsubm {
						cursor:pointer;
						border:0;
						background:none;
						font:12px "palatino linotype";
						color:#73a2be;
						text-transform:uppercase;
						width:80px;
						border:1px solid #ccc;
						height:24px;
						width:186px;
						margin:0 0 0 0;
						background:white url("../images/layout/form-hg.png") 0 0 repeat-x;
					}
					* + html form.contacts input.ccsubm {
						margin:6px 0 0 0;
					}
					* html form.contacts input.ccsubm {
						margin:6px 0 0 0;
					}
					form.contacts input.ccsubm:hover {
						background:white url("../images/layout/form-hg.png") 0 10px repeat-x;
					}
					form.contacts textarea {
						width:180px;
						background:white url("../images/layout/form-hg.png") 0 0 repeat-x;
						border:1px solid #ccc;
						color:#666;
						padding:2px;
						font:12px tahoma, verdana, arial;
					}
				#error {
					float:left;
					width:280px;
					position:relative;
					left:20px;
					border:1px dashed #9f9f9f;
					padding:10px;
					display:none;
					margin:0 0 40px 0;
					color:#FF0000;
				}
			
	/*----------------------------------------- End of Contacts -------------------------------------------*/
    
	
	/*----------------------------------------- portfolio -------------------------------------------*/
		
	#maincol.innerPage {
		width:750px;
        padding: 100px 5px 0 15px;
        position:relative;
	}
	
	.project {
		width:592px;
		clear:both;
		background:url("../images/layout/bg-project.png") 0 0 no-repeat;
        position:relative;
	}
    .project span.forSale {
 		display:block;
		width:137px;
        height:22px;
		background:url("../images/layout/forSale.png") 0 0 no-repeat;
        position:absolute;
        right:10px;
        bottom:10px;
        z-index:4;
	}
	.project a.fix {
		display:block;	
		width:556px;
		height:174px;
		overflow:hidden;
		margin:20px 0 14px 20px;
		float:left;
        position:relative;
	}
	.project a.fix:hover {
		opacity:.85;
	}
    * html .project a.fix {
    	margin:20px 0 14px 0;
        position:relative;
        left:19px;
    }
	.project a.fix img.imageFront {
		width:556px;
		height:174px;
		margin:0;
		padding:0;
		border:0;
	}
	.project p.description {
		padding:0 0 0 40px;
		float:left;
		background:url("../images/layout/arrowPortfolio.gif") 22px 8px no-repeat;
	}
	.project p.viewinfo {
		float:right;
		padding:0;
		width:90px;
		line-height:10px;
		height:18px;
		overflow:hidden;
	}
	.project p.viewinfo a {
		display:block;
		height:10px;
		width:90px;
		overflow:hidden;
		margin:0;
		padding:0 0 0 25px;
		position:relative;
		top:5px;
		left:-10px;
		float:left;
		text-decoration:none;
		background:url("../images/layout/arrow-open.gif") no-repeat;
		background-position:65px 1px;
	}
	.project p.viewinfo a:hover {
		color:#555;
	}
	.project .projectInfo {
		clear:both;
		width:550px;
		overflow:hidden;
		padding:20px 0 0 40px;
		margin:0 0 20px 0;
		border-top:1px dashed #ccc;
		border-bottom:1px dashed #ccc;
	}
	.project .projectInfo form.forSale label {
		padding:0 0 0 20px;
		line-height:14px;
		float:left;
		width:400px;
		margin:-7px 0 14px 0;
	}
	.project .projectInfo form.forSale label.normal {
		padding:0;
		float:left;
		width:70px;
		margin:1px 0 0 0;
	}
	.project .projectInfo form.forSale input {
		width:200px;
		background:#fff url("../images/layout/form-hg.png") 0 0 repeat-x;
		border:1px solid #ccc;
		padding:4px 6px;
		color:#777;
		font-size:12px;
		margin:-5px 0 14px 0;
		font:11px Tahoma, Verdana, "Trebuchet MS", Arial;
	}
	
	.project .projectInfo form.forSale input.submit {
		width:216px;
		clear:both;
		border:1px solid #ccc;
		background:#fff url("../images/layout/form-hg.png") 0 12px repeat-x;
		cursor:pointer;
		font-weight:bold;
		height:25px;
		line-height:1.0;
		color:#666;
		text-transform:uppercase;
		margin:15px 0 15px 70px;
	}
	.project .projectInfo form.forSale input.submit:hover {
		background-position:0 0;
	}
	.project .projectInfo form.forSale input.radio {
		width:15px;
		float:left;
		clear:both;
		border:0;
		background:url("../images/layout/arrow.gif") -99999px 0 no-repeat;
	}
	.project .projectInfo form.forSale label span {
		font-size:10px;
		color:#73A2BE;
	}
	a.order {
		color:#ff0000;
		text-decoration:none;
		font-weight:bold;
	}
	a.order:hover {
		color:#ff0000;
		text-decoration:underline;
		font-weight:bold;
	}
	.hideIt {
		overflow:hidden;
		height:0;
	}
	.projectInfo h3 {
		line-height:24px;
		color:#538bad;
	}
	.projectInfo h4 {
		font-size:11px;
		font-family:Tahoma, Verdana, "Trebuchet MS", Arial;
		line-height:10px;
		font-weight:normal;
	}
	.projectInfo ul {
		margin:20px 0 0 0;
		width:410px;
	}
	.projectInfo p.nifo {
		margin:20px 0 0 0;
		width:520px;
		clear:both;
		text-align:justify;
	}
	/*--------------------------------------- Portfolio Paging --------------------------------------*/
	table.paging {
		border:0;
		width:570px;
		margin:20px auto;
		border-bottom:1px dashed #aaa;
		border-top:1px dashed #aaa;
		font-size:14px;
	}
	table.paging td {
		border:0;
	}
	table.paging td.prev {
		text-align:left;
		width:30px;
	}
	table.paging td.next {
		text-align:right;
		width:30px;
	}
	table.paging td.pages {
		text-align:center;
		width:auto;
	}
	
	table.paging  a.nolink:hover { 
		color:#aaa;
		text-decoration:none;
		cursor:text;
	}
	table.paging  a { 
		text-decoration:none;
		color:#73a2be;
	}
	table.paging  a:hover { 
		text-decoration:underline;
	}
	table.paging td.pages a { 
		margin:0 5px 0 0;
	}
	table.paging td.pages a:hover, table.paging td.pages a.active { 
		color:#aaa;
	}
	table.paging td.pages a.active {
		cursor:text;
	}
	
    /*----------------------------------------- Services -------------------------------------------*/
    
    .accordion-content img {
    	margin:20px 20px 0 0;
        float:left;
    }
    .accordion-content ul {
    	float:left;
        color:#4990b4;
        margin:10px 0 0 0;
        list-style-type:none;
    }
    .accordion-content p {
    	clear:both;
        padding:15px 0 0 0;
    }
    /*----------------------------------------- End of Services -------------------------------------------*/
    
     /*----------------------------------------- Free quote -------------------------------------------*/
    
  
    form.freequote {
        width:368px;
    }
    form.freequote p {
        margin:10px 0 5px 0;
    }
	form.freequote p.hint {
        text-align:right;
		width:330px;
		color:#4990b4;
    }
    form.freequote p.getFreeQuoteText {
    	width:345px;
        text-align:justify;
        margin:20px 0 30px 0;
    }
    #currentWebsiteDiv, #templates {
    	display:block;
        overflow:hidden;
        height:0;
    }
    form.freequote div.clear {
        height:0;
        overflow:hidden;
        clear:both;
        padding:4px 0;
    }
    form.freequote input.radio {
        width:30px;
        border:0;
        background:none;
        float:left;
        position:relative;
        top:5px;
    }
    * html form.freequote input.radio {
    	top:2px;
    }
    * + html form.freequote input.radio {
    	top:2px;
    }
	form.freequote .packs {
		background:url("../images/layout/form-packs.jpg") 0 0 no-repeat;
		width:344px;
		height:260px;
		padding:199px 0 0 0;
	}
	form.freequote .col {
		float:left;
		width:171px;
	}
	form.freequote .col h3 {
		text-align:center;
		color:#3890c6;
	}
	form.freequote .col .promote {
		background:none;
		position:relative;
		left:5px;
	}
	form.freequote .col .promote li {
		height:20px;
	}
	form.freequote .col .radio {
		position:relative;
		top:65px;
		left:65px;
	}
	textarea.bigTextarea {
		height:200px !important;
	}
    form.freequote input {
     	width:186px;
        border:1px solid #ccc;
        background:#fff url("../images/layout/form-hg.png") repeat-x;
        font-size:11px;
        color:#999999;
        padding:3px;
    }
    form.freequote select {
     	width:194px;
        border:1px solid #ccc;
        background: url("../images/layout/form-hg.png") repeat-x;
        font-size:11px;
        color:#666;
        padding:3px;
    }
    
    label {
    	width:140px;
        display:block;
        float:left; 
    }
    label.block {
    	width:100%;
    }
    form.freequote textarea {
    	width:330px;
        height:80px;
        border:1px solid #ccc;
        padding:4px;
        background:#fff url("../images/layout/form-hg.png") repeat-x;
		color:#999;
		font-size:11px;
		font-family:Tahoma, Verdana, "Trebuchet MS", Arial;
    }
    .smallText {
    	font-size:9px;
        color:#aaa;
        position:relative;
        top:-4px;
        left:2px;
    }
    label.moreRows {
    	line-height:14px;
    }
    label:hover {
    	color:#71a3be;
        cursor:pointer;
    }
    
    label.radio {
    	width:140px;
        display:block;
        float:left;
        color:#71a3be;
    }
    label.radio:hover {
        color:#888;
    }
    label.small {
    	width:30px;
    }
    select.small {
    	width:110px !important;
    }
     label.big {
    	width:250px;
    }
    label.mid {
    	width:224px;
        
    }
    form.freequote input.submitQuote {
    	width:335px;
        cursor:pointer;
        text-transform:uppercase;
        font:14px "palatino linotype",tahoma,arial,verdana;
        margin:30px 0 0 0;
        font-weight:bold;
    }
    form.freequote input.submitQuote:hover {
    	background-position:0 14px;
    }
    /*----------------------------------------- Free quote -------------------------------------------*/
    
		#maincol p.subtitle {
			color:#73a2be;
			font-size:12px;
			margin:-7px 0 23px 0;
		}
	#rightcol {
		width: 150px;
		padding: 0 0 0 0px;
		float:left;
		overflow:hidden;
		background:url("../images/layout/right-sidebar.png") 93px 0 no-repeat;
		position:relative;
		/* url(../images/layout/testimonials-cornershadow.png) for no-snow version*/
	}
		#rightcol h3 {
			font:12px Tahoma, Verdana, Trebuchet MS, Arial;
			font-weight:bold;
			color:#73a2be;
			margin:18px 0 13px 0;
		}
		#rightcol h3 {
			color:#fff;
			font:28px/28px "palatino linotype", georgia, serif;
			font-weight:normal;
		}
		#rightcol a {
			text-decoration:none;
			font-size:12px;
			display:block;
			margin:18px 0 0 0;
		}
		#rightcol a:hover {
			color:#73a2be;
		}
		#rightcol a img {
			padding:5px;
			border:1px solid #c3bebe;
			background:white;
			text-decoration:none;
		} 
		#rightcol a:hover img {
			border:1px solid #888;
            padding:5px;
		} 
		#rightcol span {
			padding:2px 0 0 0;
			
		}
		
		#rightcol a span img, #rightcol a:hover span img {
			border:0;
			background:none;
			padding:0 5px 0 0;
			position:relative;
			top:2px;
			text-decoration:none;
		}
        
        /*--------------------------------------- Partners --------------------------------------*/
        .partners {
        	clear:both;
            margin:0 0 10px 0;
        }
         .partners img {
        	width:100px;
            height:80px;
            float:left;
            margin:0 12px 0 0;
            border:2px solid #ccc;
        }
         .partners h3 {
            margin:0 0 20px 0;
        }
         .partners p {
            text-align:justify;
        }
        /*--------------------------------------- Footyer --------------------------------------*/
		
		
#footer {
	clear:both;
	background:url("../images/layout/footer-bgr.jpg") repeat-x 0 0;
	width:100%;
	height:170px;
}
	#infooter {
		width:990px;
        height:170px;
		background:url("../images/layout/infooter-bgr.jpg") 89px 43px no-repeat;
		margin:0 auto;
	}
		#infooter p {
			float:left;
			font-size:11px;
			position:relative;
			left:152px;
			top:55px;
			line-height:20px;
			width:210px;
		}
			#infooter p a {
				text-decoration:none;
			}
			#infooter p a:hover {
				text-decoration:none;
				text-decoration:underline;
			}
			
			#infooter p a#phoneAm, a.phoneAm {
				padding:0 0 0 25px;
				text-decoration:none;
				background:url("../images/layout/lang-am.jpg") 3px 2px no-repeat;
			}
			#infooter p a#phoneAm:hover, a.phoneAm:hover {
				text-decoration:underline;
			}
			#infooter p a#phoneBg, a.phoneBg {
				padding:0 0 0 25px;
				text-decoration:none;
				background:url("../images/layout/lang-bg.jpg") 3px 1px no-repeat;
			}
			#infooter p a#phoneBg:hover, a.phoneBg:hover {
				text-decoration:underline;
			}
				#infooter p.move {
					margin:0 0 0 5px;
					width:250px;
				}
				
/*--------------- Showcase ------------------*/

.showcase img, .showcase a img {
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}
.showcase a:hover img {
	padding:4px;
	border:1px solid #999;
	background:#fff;
}
.showcase a {
	display:block;
	width:262px;
	height:72px;
}
.showcase {
	float:left;
	margin:0 20px 30px 0;
}



a.logos {
	display:block;
	width:160px;
	height:171px;
	margin:18px auto !important;
	position:relative;
	left:-25px;
	background:url("../images/layout/logos.jpg") 0 0 no-repeat;
}
a.logos:hover {
	background-position:-160px 0;
}

h3.ack {
	color:#999 !important;
	font:18px/20px "palatino linotype",georgia,serif !important;
	font-weight:normal !important;
	margin-top:-35px !important;
	padding:0;
}