	/*

	Styles by: 
	Kematica
	http://www.kematica.com

	Author: 
	Kenneth Mata

	Contact Telephone: 
	650-575-5462

	E-mail:
	ken.mata@gmail.com

	Client:
	Kematica

	*/

/* Reset by Eric Meyer */
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: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}


	/* Reset End */



	/* body */
	body {
	font-family: Tahoma, Verdana, Arial;
	font-size: .85em;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 0px;
	background-color: #F0EEEF;
	background-image: url(../images/backgrounds/multibg3.jpg);
	background-repeat: repeat-x;
	}
	
	body#main{
	background-image: url(../images/backgrounds/multibg.jpg);
	}
	
	body#about{
	background-image: url(../images/backgrounds/multibg3.jpg);
	}

	body#services{
	background-image: url(../images/backgrounds/multibg3.jpg);
	}
	
	body#work{
	background-image: url(../images/backgrounds/multibg3.jpg);
	}
	
	body#contact{
	background-image: url(../images/backgrounds/multibg3.jpg);
	}
	
	body#labs{
	background-image: url(../images/backgrounds/multibg3.jpg);
	}
	
	body#sitemap{
	background-image: url(../images/backgrounds/multibg3.jpg);
	}
	
	/* text */

	p{
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 2.5em;
	
	}
	
	h1.h1huge {
	color: #BAD431;
	font-size: 3em;
	line-height: 1.25em;
	text-decoration: none;
	font-weight: bold;
	margin-left: 25px;
	padding-bottom: 5px;
	}
	
	h1.h1hugeW {
	color: #F0EEEF;
	font-size: 3em;
	line-height: 1.25em;
	text-decoration: none;
	font-weight: normal;
	margin-left: 25px;
	padding-bottom: 5px;
	margin-top: 25px;
	}
	
	h1.h1main {
	margin-left: 25px;
	font-size: 1.5em;
	color: #4E9CDC;
	}
	
	h2.h2main {
	margin-left: 20px;
	font-size: 1.25em;
	color: #333333;
	border: 1px dashed #333333;
	background-color: #FFAD33;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
	h3.h3main {
	margin-left: 25px;
	font-size: 1.1em;
	color: #333333;
	}

	p.Wtext {
	line-height: 180%;
	font-size: 0.9em;
	color: #F0EEEF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	}
	
	li.lifooter{
	list-style-type: none;
	display: inline;
	margin-left: 25px;
	}
	
	li.servicesli{
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 15px;
	list-style-image: url(../images/icons/bullet-trans.png);
	}
	
	li{
	list-style-image: url(../images/icons/bullet-trans.png);
	list-style-position: inside;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	}
	
	/* Links */

	a:link {
	color: #333333;
	text-decoration: none;
	}
	
	a:visited {
	color: #CC33CC;
	text-decoration: none;
	}
	
	a:hover {
	color: #006699;
	text-decoration: none;
	}
	
	a:active {
	color: #999999;
	text-decoration: none;
	}
	
	.darkl a:link {
	color: #CCCCCC;
	text-decoration: none;
	}
	
	.darkl a:visited {
	color: #CC99CC;
	text-decoration: none;
	}
	
	.darkl a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.darkl a:active {
	color: #CCCCCC;
	text-decoration: none;
	}
	
	a[rel ~='external'] {
	padding-right: 18px;
	background-image: url(../images/icons/icon_external-trans.png);
	background-repeat: no-repeat;
	background-position: right center;
 	}
	
	/* div styles */

	#pagewrap{
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	}
	
	#header{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	float: left;
	}
	
	#maincontent{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	}
	
	.columns{
	width: 960px;
	float: left;
	height: 335px;
	clear: both;
	}
	
	.columnscontact{
	width: 960px;
	float: left;
	clear: both;
	}
	
	.column1{
	float: left;
	width: 450px;
	margin-top: 25px;
	}
	
	.column2{
	float: right;
	width: 450px;
	margin-top: 25px;
	}
	
	#menu{
	width: 960px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: .85em;
	float: left;
	margin-top: 25px;
	}
	
	.kematica{
	color: #666666;
	font-size: .8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	display: inline;
	padding: 2px;
	}
	
	#bottomfixed{
	width:100%;
	height: auto !important;
	height:64px;
	position:fixed;
	padding:0;
	margin:0pt;
	bottom:0pt;
	z-index:10000;
	background-image: url(../images/backgrounds/bottomfade-trans.png);
	background-repeat: no-repeat;
	}
	

	
	/* Rounded Corners */
	
	.roundedCwrap{
	width: 315px;
	margin-top: 40px;
	
	}
	
	.roundedCtop{
	background-image: url(../images/roundedcorner/rc315top-trans.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 315px;
	
	}
	
	.roundedCmiddle{
	background-image: url(../images/roundedcorner/rc315mid-trans.png);
	background-repeat: repeat-y;
	width: 315px;
	
	}
	
	.roundedCbot{
	background-image: url(../images/roundedcorner/rc315bot-trans.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 315px;
	
	}
	
	
	/* Google styles */
	#google_map{
	height: 500px;
	width: 560px;
	margin-right: auto;
	margin-left: 25px;
	
	}

	/* Image holders*/

	.hline{
	background-image: url(../images/backgrounds/horizontaldiv2.jpg);
	background-repeat: repeat-x;	
	}
	
	.image_border{
	border: 1px solid #CCCCCC;
	}
	
	.image_leftMargin{
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	}
	
	.image_rightMargin{
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	
	}

	/* Flash holders */
	
	#flashmoviecontainer{
	height:480px;
	width:720px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
	}

	#multiplesvg1{
	height: 381px;
	width: 560px;
	background-color: #33CC66;
	margin-right: auto;
	margin-left: auto;
	}

	#multiplesvg2{
	height: 381px;
	width: 560px;
	background-color: #6699CC;
	margin-right: auto;
	margin-left: auto;
	}
