/* ====================================================================================== Global Reset */
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,
b, u, i, center,
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-size: 100.01%;
  font-family: verdana, sans-serif;
  color:#313131;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ====================================================================================== Header */

body {
	padding:0px;
	margin:0px;
}

#header{
	top: 0px;
	margin: 0px auto 0 auto; 
	width: 960px;
	height:90px;
	background: url("top.png") no-repeat center top;
	border-bottom: 1px solid #efefef;
}

#header h1#site_title a {
	display:block;
	position:relative;
	top:35px;
	left:35px;
	height:43px;
	width:179px;
	background: url("tincam-webcam-software.gif") no-repeat;
	text-indent:-9999px;
}


#tools_list, #site_strapline {
	display:none;
}	




/* ====================================================================================== Top menu */
#navigation {
	margin: 0px auto 0 auto; 
	width: 960px;
}

#navigation h3 {
  display:none;
}

#navigation ul {
	float:right;
	height:25px;
	position:relative;
	top:-25px;
	right:35px;
	height:0;
}

#navigation li {
	float:left;
	margin: 0;
	padding: 0;
}
#navigation a {
	font-family: "Arial Narrow", "Arial", sans-serif;
	font-weight: 100; 
	font-size:1.2em;
	color:#333333;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:2px;

	display: inline-block; 
	vertical-align: bottom;

	border-bottom:3px solid white;
	-webkit-transition:border-bottom 0.25s ease-in;
	-moz-transition:border-bottom 0.25s ease-in;
	-o-transition:border-bottom 0.25s ease-in;
	transition:border-bottom 0.25s ease-in;
}

#navigation a:hover {
	border-bottom:3px solid #015DB6;
}

#navigation .nav_current_li_1 a {
	border-bottom:3px solid #015DB6;
}

/* ====================================================================================== Main content */



/* ====================================================================================== Main content */
#main_body {
	position:relative;
	width:960px;
	margin: 0px auto 0 auto; 
	font-size:80%;
	line-height:1.2em;
}

#main_body #content ul.page_edit {
	position:absolute;
	right:10px;
	top:10px;
	list-style-type:none;
}

#main_body #content ul.page_edit li {
	width:auto;
	margin:0;
}

#main_body #content ul.page_edit a {
	color: #dddddd;
}


#main_body #content {
	width:500px;
	float:left;
	padding-left:20px;
	margin-bottom:3em;
}

#main_body #content h2 {
	font-size:1.5em;
	margin: 1.5em 0 1em 0;
}

#main_body #content h3 {
	font-size:1em;
	margin: 1.5em 0 0 0;
}

#main_body #content h3.store-product-detail-offers {
	font-size:0.8em;
	margin: 0;
	font-weght:normal;
}

#main_body #content p{
	margin-top:0.5em;
}


#main_body #content ol, ul {
	margin-left:2em;
}

#main_body #content ul {
	list-style-type:disc;
}


#main_body #content li {
	margin-top:0.5em;
	/*margin-left:2em;*/
}

#main_body #content ol li {
	list-style-type: decimal;
}


#extradiv_3 {
	clear:both;
}


/* ====================================================================================== Footer */
#footer {
	width:960px;
	margin: 0px auto 0 auto; 
	border-top: 1px solid #efefef;
}

#credits {
	text-align: center;
	font-size:60%;
	padding-top:20px;
	margin-bottom:1em;
	}

#credits a {
	color:#dddddd;
	}

#footer #credits li {
	color:#dddddd;
	margin-bottom:0.5em;
}

#footer #credits #cred_theme {
	display:none;
}