﻿/* css Blazey Inc. default style */
/* All associated graphics copyright 2008, Joe Moss */
/* Added: March 12th, 2008 */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. E-mail submissions@hostdiamond.com for futher information or to request permission. Feel free to study the CSS and use techniques as you see fit. Do not copy-paste anything! */

/* -------------------------- BEGIN STYLESHEET -------------------------- */

/* CSS Hacks */

	/* Reset the margins to fix IE Box Model */
	* {margin: 0px; padding: 0px;}
	/* Run PNG Fix */
	img {behavior: url("../iepngfix.htc");}
	/* Image DeBorder Fix */
	* img {border:0px;}

/* Main Page Css */

	/* html */
	
	body {padding:0; margin:0; font-family:verdana; font-size:12px; font-weight:normal; color: #000;}
	
	/* WRAPPER */
	div#wrapper {margin-left:0; margin-right:auto; width:950px; height:auto; text-align:center;}
	div#header {height:123px; width:950px; background: url('../images/bg_header.png') no-repeat;}
	div#home {height:auto; width:950px; background-color:#ffffff; text-align:left;}
		div#links {float:left; width:148px; height:245px;}
		div#margin { margin-left: 15px; width:auto;  float:left;}
		div#margin_home { margin-left: 40px; width:auto;  float:left;}
		div#homepagead {height:auto; width:701px;}
		div#dialogue {width:701px; margin-top: 10px; height:auto; color:black;}
		div#content {margin-left: 50px; width:650px; height:auto; color:black; text-align:left;}
		div#orange1 {background: url('../images/orange1.png') no-repeat; height:261px; width:346px;}
		div#orange {background: url('../images/orange.png') no-repeat; height:261px; width:346px;}
	div#footer { text-align: center; margin: 20px auto 0px 180px; width: 720px }
	div#footer a {color:#494949;}
	
	/* Navigation */
	#menu {
		background-image: url(../images/home_bg.png); background-position: left; background-repeat: no-repeat; height: 580px;
	}
	#menu dl {width: 140px; margin: 0; padding: 0;}
	#menu dt {margin:0; padding: 10px; font-size: 1.4em; font-weight:bold; color: #fff; border-bottom:1px solid #fff;}
	#menu dd {height:30px; margin:0; padding:0; color: #fff; background: transparent url('../images/link_bg.png') no-repeat;}
	#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; width:125px;}
	#gallery a:hover {color:#9cf;}

	.producttable td {padding-bottom:20px;}
	
	
	/* Link Styles */
		a:link, a:visited {color:#000;}
		a:hover, a:active {color:#000; text-decoration: underline;}
		a.white:link, a.white:visited {color:#000; font-size:10px;}
		a.white:hover {color:#000; text-decoration: none; font-size:10px;}
		
		a.copy:link, a.copy:visited {color:#000; font-size:9px; text-decoration: none;}
		a.copy:hover {color:#000; text-decoration: none;}
		
	/* Other Styles */
		
	.imagepad {padding-top:8px; padding-left:15px;}
	.imagepad2 {padding-top:8px; padding-right:15px;}
	.right {float:right;}
	.lineheight {line-height:18px;}
	
	#email {
	float:left;
	width:146px;
	height:190px;
}
