@charset "UTF-8";
* {
	letter-spacing:0px;
}

body {
	margin:10px 0 0 0;
}

p {
	padding:0 0 10px 0;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:130%;
}

ul {
	font-size:12px;
	padding-left:0px;
	margin-right:0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#000;
	padding:20px 0 15px 15px;
	margin:0;
	line-height:10px;
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:100%;
	font-size: 16px;
	font-weight: bold;
	padding:0 0 5px 0;
	margin:0;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background:#f00;
}

p a:link {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin:0px 0px 0 0px;
}

p a:visited {
	text-decoration: none;
	color: #FFF;
}

p a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}

p a:active {
	text-decoration: none;
	color: #FFF;
}

#wrapper {
	margin: auto;
	padding: 0px;
	height: 600px;
	width: 1000px;
}

#header {
	background-color: #000;
	background-image:url(../images/abcmaster.png);
	background-repeat:no-repeat;
	width:100%;
	height: 150px;
	padding: 0;
	margin: 0;
}

#headerIndex {
	background-color: #003;
	background-image:url(../images/abcmasterindex.png);
	background-repeat:no-repeat;
	width:100%;
	height: 150px;
	padding: 0;
	margin: 0;
}

#main {
	width:100%;
	height:250px;
	background-color:#FFF;
	background-image: url(../images/van.gif);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	background-position: top right;
}

#form {
	width:100%;
	height:250px;
	background-color:#FFF;
}

#menubar {
	position:relative;
	background-color: #C00;
	height: 30px;
	width:100%;
	padding:0px;
	margin:0;
}

#leftblock {
	margin: 3px 0px 0px 0px;
	float: left;
	background-color: #E4DFE6;
	width:327px;
	height: 90px;
	padding: 0;
}

#centerblock {
	float:left;
	margin: 3px 0px 0px 0px;
	background-color: #CCC;
	width:327px;
	height: 90px;
	padding: 0;
}

#rightblock {
	margin: 3px 0px 0px 0px;
	float: left;
	background-color: #F2F1FF;
	width:327px;
	height: 90px;
	padding: 0;
}

.Hdivide {
	float:left;
	background-image:url(../images/dot.png);
	background-repeat:repeat-x;
	width:100%;
	height:3px;
	margin:3px 0 0px 0;
}

.Vdivide {
	float:left;
	width:3px;
	height:90px;
	background-image:url(../images/dot.png);
	background-repeat:repeat-y;
	margin:3px 3px 0px 3px;
}

#footer {
	float:left;
	background-color: #fff;
	width:1000px;
	height:15px;
	margin:10px 0 0 0;
}

.column {
	float: left;
	width:300px;
	height:180px;
	padding:0px 0px 5px 15px;
}


ul.menu {
	padding-top:8px;
	padding-right:10px;
	margin:0;
}

ul.menu li {
	list-style: square;
	padding:0px;
	margin-left:10px;
	display: inline;
}

ul.menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	padding: 0px 0 2px 18px;
	margin: 0px 0 0 0px;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position:top left;
}

ul.menu a:hover {
	text-decoration: none;
	color: #000;
}

p.footer {
	font-size: 11px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding:0px 10px 0 0px;
	}

.higlight {
	color:#F00;
}

h2.box {
	padding:10px 0 5px 10px;
	margin:0px;
}

ul.box {
	padding:0 0 0 12px;
	margin:0px 0 0 12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}

p.box {
	padding:0 10px 0 10px;
	margin:0px 0 0 0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}

#contact a#contactLink, #home a#homeLink, #about a#aboutLink, #portfolio a#portfolioLink, #services a#servicesLink {
background-image:url(../images/blkbullet.png);
	background-repeat: no-repeat;
	background-position:top left;
}

/* slideshow gallery */

.slideshowlite {
	position: relative;
	border: none;
	overflow: hidden;
	margin: 0px;
	padding-top:0px;
	width: 900px;
}

	.slideshowlite a {
		position: absolute;
		width: 900px;
		height: 100%;
		text-align: center;
		z-index:1001;
	}

	.slideshowlite img {
		border: none;
		z-index:1;
	}

.slideshowlite ul,
.slideshowlite ol {
	display:none;
}

.slideshowlite ol {
	display:none;
}
