/* CSS Document */

body {
	margin: 40px auto;
	padding: 0;
	text-align: center;
	background: url(images/bg1px.gif) repeat-x #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	}

#wrap {
	margin: auto;
	border: 1px #666666 solid;
	width: 800px;
	text-align: left;
	}

#header {
	width: 100%;
	background-image: url(images/spectrum-lighting-header.jpg);
	height: 130px;
	}

#nav {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

#nav ul {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	}

#nav ul li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 12px;
	border-right: #FFFFFF solid 1px;
	}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}

#nav ul li a:hover {
	text-decoration: underline;
	}

#content {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 0 10px 0 0;
	}

#contentChild {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 20px;
	}

#contentChild h1 {
	font-size: 18px;
	color: #000000;
	margin: 10px 0;
	padding: 0;
	}

#content ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	}

#content ul li {
	font-size: 12px;
	list-style-type: square;
	}

#content h2 {
	font-size: 14px;
	margin: 5px 0;
	}

#content h2 a {
	color: #000000;
	text-decoration: none;
	}

#content h2 a:hover {
	text-decoration: underline;
	}

#content h1 a{
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#content h1 a:hover {
	background-color: #000000;
	color: #FFFFFF;	
	margin: 0;
	padding: 0;
	}

#footer {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(images/footer-bg.jpg) no-repeat;
	}

#bottomText, #bottomText a {
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	text-decoration: none;
	} 

.vcard {
	border: 3px double #CCCCCC;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #ffffff;
	height: 150px;
	}

.vcard p {
	padding: 10px;
	}

.vcard img {
	border: none;
	padding: 10px 20px 10px 10px;
	text-align: left;
	}
		
.style1 a {color: #FF0000}
