html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong {font-weight: bold;}




body {
	background: #cfddf1 url("../images/ui/background_body.png") no-repeat;
	text-align: center;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #666;
}

h1 {
	font-size: 1.6em;
	color: #595959;
	margin-bottom: 40px;
	line-height: 1.2em;
}
h1 img {
	vertical-align: middle;	
	margin-left: 20px;
}
h2 {
	font-size: 1.5em;
	color: #808080;
	margin-top: 40px;
	margin-bottom: 20px;
	text-decoration: underline;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
p {
	margin-bottom: 20px;
}
a { color:#4481fb; }
small {
	font-size: 80%;
}

#header {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	width: 830px;
	height: 70px;
	padding: 0 14px;
	overflow: hidden;
	background: url("../images/ui/background_header.png") no-repeat;
}
#header img{
	margin-left: 2px;
}
#navbar {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	width: 802px;
	height: 21px;
	padding: 1px 28px;
	overflow: hidden;
	background: url("../images/ui/background_navbar.png") no-repeat;
}
	#navbar a{
		color: #eee;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		margin-left: 20px;
		margin-right: 53px;
	}
#contentz {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	width: 828px;
	padding: 0 15px;
	background: url("../images/ui/background_content.png") repeat-y;
}
#white_content {
	line-height: 1.2em;
	padding: 42px 31px;
	width: 718px;
}
#footer {
	color: #e9e9e9;
	font-size: .9em;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 400px;
	width: 802px;
	height: 283px;
	overflow: hidden;
	padding: 14px 28px;
	background: url("../images/ui/background_footer.png") no-repeat;
}
#footer a {
	color: #e9e9e9;
	text-decoration: none;
	line-height: 1.35em;
}
#footer a:hover {
	text-decoration: underline;
}

#footer li.head {
	display: block;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 14px;
	width: 95%;
}

#footer ul {
	width: 400px;
	float: left;
}


/* ********************************************** Home ************************************************** */
#featureds {
	position: relative;
	width: 830px;
	height: 170px;
}
.featured_service_block_wrap {
	position: absolute;
	top:0;
	width: 830px;
	height: 170px;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
.featured_service_block {
	display: block;
	position: relative;
	width: 830px;
	height: 170px;
}
#fsb_cam { background: url("../images/home/camera.jpg") no-repeat;}
#fsb_usb {background: url("../images/home/usb_duplication.jpg") no-repeat;}

.featured_service_block p {
	display: block;
	position: absolute;
	text-align: right;
	color: #fff;
	line-height: 1.2em;
}
.featured_service_block p.camera {
	right: 55px;
	top: 63px;
	width: 400px;
}
.featured_service_block p.usb {
	right: 31px;
	top: 63px;
	width: 400px;
}

.featured_service_block p a {
	text-decoration: none;
	color: #ddd;
}

/* ****************************************************************************************************** */

ul.bulleted {
	list-style: disc;
	display: block;
	margin-left: 50px;
}
