@charset "utf-8";

/* reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:""; }
abbr,acronym { border:0; }

html {font-size: 62.5%;}


body {
	background-image:url("images/mainbg.jpg");
}

/*layout elements*/
	#container {
	width: 1090px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("images/fulltempate.jpg");
	position: relative;
	}
	
	#title {
	width: 820px;
	height: 120px;
	background-image:url("images/title.jpg");
	float:left;
	}
	
	#network {
	width: 270px;
	height: 120px;
	background-image:url("images/network.jpg");
	float:right;
	}
	
	#networklinks {
		float:right;
		margin-right:92px;
		margin-top:7px;
	}
	
	#network img {
		padding: 0 0 0 5px;
	}

	#vitals {
	width: 410px;
	height: 275px;
	background-image:url("images/vitals.jpg");
	float:left;
	}
	
	#gallerycontainer {
	width: 680px;
	height: 275px;
	background-image:url("images/gallery.jpg");
	float:right;
	}
	
	#designfood {
	width: 410px;
	height: 355px;
	background-image:url("images/designfood.jpg");
	float:left;}
	
	#statement {
	width: 680px;
	height: 355px;
	background-image:url("images/statement.jpg");
	float:right;
	}
	
	/*Footer*/
	#footer {
	width: 1090px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
	#left {
    float: left;
    width: 311px;
	height:210px;
	padding: 11px 15px 10px 70px;
	}

	#center {
	float: left;
  	width: 311px;
	height:210px;
	padding: 11px 20px 10px 20px;
	}
	
	#right {
    float: left;
    width: 311px;
	height:210px;
	padding: 11px 0 10px 5px;
	}
	
	.clear {
    clear: both;
	}
	
	#networklinks {
		margin-left:35px;
	}

/*Fonts*/
p {
	font-family: arial, sans-serif;
	color: #FFF;
	text-align: left;
	font-size: 14px;	
}


em {
	font-weight: bold;
}

h1 {
	font-family: century gothic, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	text-align: left;
	margin-left: 112px;
	margin-top: 20px;
}


h2{
	font-family: century gothic, sans-serif;
	color: #D1FE00;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding: 5px 0 3px 0;
}

h3{
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

h4{
	font-family: century gothic, sans-serif;
	color: #FFF;
	font-size: 18px;
	text-align: left;
	margin-left:213px;
	margin-top: 30px;
	float:left;
}

/*Link Styles*/
a {
	color: #bdcbcf;
	font-weight: bold;
	text-decoration: none;
}
a:visited, a:active {
	color:  #bdcbcf;
	}
a:hover {
	color: #FF0000;
	}
	
	
	
	/* IMAGE GALLERY SLIDESHOW THINGIMABOB*/
#slideshow {
    position:relative;
    height:231px;
}

#slideshow IMG {
    position:absolute;
    top:22px;
    left:23px;
    z-index:8;
    /*opacity:0.0;*/
}

#slideshow IMG.active {
    z-index:10;
   /* opacity:1.0;*/
}

#slideshow IMG.last-active {
    z-index:9;
}