@CHARSET "UTF-8";
/******* GENERAL RESET *******/
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, object, embed {
	margin:0;
	padding:0;
	color:#767676;
}
h1{
	line-height:60px;
	width:100%;
	}
p{
	margin-top:5px;
	margin-bottom:10px;
	line-height:19px;
	}
a{
	color:#15a6dc;
	text-decoration:none;
	}
img{
	border:0px none;
	}
fieldset, table {
	border:none;
}
 
table {
	border-collapse:collapse;
	border-spacing:0;
	overflow:hidden;
	word-wrap:break-word; /* will not validate IE only */
}

 
caption, th, td {
	text-align: left;
}
 
html { 
	font-size:100.01%; 
	height: 101%; /* forces scroll on short length pages */
}
 
body {
	height: 100%;
	font: 14px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background-image: url("../images/bckg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
 

 
.float_right {
	float:right;
}
 
.clear_left {
	clear:left;
}
 
.clear_both {
        clear:both;
}
.bold{
	font-weight:bold;
	}
.normal{
	font-weight:normal;
	}
.italic{
	font-style:italic;

	}
.divider{
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	}

/*  ..GENERAL & RESET*/

#page{
	width:980px;
	margin-left:auto;
	margin-right:auto;

	}
#main{
	width:960px;
	margin-left:auto;
	margin-right:auto;

	
	}
#logo{
	width:200px;
	height:100px;
	float:left;
	margin-top:10px;
	}
#phone{
	background-image: url(../images/call_us.png);
	background-repeat: no-repeat;	
	width:145px;
	height:50px;
	display:inline-block;
	float:right;
	line-height:18px;
	font-weight:bold;
	padding-left:40px;
	color:#666;
	margin-top:40px;
	}
#menu{
	width:646px;
	height:42px;
	display:inline-block;
	float:right;
	margin-right:-1px;

	
	}
	#home{
		width:110px;
		height:42px;
		background-image: url(../images/main_navigation.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display:inline-block;		
		}
	#home.active, #home:hover{background-position: 0px -42px;}
	
	#about-us{
		width:134px;
		height:42px;
		background-image: url(../images/main_navigation.png);
		background-repeat: no-repeat;
		background-position: -110px 0px;
		display:inline-block;
		}
		#submenu{
		width:130px;
		height:105px;
		left:116px;
		top:-4px;
		z-index:99999;
		position:relative;
		display:none;
		overflow:hidden;
		}
		#submenu .word_from_charlie{
			width:100%;
			height:27px;
			background-image: url(../images/about_submenu.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}
			
			#submenu .word_from_charlie:hover{background-position: 0px -104px; }
			
		#submenu .partners{
			width:100%;
			height:27px;
			background-image: url(../images/about_submenu.png);
			background-repeat: no-repeat;
			background-position: 0px -27px;
			}
			
			#submenu .partners:hover{background-position: 0px -131px; }
			
		#submenu .testimonials{
			width:100%;
			height:27px;
			background-image: url(../images/about_submenu.png);
			background-repeat: no-repeat;
			background-position: 0px -54px;
			}
			#submenu .testimonials:hover {background-position: 0px -158px;}
		#submenu .news{
			width:100%;
			height:27px;
			background-image: url(../images/about_submenu.png);
			background-repeat: no-repeat;
			background-position: 0px -81px;
			}
			#submenu .news:hover{background-position: 0px -185px;}
			
		#submenu-triangle{
				width:131px;
				height:200px;
				left:515px;
				top:-4px;
				z-index:99999;
				position:relative;
				background-image: url(../images/main_navigation.png);
				background-repeat: no-repeat;
				background-position: -512px -84px;
				display:none;
				
				
		}
			
			
	#about-us.active,#about-us:hover{background-position: -110px -42px;}
	
	#products{
		width:128px;
		height:42px;
		background-image: url(../images/main_navigation.png);
		background-repeat: no-repeat;
		background-position: -244px 0px;
		display:inline-block;
		}
	#products.active, #products:hover{background-position: -244px -42px;}
		
	#services{
		width:127px;
		height:42px;
		background-image: url(../images/main_navigation.png);
		background-repeat: no-repeat;
		background-position: -372px 0px;
		display:inline-block;
		}
	#services.active, #services:hover{background-position: -372px -42px;}
	
	#contact-us{
		width:131px;
		height:42px;
		background-image: url(../images/main_navigation.png);
		background-repeat: no-repeat;
		background-position: -512px 0px;
		display:inline-block;
		}
	#contact-us.active, #contact-us:hover{background-position: -512px -42px;}
	

	
#footer{
	width:960px;
	height:98px;
	background-image:url(../images/footer_bckg.png);
	background-repeat:no-repeat;
	display:block;
	margin-top:30px;
	}
#footer-links {
	font-size: 13px;
	color: #666;
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	}
#footer-links a{
	color: #333;
	}
#copyrights{
	font-size:10px;
	color:#666;
	float:right;
	margin-top:20px;
	margin-right:20px;
	}
#dialog-modal-image{
	overflow:visible;} 
#dialog-modal-image-content{
	position: relative;
	overflow: visible;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	}
#dialog-modal-close{
	position:absolute;
	margin-top: -3px;
	right: 5px;
	cursor:pointer;
	 

}

#contact-form-dialog{
	width:520px!important;
	height:530px!important;
	float:left;
	margin-top:10px;
	
	display:none;
	background-image:url(../images/form_bckg.jpg);
	background-repeat:no-repeat;
	background-color:#093;


	
	}
#contact-form-dialog form{
	margin-top:50px;
	
}
	
table tr td{
	vertical-align:top;
	text-align:right;
	padding:3px;
	line-height:30px;
}
#contact-form-dialog input[type=text]{
	height: 20px;
	width: 260px;
	padding: 5px;
	float: left;
	border: 1px solid #D1D1D1;
	margin-bottom: 13px;
	margin-left:5px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	}
#contact-form-dialog textarea{
	height:150px;
	width:370px;
	padding:5px;
	border:1px solid #D1D1D1;
	margin-bottom:13px;
	margin-left:5px;
	moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 5px 5px 5px 5px;	
	}
#contact-form-dialog input[type=image]{
	height:36px;
	width:110px;
	float:right;
	margin-right:15px;
	margin-bottom:30px;
	border: 0px;
}
#dialog-form-close{
	position:absolute;
	margin-top: -3px;
	right: 15px;
	cursor:pointer;
	 

}
/* slideshow */
#slide_frame{
	width:600px;
	}
#slides{
	overflow: scroll;
	width:600px;
	position:relative;
	}
#mainFrameSlides {
	overflow: visible;
	height: 350px;
	width: 10000px;
	position:relative;
	margin-bottom:17px;
}
#mainFrameSlides img{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	
	
	}
#slide_thmbs{
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	
	}
#slide_thmbs img{
	cursor:pointer;
	
	}
#next{
	width: 50px;
	height: 360px;
	display: block;
	position: absolute;
	z-index: 9999;
	background-image: url(../images/product_galleries/left_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	}
#previous{
	width:50px;
	height:360px;
	display:block;
	position:absolute;
	right:0px;
	z-index:9999;
	background-image: url(../images/product_galleries/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	}