@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

.grey
{
	color: #898989;	
}

.red, .star
{
	font-size: 12px;
	color: #900;	
}

body
{
	font-size: 14px;
	line-height: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #454545;
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}


/* ####################### basic elements ################################### */

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

h1.index
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 8px;
}


h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 22px;
	margin-top: 35px;
	margin-bottom: 5px;
	font-style: italic;
}

h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin-top: 7px;
	margin-bottom: 7px;
	font-style: italic;
}


.forward_slash
{
	color: #EF770F;		
}

p
{
	margin-bottom: 15px;	
}

.dummy_hr
{
	clear: both;
	border-top: 1px dotted #cccccc;	
	margin: 20px 0px 30px 0px;
}

ul
{
	margin-left: 20px;
	margin-bottom: 10px;
}

li
{
	margin-bottom: 4px;	
}

.basicimage
{
	padding: 5px;
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;		
}

.contact_box
{
	border: 2px solid #E5E5E5;
	background-color: #EEEEEE;
	background-image: url(../images/contact_box_fill.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}



/* ####################### structure ################################### */

#center
{
	width: 980px;
	margin: 0px auto auto;
}


#banner
{
	float: left;
	width: 980px;
	height: 100px;
}


#logo
{
	float: left;
	margin-top: 18px;
	border: none;
}

#telephone
{
	clear: right;
	float: right;
	margin-top: 15px;
}

#content
{
	float: left;
	width: 980px;
	text-align: left;
	background-color: #ffffff;
}


#navigation
{
	float: left;
	width: 980px;
	height: 32px;
	margin-top: 0px;
	background-image: url(../images/nav_fill.jpg);
	background-repeat: repeat-x;
}

#sub_banner
{
	float: left;
	width: 980px;
	height: 249px;
	background-color: #000000;

}

#statement
{
	float: left;
	width: 479px;
	height: 260px;
	padding: 40px 30px 0px 50px;
}

#statement h1
{
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
	color: #AF5318;
}

#statement h1.shadow
{
	position: relative;
	font-weight: normal;
	top: -223px;
	left: -1px;
	color: #fff;
}

#slideshow
{
	float: left;
	width: 395px;
	height: 254px;
	margin-top: 24px;
}

#slideshow img { display: none }
#slideshow img.first { display: block }

#inner_content
{
	float: left;
	width: 876px;
	border-left: 2px solid #DFDFDF;
	border-right: 2px solid #DFDFDF;
	padding: 40px 50px 0px 50px;
	background-image: url(../images/page_fill.jpg);
	background-repeat: repeat-x;
}


#index_left
{
	float: left;
	width: 425px;
	margin-right: 26px;
}

#index_right
{
	float: left;
	width: 425px;
}

#left
{
	float:left;
	width: 520px;
}

#right
{
	float: right;
	width: 300px;
}

/* ####################### sidebar ################################### */


#sidebar_inner
{
	float: right;
	width: 270px;
	padding: 0px 15px 0px 15px;
	background-color: #F2F2F2;
}


#sidebar_inner a.services
{
	float: left;
	width: 270px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #999;
	color: #454545;
	font-size: 12px;
	text-decoration: none;
}

#sidebar_inner a:hover.services
{
	text-decoration: underline;
}


#sidebar_inner img
{
	width: 44px;
	height: 38px;
	border: none;
	vertical-align: middle;
	margin-right: 3px;
}



/* ####################### services ################################### */


#services
{
	float: left;
	width: 876px;
	margin-top: 20px;
}

.service_item, .service_item_center
{
	float: left;
	width: 240px;
	height: 210px;
	background-image: url(../images/service_background.jpg);
	background-repeat: no-repeat;
	padding: 20px 20px 30px 20px;
	margin-bottom: 18px;
}

.service_item:hover, .service_item_center:hover
{
	float: left;
	width: 240px;
	height: 210px;
	background-image: url(../images/service_background_hover.jpg);
	background-repeat: no-repeat;
	padding: 20px 20px 30px 20px;
	margin-bottom: 18px;
	cursor: pointer;
}

.service_item_center
{
	margin: 0px 18px 0px 18px;	
}

#services img
{
	float: left;
	margin-right: 12px;
}

#services h2
{
	float: left;
	display: block;
	width: 160px;
	font-size: 15px;
	line-height: 17px;
	margin: 10px 0px 0px 0px;
}

#services p
{
	clear: left;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin-top: -10px;
}


/* ####################### partner ################################### */

#partners
{
	float: left;
	width: 876px;
	margin-top: 30px;
	padding: 30px 0px 30px 0px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.partner_item
{
	float: left;
	width: 175px;
	text-align: center;
}


/* ####################### footer ################################### */


#footer
{
	float: left;
	width: 876px;
	border: 2px solid #DFDFDF;
	border-top: none;
	padding: 30px 50px 30px 50px;
}

#footer_inner
{
	float: left;
	width: 876px;
}

#footer_content
{
	float: left;
	width: 836px;
	background-color: #f2f2f2;
	padding: 0px 20px 0px 20px;
}

.footer_section
{
	float: left;
	margin-right: 30px;
}

#footer h1
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}

#footer a
{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #454545;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	padding: 4px 0px 4px 0px;

}

#footer a:hover
{
	text-decoration: underline;	
}

#footer p
{
	font-size: 12px;	
}

#google_map
{
	float: right;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #cccccc;
}

#copyright
{
	float: left;
	margin-top: 10px;	
}


/* ####################### sub_nav ################################### */

#sub_nav
{
	clear: both;
	float: left;
	width: 520px;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #F2F2F2;
	font-size: 12px;
}

#sub_nav a
{
	color: #454545;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	padding-right: 9px;
	margin-left: 5px;
}

#sub_nav a:hover
{
	text-decoration: underline;
}



/* ####################### hyperlinks ################################### */

a
{
	color: #EF770F;	
}

a:hover
{
	color: #454545;	
}

a.grey
{
	font-weight: bold;
	color: #454545;	
}

a.grey:hover
{
	color: #EF770F;
}

.nav_icon
{
	margin-left: 7px;
	vertical-align: middle;
	border: none;
}

#statement a
{
	color: #454545;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
}

#statement a:hover
{
	color: #454545;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-size: 13px;
}

.eshot_more
{
	float: left;
	cursor: pointer;
	color: #EF770F;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
}



/* ####################### MyZooble ################################### */

/* banner */
#myzooble_banner
{
	float: right;
	margin-top: 5px;
}

#myzooble_banner .fieldname
{
	float: left;
	display: block;
	margin-top: 1px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	color: #ebebeb;
	margin: 0px 5px 0px 5px;
}

#myzooble_banner .inputbox
{
	float: left;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #333333; 
	background-color: #555555;
	color: #ebebeb;
	width: 120px;
}


#myzooble_banner .button {  

	float: left;
	width: 50px;
	font-size: 12px;
	padding: 3px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #515151; 
	background-image: url(../images/nav_fill.jpg);
	background-repeat: repeat-x;
	color:#ffffff;  
	text-decoration:none; 
} 

/* page */
#myzooble_login
{
	float: left;
	width: 400px;
	margin-right: 60px;
}

#myzooble_login_inner
{
	float: left;
	width: 360px;
	padding: 0px 20px 0px 20px;
	background-color: #f2f2f2;
}

#myzooble_support
{
	float: left;
	width: 400px;
}



/* ####################### form ################################### */

.inputfield, .required
{
	font-size: 13px;
	padding: 5px;
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;
	padding-left: 5px;
	width: 180px;
}


.button {  

	font-size: 13px;
	padding: 3px;  
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 
	background-image: url(../images/button_fill.jpg);
	background-repeat: repeat-x;
	color:#454545;  
	text-decoration:none;  
} 

textarea
{
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 5px;	
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 	
}


/* ####################### portfolio ################################### */


#flashcontent
{
	width: 870px;
	height: 480px;
	background-image: url(../images/carousel_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

.brandingItem
{
	float: left;
	padding: 5px;
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;
	margin: 10px;
}

/* ####################### testimonials ################################### */

#testimonial_snippet
{
	float: left;
	width: 864px;
	height: 156px;
	background-image: url(../images/testimonial_snippet_background.jpg);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 12px;
	margin-bottom: 20px;
}

#testimonial_snippet h2
{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #666;
}

.testimonial_item
{
	float: left;
	display: block;
	height: 100px;
	margin: 10px 8px 0px 8px;
}

/* ####################### web gallery ################################### */

#web_gallery_background
{
	margin-top: 15px;
	float: left;
	width: 880px;
	height: 730px;
}


.web_gallery_set
{
	width: 880px;
	height: 730px;
}

.dialog
{
	width: 700px;
	z-index:100;
	display: none;
	top:0;
	left:0;
}

.gallery_item
{
	margin: 0px 12px 10px 0px;
	padding: 3px;
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.gallery_inner
{
	float: left;
	width: 600px;
	background-image: url(../images/gallery_fill.png);
	background-repeat: repeat-y;
	padding: 0px 50px 0px 50px;
	font-size: 13px;
}

.gallery_img
{
	padding: 3px;
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;
	margin: 0px 0px 20px 20px;
}

.gallery_inner h1
{
	margin: 0px;
	font-size: 20px;
}

.gallery_close
{
	clear: right;
	float: right;
}


/* miniZoomPan styles */

.minizoompan 
{
background: #fff;
position: relative; /* always set to relative or offset() won't work */
padding: 0;
margin: 0;
}

.minizoompan span.loader { /* the loader label*/
position:absolute;
left:0;
top:0;
z-index: 1;
display: none;
color: #000;
background: #fff;
font: normal 9px Arial, Verdana;
padding: 3px;
}

.hovertozoom
{
	clear: both;
	float: right;
	width: 150px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

/* w3c */

#w3c
{
	float: right;
	margin-top: 10px;
}

#w3c a
{
	display: inline;
	border: none;
	margin: 0px 0px 0px 5px;
}


			

