/* start reset code */
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%; vertical-align: top; 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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;border-spacing: 0; }
/* end reset code */


/* invitech template skin - designed by Jonathan Pittock for Cambridge Webworks */
/* -------------------------------------------------------------------------------------------------- */

/* --- em font-sizing --- */
html,body {
	font-size:100%;
	font-family:arial;
	line-height:100%;
}
html>body {
	font-size:14px;
	line-height:14px;
}

/* --- html styles --- */
html, body {
	height:100%;
}

body {
	background-image:url(images/background-color.png);
}

h1 {
	color:#b43330;
	margin:0.7em 0px 0.7em 0px;
	font-size:1.4em;
}

h2 {
	color:#b43330;
	margin:0.5em 0px 0.5em 0px;
	font-size:1.25em;
}

h3 {
	color:#b43330;
	margin:0.5em 0px 0.5em 0px;
	font-size:1em;
	font-weight:bold;
}

p {
	line-height:1.2em;
	margin-bottom:1em;
}

a:link, a:visited {
	color:#535c91;
	text-decoration:none;
}

a:active, a:hover {
	color:#535c91;
	text-decoration:underline;
}

ul {
	margin-bottom:0.5em;
}

	ul li {
		list-style-type:circle;
		margin:1.2em 0px 1.2em 1.9em;
	}

/* --- product styles --- */
ul.invitech_links {
	margin:0px 0px 0.5em 0px;
}

	ul.invitech_links li {
		list-style-type:circle;
		margin:0px 0px 0.5em 1.9em;
		font-size:0.9em;
	}

/* --- breadcrumb styles --- */
ul.breadcrumb {
	font-size:0.8em;
	margin:0px;
}

	ul.breadcrumb li.first {
		margin:0px;
		display:block;
		float:left;
	}

	ul.breadcrumb li.middle, ul.breadcrumb li.last {
		margin:0px;
		display:block;
		float:left;
		background-image:url(images/breadcrumb.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:16px;
	}

/* --- layout styles --- */
div.invitech_seperator {
	border:0px dashed #828282;
	border-bottom-width:1px;
	margin:5px 0px 5px 0px;
}

table#layout_container {
	width:100%;
	height:100%;
}

	td#layout_left {
		width:50%;
		background-image:url(images/background-top-gradient.png);
		background-repeat:repeat-x;
	}
	
	td#layout_right {
		width:50%;
		background-image:url(images/background-top-gradient.png);
		background-repeat:repeat-x;
	}
	
	td#layout_middle {
		width:794px;
		background-color:#ffffff;
	}
		
		div.layout_logo_no_menu {
			width:794px;
			height:173px;
			background-image:url(images/invitech-logo-no-menu.png);
			background-repeat:no-repeat;			
		}
		
		div.layout_logo_menu {
			width:794px;
			height:27px;
			padding:165px 0px 0px 0px;
			background-image:url(images/invitech-logo-menu.png);
			background-repeat:no-repeat;
			color:#ffffff;		
		}
		
		div#layout_content {
			width:772px;
			padding:7px 11px 7px 11px;
			background-color:#ffffff;
		}

/* --- menu styles --- */
div#main_menu {
	width:100%;
}

	div#main_menu table.cssmenu_container {
		height:27px;
		margin:0px auto 0px auto;
	}
	
	div#main_menu td.cssmenu_item {
		height:27px;
		padding:0px 7px 0px 7px;
		vertical-align:middle;
		background-image:url(images/menu-item-states.png);
		background-position:0px 0px;
		background-repeat:repeat-x;
		cursor:pointer;
	}
	
		div#main_menu td.cssmenu_item a:link, div#main_menu td.cssmenu_item a:visited {
			font-size:1em;
			color:#ffffff;
			text-decoration:none;
		}
		
		div#main_menu td.cssmenu_item a:active, div#main_menu td.cssmenu_item a:hover {
			font-size:1em;
			color:#ffffff;
			text-decoration:none;
		}
	
	div#main_menu td.cssmenu_active {
		background-position:0px -27px;
	}
	
		div#main_menu td.cssmenu_active a:link, div#main_menu td.cssmenu_active a:visited, div#main_menu td.cssmenu_active a:active, div#main_menu td.cssmenu_active a:hover {
			color:#7d7d7d;
		}
		
	div#main_menu td.cssmenu_hover {
		background-position:0px -54px;
	}
	
/* --- page styles --- */
table#frontpage_container {
	width:100%;
	margin:10px 0px 0px 0px;
}
	td.frontpage_hspace {
		width:7px;
	}
	
	td.frontpage_vspace {
		height:7px;
	}
	
	td#frontpage_blurb {
		background-color:#ffffff;
	}

	td.frontpage_feature_blank {
		width:156px;
		height:156px;
	}

	td.frontpage_feature {
		width:156px;
		height:156px;
	}
	
		img.frontpage_feature {
			width:156px;
			height:156px;
		}
	
	td#frontpage_info {
	}

/* --- product list styles --- */
div.invitech_product_list {
	
}

	div.invitech_product_list hr {
		clear:both;
		border:0px dashed #828282;
		border-bottom-width:1px;
		margin:2px 0px 2px 0px;
	}

	div.invitech_product_list div.invitech_product_item {
		
	}
	
		div.invitech_product_item div.product_image {
			float:left;
			margin:0px 7px 0px 0px;
			vertical-align:top;
		}
			div.invitech_product_item div.product_image img {
				/*width:156px;
				height:156px;*/
			}
		
		div.invitech_product_item div.product_details {

		}
		
			div.invitech_product_item h2.product_title {
				font-size:1em;
				line-height:1em;
				margin:0px;
			}
			
			div.invitech_product_item span.product_description {
				margin:0px;
				font-size:1em;
				color:#000000;
				font-weight:normal;
			}
			
/* --- category list styles --- */
div.invitech_category_list {
	
}

	div.invitech_category_list div.invitech_category_seperator {
		border:0px dashed #828282;
		border-bottom-width:1px;
		margin:5px 0px 5px 0px;
	}

	div.invitech_category_list div.invitech_category_item {
		
	}
	
		div.invitech_category_item div.category_image {
			float:right;
			margin:0px 7px 0px 0px;
		}
			div.invitech_category_item div.category_image img {
				width:156px;
				height:156px;
			}
		
		div.invitech_category_item div.category_details {

		}
		
			div.invitech_category_item h2.category_title {
				font-size:1.5em;
				line-height:1.5em;
			}
			
			div.invitech_category_item p.category_description {

			}
		
/* --- info-box styles --- */
div.infobox {
	height:100%;
	background-image:url(images/info-box-background.png);
	background-position:top left;
	background-repeat:repeat;
}

	div.infobox div.top_left {
		height:100%;
		background-image:url(images/info-box-top-left.png);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	div.infobox div.top_right {
		height:100%;
		background-image:url(images/info-box-top-right.png);
		background-position:top right;
		background-repeat:no-repeat;		
	}
	
	div.infobox div.bottom_left {
		height:100%;
		background-image:url(images/info-box-bottom-left.png);
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	
	div.infobox div.bottom_right {
		height:100%;
		padding:10px 16px 14px 16px;
		background-image:url(images/info-box-bottom-right.png);
		background-position:bottom right;
		background-repeat:no-repeat;
	}