/* CSS Document */

a.logos:link {
	color: #666666;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}
a.logos:hover {
	color: #000000;
	text-decoration: underline;
}
a.logos:active {
	color: #666666;
	text-decoration: underline;
}
a.logos:visited {
	color: #666666;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}
a.logos:visited:hover {
	color: #000000;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}

a.footer:link {
	color: #666666;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	color: #666666;
	text-decoration: underline;
}
a.footer:visited {
	color: #666666;
	text-decoration: underline;
	font-weight:normal;
}
a.footer:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:normal;
}

.clearboth {
	clear: both;
}

#icons, #icons ul {
	width: 156px;
	list-style: none;
	line-height: 24px;
	background: white;
	padding: 0 0 0 0;
	border: none;
	margin: 0 0 0 24px;
	text-align: left;
}

#icons a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 99px;
}

#icons li {
	float:left;
	padding: 0;
}

#icons li a.pc {
	text-indent: -9999px;
	background: url("../inside/pclogo.jpg") 0 0 no-repeat;
	width: 78px;
}

#icons li a:hover.pc {
	text-indent: -9999px;
	background: url("../inside/pclogo.jpg") -78px 0 no-repeat;
	width: 78px;
}

#icons li a.mac {
	text-indent: -9999px;
	background: url("../inside/maclogo.jpg") 0 0 no-repeat;
	width: 78px;
}

#icons li a:hover.mac {
	text-indent: -9999px;
	background: url("../inside/maclogo.jpg") -78px 0 no-repeat;
	width: 78px;
}

/*---------------contact page - brochure display--------------------*/

.brochrow {
	width: 530px;
	height: 285px;
	float: left;
	clear: both;
}

.brochthumb {
	float: left;
	width: 156px;
	height: 250px;
	margin: 0 15px 35px 0;
}

.brochthumbx {
	float: left;
	width: 202px;
	height: 250px;
	margin: 0 15px 35px 0;
}

.brochrow input {
	margin-top: 15px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#E28357;
	}
	
hr {
	color: #666666;
}

a img {
	outline: none;
	border: none;
}

	

/*---------------New Main Navigation styles---------------------*/

td.topnavcell {
	height: 20px;
	vertical-align: middle;
	text-align: right;
}

p.topnav {
	display: inline;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #993300;
	padding: 15px;
	text-align: right;
}

p.topnav a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

p.topnav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

td.topnavcellDark {
	height: 20px;
	vertical-align: middle;
	text-align: right;
	background-color: #25201C;
}

p.topnavDark {
	display: inline;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 15px;
	text-align: right;
}

p.topnavDark a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

p.topnavDark a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
	