/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}

/*Structured layout mainpage*/

body{
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height:21px;
	position:relative;
		}
		
.wrap_all{ /*only needed if using big background images like in theme 5*/
	width:100%;
	position:relative;
	display:table;
	}

#top{
	width:960px;
	margin:0 auto;
	position:relative;
	}

/*****************************
1.) #head	
/****************************/	
	
	#head{
		height:128px;
		position:relative;
		z-index:10;
		}
		
			.logo, .logo a{
				display:block;
				height:70px;
				width:197px;
				position:absolute;
				left: 5px;
				top:10px;
				}
				
					#top .logo a{
						top:0;
						right:0;
						text-indent:-9999px;
						outline:none;
						}

/*****************************
2.) #main
/****************************/		
			#main{
			position:relative;
			padding-top:30px;
			float:left;
			}
			
			#banner{
				float: left;
				margin: 0px 0px 20px 20px;
				height: 150px;
				}
			

/*****************************
4.) breadcrumb navigation
/****************************/	
						
			.breadcrumb{
				padding: 5px 5px 5px 10px;
				width: 580px;
				font-size:11px;
				margin-bottom: 10px;
				}
				
						.breadcrumb a{
							text-decoration:none;
							}
							
						.breadcrumb a:hover{
							text-decoration:underline;
							}
							
/*****************************
5.) content area below slider and on subpages
/****************************/	
						
				
			#content{
				float:left;
				padding:0 10px;
				position:relative;
				width:940px;
				}
					
					#inner_content_big{
						float:left;
						width:900px;
						margin: 0px 0px 0px 20px;
						position:relative;
						padding: 0px;
						}
		
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
				
							.small_box{
								float:left;
								padding:0 0 15px 50px;
								position:relative;
								width:260px;
								}
								
							.client_review{
								float:left;
								padding:0px;
								position:relative;
								width:240px;
								padding: 10px 10px 14px 10px;
								background: url(images/reviews.png) no-repeat;
								}

							#top .box1{
								padding:0 0 15px 30px;
								}
							
							.small_box h3{
								margin:0 0 5px;
								}
							
							.small_box h3 a{
								color: #800;
								}
								
							.small_box img{
								padding:5px 0 !important;
								padding:0;/*ie6 fix for png elemnts needs this*/
								}
								
							.widget_categories a, .widget_pages a, .widget_archive a , .widget_recent_entries a, li.recentcomments, .widget_meta a{
							padding:5px;
							display:block;
							text-decoration:none;
							width:250px; /*change if sidebarwidth changes*/
							}
	
		#footer{
			clear:both;
			padding:40px 15px;
			position:relative;
			font-size:10px;
			width:930px;
			float:left;
			}
				
				.copyright{
					float:left;
					display:block;
					}
					
				.scroll-top{
					float:right;
					display:block;
					}

/*****************************
#basic & common styles	
/****************************/

a{
		text-decoration:underline;
	}

a:hover{
		text-decoration:none;
	}
	
a img{
	border:none;
	}
	
p{ padding: 0 0 1em 0}


ul, ol{
	list-style-position:outside;
	margin-left:20px;
	}
	
#sidebar ul, #sidebar ol{
	margin-left:0px;
	}
	
#sidebar li{
	list-style-type:none;	
		}
	

h1,h2,h3,h4,h5,h6, legend{
	font-weight:normal;
	padding-bottom:5px;
	line-height:1.4em;
		}
	
	h1{clear:both; font-size:32px;font-weight:bold;}
	h2{font-size:22px; clear:both;}
	h3, legend{font-size:18px; clear:both;}
	h4{font-size:16px; clear:none;}
	h5{font-size:14px; clear:both;}
	h6{font-size:13px; clear:both;}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none;
		} 
	
	#featured h2{
		margin-bottom:8px;
		padding-bottom:8px;
		}	
		
	#inner_content_big h2 a{
		font-size:22px;
				}
	
#searchsubmit, #send, #top #submit{
	cursor:pointer;
	}
	
	
#s, .s, .text_input, .text_area{
padding:5px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
width:200px;
font-size:11.5px;
}

.ext{
padding:5px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
width:140px;
font-size:11.5px;	
}


#sidebar #s{
width:155px !important; /*ie6fix*/
width:125px;
}

#top #searchsubmit, #top  #send, #top  #submit{
padding:4px 20px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
font-size:11.5px;
}

.hidden{
	display:none;
	}
	
#commentform{
	padding-bottom:20px;
	}


fieldset{
border:none;
padding:0;
margin:0;
overflow:hidden;
}

fieldset label{
	padding-left:7px;
	}
.blocklabel{
	display:block;
	padding:10px 0 0 0;
}

#top .text_area{
	width:450px;
	}
	
.corner_left, .corner_right{
	position:absolute;
	top:0;
	height:5px;
	width:5px;
	z-index:6;
	left:0;
		}
	
#top .corner_right{
	left:935px;
		}
	
/*navigation*/

.topnavwrap{
	height:28px;
	width: 330px;
	float: right;
	}

.navwrap{
	height:50px;
	width: 935px;
	left: 5px;
	line-height:50px;
	padding-right:18px;
	position:absolute;
	top:90px;
	font-size:12px;
	z-index:6;
	}

#top #nav{
	float:left;
	height:50px;
	line-height:50px;
	padding-left:13px;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;

}


#top #nav a{
	height:33px;
	display:block;
	padding:0 31px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:35;
	position:relative;
	float:left;
	}

#top #nav ul a{
	line-height:33px; 
}

#top #nav li{
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;

}

#top #nav li ul a{
	width:142px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 15px;
}

#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:172px;
	top:0px;
}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;	
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}

.submitticket {
	background: url(images/submit-ticket.png) no-repeat;
	padding-left: 20px;
	}
	
.login {
	background: url(images/login.png) no-repeat;
	padding-left: 20px;
	}
	
.livechat {
	background: url(images/livechat.png) no-repeat;
	padding-left: 20px;
	}
	

html{
	background-color:#d2d2d2;
	}

body{
	color:#666;
	}
	
.wrap_all{
	background:transparent url(images5/bg.jpg) top left repeat-x;
	}
	
					#top .logo a{
						background:transparent url(images/logo.png) left top no-repeat;
						}
		
	
			#main{
			background:transparent url(images5/bg_slice.png) left top no-repeat;
			}
								
/*****************************
4.) breadcrumb navigation
/****************************/	
								
			
			.breadcrumb{
				color:#666;
				background: #eaeaea;
				}
				
						.breadcrumb a{
							text-decoration:none;
							color:#800;
							}
							
						.breadcrumb a:hover{
							text-decoration:underline;
							color:#800;
							}
				
			#content{
				background:transparent url(images5/bg_slice2.png) repeat-y scroll center top;
			}
				
		#footer{
	
			background:transparent url(images5/bg_slice.png) right -20px no-repeat;
			color:#888;
			}
		
				#footer a{
					color:#666;
					}
					
/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
	color:#5B5A5A;
	}

a{
	color:#333;
	text-decoration:underline;
	}

a:hover{
	color:#444;
	text-decoration:none;
	}
	


h1,h2,h3,h4,h5,h6, legend{
	color:#5b5a5a;
	}

	#featured h2, #featured h2 a{
		color:#fff;
		}
		
		
	#featured h2{
		border-bottom:1px solid #ddd;
		}	
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		color:#3d3d3d;
		}	
	
/*CONTACT FORM*/	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
	border:1px solid #ababab;
	color:#333;
	}

.clickbutton {
	border:1px solid #ababab;
	background-color:#333;
	cursor:pointer;
	color:#fff;
	padding: 7px 15px 7px 15px;
	font-size: 11px;
	}

.clickbutton a {
	color:#fff;
	text-decoration: none;
	}

.clickbutton:hover {
	background-color:#999;
	}
	
.clickbutton a:hover {
	color:#333;
	}	

#searchsubmit, #send, #top #submit{
	border:1px solid #ababab;
	background-color:#333;
	cursor:pointer;
	color:#fff;
	
	}
	
#searchsubmit:hover, #send:hover, #top #submit:hover{
	background-color:#999;
	color:#333;
	}

	
.corner_left, .corner_right{
	background:transparent url(images5/jquery_corners.png) no-repeat scroll left -1px;
	}
	
#top .corner_right{
	background:transparent url(images5/jquery_corners.png) no-repeat scroll right -1px;
	}
	
/*navigation*/

.topnavwrap{
	background:transparent url(images5/topmenu.png) left top no-repeat;
	color: #fff;
	padding: 0px 0px 0px 10px;
	}

.topnavwrap a {
	color:#fff;
	font-size: 11px;
	text-decoration: none;
	}
	
	
.navwrap{
	background:transparent url(images5/menu.png) no-repeat scroll right bottom;
	}

#top #nav{
	background:transparent url(images5/menu.png) left top no-repeat;
}





/*naviagation*/
#top #nav a{
	color:#fff;
}

#top #nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}

#top #nav li ul a{
	color:#888;
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#top #head #nav ul a, #top #head #nav ul li{
	background-color:#f5f5f5;
	background-image:none;
}

#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#fff;
	color:#555;
}

#top #head #nav a:hover, #top #head #nav a:focus {
	color:#555;
	background:transparent url(images5/bg_active.jpg) left top repeat-x;
}


#top #nav .current_page_item a{
	color:#555;
	background:transparent url(images5/bg_active.jpg) left top repeat-x;
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
}