/*
-----------------------------------------------
ActionHead.com Style Sheet
author:   Craig Cesmystruk
version:  2007.11
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}
a img { border-style:none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
body {
	background-color: #547795;
	background-image: url(graphics/bg-blue.jpg);
	background-repeat: repeat-x;
	margin: 0 0 50px 0;
	}
	
/* =Header
----------------------------------------------- */

#header {
	float: left;
	width: 696px;
	height: 74px;
	margin: 75px 0 0 33px; 
	padding: 0;
	background: url("graphics/header_bar_left.gif") no-repeat left;
	display: inline;
	}
	
h1#hand {
	width: 222px;
	height: 167px;
	display: block;
	position: absolute;
	top: 0px;
	left: 44px;
	background: url("graphics/hand.png") no-repeat transparent;
	}
	
h1#hand span {
	display: none;
	}


h2#uchand {
	width: 222px;
	height: 167px;
	display: block;
	position: absolute;
	top: 285px;
	left: 500px;
	background: url("graphics/uc_hand.png") no-repeat transparent;
	}
	
h2#uchand span {
	display: none;
	}

/* =Structure
----------------------------------------------- */

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	}
	
#nav_wrapper {
	float: right;
	width: 432px;
	margin: 0;
	padding: 0;
	height: 74px;
	display: inline;
	}
	
#content {
	float: left;
	width: 640px;
	/*	background: #cccc99 url("graphics/bubble_shadow.gif") repeat-x top; */
	background: #FFF url("graphics/bubble_shadow.gif") repeat-x top;
	display: inline;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
	padding-top: 27px;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 27px;
	}
	
.column_row {
	float: left;
	width: 639px;
	margin: 0;
	padding: 0;
	}

.column {
	float: none;
	width: 350px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 27px;
	margin-bottom: 0;
	margin-left: 0;
	height: auto;
	}
	
.column_last {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	margin-right:-3px;
	display: inline;
	}
	
#rbroundbox_top {
	float: left;
	width: 760px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url("graphics/bubble_top.gif") no-repeat;
	display: inline;
	}
	
#rbroundbox {
	float: left;
	width: 690px;
	margin: 0;
	padding: 20px 30px 10px 40px;
	background: #ffffff url("graphics/bubble_bg_gradient.gif") bottom no-repeat;
	display: inline;
	}
	
#rbroundbox_bottom {
	float: left;
	width: 760px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url("graphics/bubble_bottom.gif") no-repeat;
	display: inline;
	}	
	
#form_wrapper {
	float: left;
	width: 392px;
	margin-right: 28px;
	display: inline;
	}
	
#footer {
	float: left;
	width: 640px;
	margin: 0 0 0 33px;
	padding: 0 27px 0 27px;
	background: #FFF;
	display: inline;
	}
	
#footer_bottom {
	float: left;
	width: 699px;
	height: 19px;
	margin: 0 0 0 33px;
	padding: 0;
	background: url("graphics/footer_bottom.gif") no-repeat;
	display: inline;
	}
	
#contact_column {
	float: left;
	width: 216px;
	margin-left: 4px;
	padding: 0;
	display: inline;
	}

/* =Nav
----------------------------------------------- */

#nav {
	float: left;
	width: 432px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 74px;
	display: block;
	overflow: hidden;
	z-index: 1;
	}
	
#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 74px 0 0 0;
	overflow: hidden;
	height: 74px ; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -74px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -74px;
	}
	
#home a  {
	width: 86px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_home.gif") 0 0 no-repeat;
	}
	
#product a  {
	width: 86px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_products.gif") 0 0 no-repeat;
	}

#details a  {
	width: 86px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_details.gif") 0 0 no-repeat;
	}
	
#faqs a  {
	width: 86px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_faqs.gif") 0 0 no-repeat;
	}

#contact a  {
	width: 87px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_contact.gif") 0 0 no-repeat;
	}

#portfolio a  {
	width: 86px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_portfolio.gif") 0 0 no-repeat;
	}
	
#services a  {
	width: 86px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_services.gif") 0 0 no-repeat;
	}
	
#contact a  {
	width: 87px;
	height: 74px;
	margin: 0;
	background: url("graphics/nav_contact.gif") 0 0 no-repeat;
	}

/* =Headings
----------------------------------------------- */

h2 {
	font-family: Gill Sans, sans-serif;
	font-size: 1.55em;
	font-weight: normal;
	color: #463230;
	text-align: left;
	margin: 10px 0 10px 0;
	}
	
h3 {
	font-family: Gill Sans, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #463230;
	text-align: left;
	margin: 10px 0 10px 0;
	}
	
h4 {
	font-family: Gill Sans, sans-serif;
	font-size: 1.25em;
	color: #000000;
	text-align: left;
	line-height: 50px;
	margin: 5px 25px 9px 0;
	font-weight: normal;
}
	
h2#main_title {
	width: 330px;
	height: 45px;
	margin: 0 0 10px 0;
	padding: 0;
	padding-top: 15px;
	}
	
h2#main_title span {
	}

/* =Lists
----------------------------------------------- */

ul.info {
	list-style:none;
	font-size: 1em;
	font-family: Gill Sans, sans-serif;
	}
ul.info li {
	
	padding: 0 0 0 20px;
	clear: left;
	background: url("graphics/check.gif") no-repeat 0 2px;
	width: 100%;		
}

ul.serv {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	}

ul.serv li {
	float: left;
    font-family: Gill Sans, sans-serif;
	color: #000000;
	text-align: left;	
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 20px;
	clear: left;
	background: url("graphics/check.gif") no-repeat 0 2px;
	width: 100%;
	
	}
	
ul.serv li a,
ul.serv li a:link,
ul.serv li a:active,
ul.serv li a:visited {
	color: ;
	text-decoration: none;
	border-bottom: ;
	}

ul.serv li a:hover {
	text-decoration: none;
	color: #990000;
	background: ;
	}
	
/* =Links
----------------------------------------------- */

p a,
p a:link {
	text-decoration: none
}
,
p a:active {color:#990000},
p a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: ;
	}

p a:hover {
	text-decoration: none;



	background-color:;
	}
	
h4 a,
h4 a:link,
h4 a:active,
h4 a:visited {
	color:#990000;
	text-decoration: none;
	border-bottom: ;
	}

h4 a:hover {
	text-decoration: none;
	color: #ffffff;
	background: ;
	}
	
	
/* Misc: =Tables
----------------------------------------------- */

table {
	width: 640px;
	margin-bottom: 10px;
	border: none;
	}
	
td {
	width: 213px;
	vertical-align: top;
	}

/* Misc: =Images
----------------------------------------------- */

.image_index {
	float: right;
	width: 260px;
	height: 575px;
	padding: 0;
	background: url("graphics/services-collage.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_portfolio {
	float: right;
	width: 346px;
	height: 286px;
	margin: -90px 0 0 15px;
	padding: 0;
	background: url("graphics/photo_portfolio.png") no-repeat;
	display: inline;
	}
	
.image_services {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/photo_services.png") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}	
	
.image_services1 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}

.image_services2 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_services3 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_services4 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_services5 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_services6 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_services7 {
	float: right;
	width: 346px;
	height: 286px;
	padding: 0;
	background: url("graphics/idtheft kit5.gif") no-repeat;
	display: inline;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
	
.image_contact {
	float: right;
	width: 346px;
	height: 286px;
	margin: -90px 0 0 15px;
	padding: 0;
	background: url("graphics/photo_contact.png") no-repeat;
	display: inline;
	}
	
#arrow {
	position: absolute;
	width: 45px;
	height: 42px;
	background: url("graphics/arrow.gif") no-repeat;
	z-index: 10;
	margin: 32px 0 0 355px;
	}
	
#arrow.portfolio {
	margin: 32px 0 0 470px;
	}
	
#arrow.services {
	margin: 32px 0 0 575px;
	}
	
.arrow_contact {
	position: absolute;
	width: 45px;
	height: 42px;
	background: url("graphics/arrow_contact.gif") no-repeat;
	z-index: 10;
	margin: 32px 0 0 555px;
	}
	
.column img {
	border: 6px solid #ffffff;
	}
	
.column_last img {
	border: 6px solid #ffffff;
	}
	
/* Misc:
----------------------------------------------- */
	
p {
	font-family: "Gill Sans", sans-serif;
	font-size: 0.9em;
	text-align: left;
	line-height: 15px;
	font-weight: normal;
	}
	
p strong {
	font-weight: bold;
	}
	
#rbroundbox p {
	margin-bottom: 0;
	}
	
#disclaim p {
	font-size: 0.8em;
	color: #666;
	line-height: normal;
	}

#product-intro p {
	font-size: 1em;
	line-height: normal;
	}
	
	
#footer p {
	font-family: Gill Sans, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin-bottom: 18px;
	}
	
	
.f_left {
	float: left;
	margin: 0;
	font-size: 0.7em;
	}

.f_right {
	float: right;
	margin: 0;
	}
	
.right {
	text-align: right;
	margin: 0 0 20px 0;
}
	
.red {
	color: #e00000;
	}
	
.bold {
	font-weight: bold;
	}

.hide {
	display: none;
	}
	
.line_break_footer {
	float: left;
	width: 640px;
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #000000;
	overflow: hidden;
	display: inline;
	}
		
.line {
	border: 3px solid #999966;
	margin-top: 13px;
	}
	
blockquote {
  background: transparent url("graphics/quote.gif") left top no-repeat;
  margin: 20px 0 0 0;
  padding: 0 0 0 50px;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #000000;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	}
	
