 /*
  * Cascading Style Sheet (CSS 2.1) for Wizard IT Services (http://www.wizard.ca/)
  * Author: Evgueni Naverniouk, evgueni@linuxmagic.com, http://www.linuxmagic.com/
  * COPYRIGHT INFORMATION - DO NOT REMOVE
  * Copyright (c) 2008 LinuxMagic Inc. All Rights Reserved.
  *
  * All style attributes in alpha-numeric order starting from 0
  */

/*
 * ========================================
 * Global Elements and Template Styles
 * ========================================
 */

html,
body {
	background: #FFF url(../img/body-bg.gif) repeat-x top left;
	color: #000;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif, Georgia, Courier, "Times New Roman", serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;  /* Opera Fix */
	text-align: center; /* IE Fix */
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

	a:hover {
		color: #444;
		cursor: pointer;
	}

.red {color:#900;}
	
#Wrapper {
	height: 100%;
	height: auto; /* Gecko Fix */
	margin: 0 auto;
	min-height: 100%; /* IE Fix */
	text-align: left; /* IE Fix */
	width: 800px;
}

#TopNavigation {
	height: 25px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

	#TopNavigation ul {
		height: 25px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#TopNavigation ul li {
			float: left;
			padding: 0;
		}
		
			#TopNavigation ul li a {
				border-left: 1px solid #A1A1A1;
				color: #6E6E6E;
				display: block;
				font-size: 10px;
				height: 25px;
				line-height: 25px;
				margin: 0;
				outline: none;
				padding: 0 16px 0 8px;
				text-align: left;
				text-decoration: none;
			}
			
				#TopNavigation ul li a:hover {
					border-left: 1px solid #616161;
					color: #000;
					cursor: pointer;
				}
				
				#TopNavigation ul li a span.arrow {
					background: transparent url(../img/topnavigation-arrow.gif) no-repeat left center;
					float: left;
					height: 5px;
					margin: 10px 4px 0 0;
					width: 3px;
				}
				
					#TopNavigation ul li a:hover span.arrow {
						background-position: right center;
					}
				
			#TopNavigation ul li#TopNavContact a {
				padding-right: 8px;
			}

#Header {
	height: 100px;
	margin-top: -25px;
	width: 800px;
}

	#Logo {
		float: right;
		width: 300px;
	}
	
		#Logo a {
			background: transparent url(../img/logo.png) no-repeat center center;
			display: block;
			height: 75px;
			outline: none;
			width: 277px;
		}
		
			#Logo a:hover {
				cursor: pointer;
				filter: alpha(opacity:90);
				-moz-opacity: 0.9;
				opacity: 0.9;
				-webkit-opacity: 0.9;
			}
			
		#Logo h1 {
			float: left;
			margin: 0;
			padding: 0;
			text-indent: -9000px;
			width: 0; /*Webkit Fix */
		}

#Navigation {
		height: 28px;
		margin: 0 auto;
		width: 800px;
	}

		#Navigation ul {
			height: 28px;
			list-style: none;
			margin: 0 auto;
			padding: 0 0 0 75px;
			width: 660px;
		}

			#Navigation ul li {
				float: left;
				margin: 0 0 0 -40px;
			}

				#Navigation ul li a {
					background: transparent url(../img/navigation-button-off.png) no-repeat top left;
					color: #505050;
					display: block;
					font-family: Tahoma, Verdana, sans-serif;
					font-size: 11px;
					height: 28px;
					line-height: 28px;
					outline: none;
					padding: 0;
					position: relative;
					text-align: center;
					text-decoration: none;
					width: 161px;
					z-index: 0;
				}

					#Navigation ul li a:hover{
							background-position: bottom left;
							color: #000;
					}

			#Navigation ul li.on a{
				background: transparent url(../img/navigation-button-on.png) no-repeat top !important;
				color: #FFF;
				z-index: 1;
			}

#TitleBar {
	background: #175ABE url(../img/titlebar-bg.gif) repeat-x top left;
	height: 45px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	position: relative;
	text-align: center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	width: 100%;
}
	
	#TitleBarLeftCorner {position: absolute; left: 0;}
	#TitleBarRightCorner {position: absolute; right: 0}

	#TitleBarWelcome {
		background: transparent url(../img/title-welcome.png) no-repeat top left;
		height: 38px;
		margin: 0 auto;
		width: 225px;
	}
	
	#TitleBarClients {
		background: transparent url(../img/title-clients.png) no-repeat top left;
		height: 38px;
		margin: 0 auto;
		width: 235px;
	}
	
	#Submenu {
		list-style: none;
		margin: 0;
		padding: 10px 0 0 0;
	}
	
		#Submenu.SubmenuServices {margin: 0 0 0 95px;}
		#Submenu.SubmenuCompany {margin: 0 0 0 250px;}
	
		#Submenu li {
			float: left;
			margin: 0;
			padding: 0;
		}
		
			#Submenu li a {
				border-right: 1px solid #1059BD;
				color: #EEE;
				display: block;
				height: 24px;
				line-height: 24px;
				outline: none;
				padding: 0 8px;
			}
			
				#Submenu li a:hover {
					background: #1059BD;
					color: #FFF;
				}
				
				#Submenu li a.last {
					border-right: 0;
				}

#Content {
	background: #F8F8F8 url(../img/content-bg.gif) repeat-x top left;
	border: 1px solid #BEBEBE;
	border-top: 0;
	font-size: 12px;
	margin: 0 auto;
	overflow: visible;
	padding: 40px 30px;
	width: 738px;
}

	#Content h2 {
		border-bottom: 1px dotted #A1A1A1;
		color: #1055BD;
		font-size: 14px;
	}
	
		#Content h2 span {
			color: #444;
		}

	#Content h3 {
		color: #1055BD;
		font-size: 13px;
	}
		
	#Welcome h2,
	#OurServices h2	{
		border-bottom: 1px dotted #A5A5A5;
		font-size: 0;
		height: 14px;
		margin: 8px 0 0 0;
		padding: 0;
		text-indent: -9999px;
	}
	
	#Content p {
		color: #3D3D3D;
		font-size: 12px;
		line-height: 140%;
		text-align: justify;
	}
	
	#Content a {
		color: #1055BD;
		text-decoration: none;
	}
	
		#Content a:hover {
			color: #000;
		}
		
		#Content #TitleWelcome {background: transparent url(../img/title-welcome.gif) no-repeat top left;}
		#Content #TitleServices {background: transparent url(../img/title-services.gif) no-repeat top left;}
		
		#Content #Servicing {
			background: transparent url(../img/banner-servicing.gif) no-repeat top left;
			border: 2px solid #C9C9C9;
			border-radius: 4px;
			float: right;
			height: 141px;
			-khtml-border-radius: 4px;
			margin: 0 0 15px 15px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			width: 340px;
		}
		
		#Content p.readmore {
			font-size: 11px;
			margin: 0;
			text-align: right;
		}
		
			#Content p.readmore a {
				color: #1557B9;
				text-decoration: none;
			}
			
				#Content p.readmore a:hover {
					border-bottom: 1px dotted #1557B9;
					color: #000;
				}
				
		#Content #Welcome {
			width: 360px;
		}
				
		#Content #OurServices {
			clear: right;
			float: right;
			margin: -20px 0 0 0;
			padding: 4px 0 0 0;
			width: 340px;
		}
		
			#Content #OurServices h2 {
				margin: 0 0 4px 0;
			}
		
			#Content .ServiceBox {
				background: #FFF url(../img/servicebox-bg.gif) repeat-x top left;
				border: 1px solid #CBCBCB;
				cursor: pointer;
				height: 100px;
				margin-top: 0;
				padding: 0 10px 0 0;
			}
			
				#Content .ServiceBox img {
					float: left;
				}
			
				#Content .ServiceBox h3,
				#Content #CustomerSupport h3,
				#Content #ClientTestimonials	 h3 {
					color: #4B4B4B;
					font-size: 12px;
					margin: 0;
				}
				
					#Content .ServiceBox h3 a {
						color: #4B4B4B;
					}
					
						#Content .ServiceBox h3 a:hover {
							color: #1055BD;
						}
				
				#Content .ServiceBox h3,
				#Content #ClientTestimonials h3 {
					margin-top: 10px;
				}
				
				#Content .ServiceBox p,
				#Content #CustomerSupport p,
				#Content #ClientTestimonials p {
					color: #595959;
					font-size: 11px;
					line-height: 130%;
					margin: 0;
				}
				
		#Content #CustomerSupport {
			background: transparent url(../img/customersupport-bg.gif) no-repeat top left;
			border: 1px solid #A8A8A8;
			cursor: pointer;
			height: 120px;
			margin: 20px 0 0 0;
			width: 380px;
		}
		
			#Content #CustomerSupport h3,
			#Content #CustomerSupport p {
				margin: 10px 10px 0 120px;
			}

		#Content #ClientTestimonials {
			background: #FFF url(../img/servicebox-bg.gif) repeat-x top left;
			border: 1px solid #A8A8A8;
			zheight: 120px;
			margin: 20px 0 0 0;
			padding: 0 10px 0 0;
			width: 370px;
		}
		
			#Content #ClientLogos {
				float: left;
				height: 100px;
				margin: 0 10px 0 0;
				width: 140px;
			}
			
				#Content #ClientLogos span {
					background: transparent no-repeat left center;
					display: block;
					height: 100px;
					margin: 0 2px;
					width: 16px;
				}
				
					#Content #ClientLogos span:hover {
						background-position: right center;
						cursor: pointer;
					}
			
				#Content #ClientLogos #LeftArrow {background-image: url(../img/clientlogo-left.gif); float: left;}
				#Content #ClientLogos #RightArrow {background-image: url(../img/clientlogo-right.gif); float: right;}
			
				#Content #ClientLogos #ClientLogo {
					float: left;
					height: 100px;
					margin: 30px 0 0 0px;
					overflow: hidden;
					width: 100px;
				}
				
					#Content #ClientLogos #ClientLogo #Slideshow {
						width: 1000px;
					}
				
					#Content #ClientLogos #ClientLogo img {
						float: left;
						margin: 0 14px;
					}
				
			#Content #ClientTestimonials p {
				margin: 10px 0 0 0;
			}
			
				#Content #ClientTestimonials p.Author {
					color: #1055BD;
					font-style: italic;
					margin: 0;
					text-align: right;
				}
				
				#Content #ClientTestimonials p.Company {
					color: #999;
					font-size: 10px;
					margin: 0;
					text-align: right;
				}

#Push {
	height: 7em;
}

#Footer {
	background: #FFF;
	height: 7em;
	margin: -7em auto 0 auto;
	padding: 1em 0;
	padding: 0;
	text-align: center;
	width: 800px;
}
	#Footer p {
		color: #777;
		font-size: 10px;
		margin: 0;
		padding: 0;
	}
	
		#Footer p a {
			color: #444;
			font-weight: bold;
			text-decoration: none;
		}
		
			#Footer p a:hover {
				border-bottom: 1px dotted #000;
				color: #000;
			}
			
	#Footer p.Copy {
		color: #444;
	}

/*
 * ========================================
 * Page Specific Styles
 * ========================================
 */
 
.SiteMap {
	list-style: square;
 }
 
	.SiteMap li {
		margin: 3px 0;
	}
 
		.SiteMap li a {
			font-weight: bold;
		}
			
			.SiteMap li ul {
				list-style: disc;
				margin: 6px 0 6px 40px;
				padding: 0;
			}
			
				.SiteMap li ul li a {
					color: #222 !important;
					font-size: 11px;
					font-weight: normal;
				}
				
					.SiteMap li ul li a:hover {
						color: #1055BD !important;
					}
					
#ContactForm {
	border: 0;
	border-spacing: 0;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 500px;
}

	#ContactForm .errors {
		border: 1px solid #900;
                padding: 5px;
	}

	#ContactForm input,
	#ContactForm select,
	#ContactForm textarea {
		border: 1px solid #999;
		width: 100%;
	}
	
		#ContactForm input:focus,
		#ContactForm select:focus,
		#ContactForm textarea:focus {
			border: 1px solid #1055BD;
		}
		
	#ContactForm .button {
		background: #D7D7D7 url(../img/button-bg.gif) repeat-x top left;
		border: 1px solid #999;
		cursor: pointer;
		width: auto;
	}
	
		#ContactForm  td > input[class="button"]{
			border: 2px solid;
			border-radius: 4px;
			font-size: 11px;
			-moz-border-bottom-colors: #999 #FFF;
			-moz-border-left-colors: #999 #FFF;
			-moz-border-right-colors: #999 #FFF;
			-moz-border-top-colors: #999 #FFF;
			-moz-border-radius: 4px;
			padding: 2px 8px;
			-webkit-border-radius: 4px;
		}
		
		#ContactForm input:hover.button {
			border: 1px solid #666;
			color: #1055BD;
		}
		
			#ContactForm  td > input:hover[class="button"]{
				border: 2px solid;
				-moz-border-bottom-colors: #666 #FFF;
				-moz-border-left-colors: #666 #FFF;
				-moz-border-right-colors: #666 #FFF;
				-moz-border-top-colors: #666 #FFF;
			}

#Employment #EmploymentPositions {
	background: #F7F7F7;
	border: 1px solid #999;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	width: 200px;
}

	#Employment #EmploymentPositions h3 {
		background: #FFF;
		border-bottom: 1px solid #AAA;
		border-left: 8px solid #1055BD;
		color: #333;
		font-size: 12px;
		margin: 0;
		padding: 4px 0;
		text-indent: 12px;
	}
	
	#Employment #EmploymentPositions a {
		background: #EEE;
		border-bottom: 1px solid #CCC;
		border-left: 8px solid #CCC;
		color: #333;
		display: block;
		font-size: 11px;
		height: 22px;
		line-height: 22px;
		margin: 1px 0;
		text-indent: 12px;
        overflow: hidden;
	}
	
		#Employment #EmploymentPositions a:hover {
			background: #EEE;
			border-left: 8px solid #444;
			color: #1055BD;
		}
			
#Employment .JobListing {
	border: 1px dashed #999;
	margin: 0 auto 30px auto;
	padding: 10px 20px;
	width: 80%;
}

	#Employment .JobListing h3 {
		border-bottom: 1px dotted #999;
	}

#Employment .Resume {
	border-top: 4px solid #DDD;
	color: #000;
	padding: 4px;
	text-align: right;
}

	#Employment .Resume span {
		background: transparent url(../img/icon-news.gif) no-repeat center center;
		padding: 0 8px;
	}

	#Employment .Resume a {
		font-weight: bold;
	}

#ServicesIcon {
	background: transparent url(../img/services-icons.png) no-repeat top left;
	height: 168px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 100;
}
	
.ServiceItem {
	border: 1px dashed #999;
	display: none;
	margin: 0 auto;
	padding: 10px 20px;
	width: 80%;
}

	.ServiceItem ul {
		font-weight: bold;
		list-style: none;
	}
	
		.ServiceItem ul li ul {
			list-style: square;
			margin-bottom: 10px;
		}
		
			.ServiceItem ul li ul li {
				color: #444;
				font-weight: normal;
			}

#ClientsIcon {
	background: transparent url(../img/clients-icons.png) no-repeat top left;
	height: 177px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 100;
}

#ClientShowcase {
	margin: 0 auto;
	width: 98%;
}
