/*General Reset and Webpage Settings*/	
	* {padding: 0px; margin: 0px;}

	html{
	height: 100%;
	color: #000000;
	}
	
	body{
	height: 100%;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

/*End General Reset and Webpage Settings*/


#container {
	height: 417px;
	width: 757px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -378px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -208px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
#header {
	height: 64px;
	border-bottom-color: #686191;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#header h1 {
	width: 292px;
	float: left;
	font-size: 1px;
	height: 53px;
	}
	#header h1 a { /* mimicks image map */
	width: 289px;
	line-height: 53px;
	display: block;
	text-indent: -9000px;
	margin-top: 7px;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	height: 57px;
	}

	
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686191;
	height: 21px;
	float: right;
	clear: right;
	width: 440px;
	color: #686191;
	text-align: right;
}

#imageback {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	height: 316px;
	width: 745px;
	margin: 10px;
}


	
#menu {
	background-color: #FFFFFF;
	height: 30px;
	float: right;
	margin-top: 25px;
	}



#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	}

#menu ul li	{
	display: block;
	float: left;
	text-indent: -10000px;
	}

#menu ul li a {
	display: block;
	margin-top: 3px;
	height: 30px;
	}
	
#menu ul li a:hover { 
	background-position: 0px -31px; 
	}
	
a#menu-home	{
	background: url(images/home.jpg) no-repeat 0px 0;
	width: 88px;
	}
a#menu-catalouge	{
	background: url(images/catalouge.jpg) no-repeat 0px 0;
	width: 101px;
	}
a#menu-size	{
	background: url(images/size.jpg) no-repeat 0px 0;
	width: 145px;
	}
a#menu-contact	{
	background: url(images/contact.jpg) no-repeat 0px 0;
	width: 98px;
	}
h3 {
	font-size: 9px;
	font-weight: normal;
	margin: 10px auto 0px;
	padding: 0px;
	width: 180px;
	height: 30px;
}

#pic {
	height: 391px;
	width: 233px;
	float: left;
	background-image: url(images/pic.jpg);
	margin-left: 42px;
	position: absolute;
	top: 31px;
	z-index: 0;
}.bold {
	font-weight: bold;
}

input.submit-btn
	{
	width: 56px;
	height: 16px;
	background: url(images/btn-submit.gif) no-repeat;
	outline: none;
	float: left;
	}
	
input.submit-btn:hover
	{
	background: url(images/btn-submit.gif) no-repeat 0 -17px;
	}
input.reset-btn
	{
	width: 56px;
	height: 16px;
	background: url(images/btn-reset.gif) no-repeat;
	outline: none;
	float: left;
	}
	
input.reset-btn:hover
	{
	background: url(images/btn-reset.gif) no-repeat 0 -17px;
	}
