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: "" "";
}

/* Reset.css ends here */
body {
	/* background:#424548; */
	background:#272827 url(images/bg.gif) center repeat-y;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a {
	color:#fff;
}

#wrapper {
	width:910px;
	margin:0 auto;
}

#primary_nav {
	/* background:url(images/nav_right.jpg) right top no-repeat; */
	/* width:345px; */
	float:right;

	position: relative;
	top: 82px;
	right: 16px;
}

#nav, #nav ul {
	margin:0;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2em;

	text-transform:lowercase;
	font-family: verdana;
	font-size:1em;

}

#nav a:link, #nav a:active, #nav a:visited {
	display:block;
	padding:0px 8px 0px 8px;
	/* border:1px solid #333; */
	color:#fff;
	text-decoration:none;
	background-color: inherit;
}

#nav a:hover{
    background-color:#fff;
    color:#333;
}

#nav li {
	/* position elements horizontally */
    float:left;
    position:relative;

}

#nav ul {
	/* menu sub items */
    position:absolute;
    width:12em;
    top:2em;
    display:none;
}

#nav li ul a {
    width:12em;
    float:left;
}

#nav ul ul {
	top:auto;
}

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}


#header {
	clear:right;
	background:url(images/header.bar2.bg.gif) center top no-repeat;
	width:910px;
	height:132px;

}

#header img {
	margin:10px 0 0 10px;
	float:left;
}

#pagefooter {
	text-align:center;
	float:left;
	width:890px;
	margin-left:10px;
}

#pagefooter p {
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

#pagefooter img {
	margin:40px 0px 10px 0px;
}



#secondary_nav {
	margin:0 20px 0 0;
	padding-top:90px;
}

#secondary_nav li {
	float:right;
	display:block;
	font-size:12px;
	padding-right:6px;
	padding-left:4px;
	text-transform:lowercase;
	background:url(images/separator.jpg) right top no-repeat;
}

#secondary_nav li a, #primary_nav li a {
	color:#fff;
	text-decoration:none;
}

#secondary_nav li a:hover, #primary_nav li a:hover {
	text-decoration:underline;
}

#secondary_nav li.first, #primary_nav li.last {
	background:none;
	padding-right:0;
}

#content_area {
	clear:both;
}

#main_content {
	float:left;
	width:660px;
	color:#fff;
	margin-left:10px;
}

#main_content h1, #main_content h2 {
	/* this is the content header bar */
	background:#111;
	text-transform:uppercase;
	font-size:12px;
	/* padding shorthand top - right - bottom - left */
	padding:8px 5px 10px 10px;
	margin:10px 0 10px 0;
}

#main_content h2 { background:none;  }

#main_content p {
	margin-bottom:10px;
	color:#fff;
	line-height:17px;
}

#main_content table {
	width:99%;
	bgcolor:#0066CC;
	margin:10px 10px;
}

#service_list table {
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
}

#service_list thead td {
	width:50%;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:1px dotted #CCCCCC;
	padding:5px 5px 5px 5px;
	/* margin: 5px 5px 5px 5px; */
}

#service_list tbody td {
	padding:5px 0px 0px 5px;
}

/* testimonials page */
#testimonial_list table {
	font-family:Arial, Helvetica, sans-serif;
	width:400px;

	margin: 5px;
}

#testimonial_list thead td {
	width:50%;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:1px dotted #CCCCCC;
	padding:0px 0px 12px 12px;
}

#testimonial_list tbody td {
	/* padding:5px 5px 5px 5px; */
	padding:12px;
}


#main_content td {

}

#sidebar {
	float:right;
	width:202px;
	color:#fff;
	padding-right:7px;
}

#sidebar h2 {
	background:#111111;
	font-size:12px;
	margin:10px 0pt;
	padding:8px 5px 10px 10px;
	text-transform:uppercase;
}

#sidebar p {
	padding:5px;
	line-height:16px;
	/* border:#000000 1px solid; */
}

#sidebar .side_image {
	margin: 3px 6px 3px 0px;
}

#sidebar .casestudy_title {
	font-family: Verdana, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
}

#slideshow {
	width:900px;
	height:239px;
	padding:9px 0 0 10px;
	background:url(images/big_flashback.jpg) no-repeat top left;
}

#slideshow2 .slide {
	float:left;
	margin-right:16px;
}

#slideshow2 .flash {
	background:url(images/small_flashback.jpg) no-repeat top left;
	width:205px;
	height:171px;
	padding:6px 0 0 10px;
}

#slideshow2 .description {
	text-align:right;
	padding:3px 10px 0 0;
	color:#fff;
}

#slideshow2 .last {
	margin-right:0;
}

#slideshow2 .description a {
	color:#fff;
	text-decoration:none;
}

/* form */
input { margin:5px; }
label { margin:5px; }

