﻿/* CSS style sheet for autoshopnw-dot-com */


body {
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

div, span, p, li  {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}

#header-container {
	width: 770px;
	text-align:center;
	margin: 0px auto;
}

div.head-left {
	float: left;
}

#container {
	width: 770px;
	padding: 0px;
	text-align:left;
	margin: 0px auto;
}

div.left {
	float: left;
	width: 180px;
}

div.subleft {
/*	margin: 0px; */
/*	text-align: center; */
/*	height: 50%; */
	background-image: url(images/menubg.gif);
}

div.right {
	float: left;
	width: 585px;
}

div.subright {
	margin-left: 20px ;
}

p {
	text-align: justify;
}

.big {
	font-weight: bold;
	font-size: 20px;
}

.bio {
	border: 1px black solid;
}

.small {
	font-weight: bold;
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

span.title {
	width: 120px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

img {
	border: 0px
}

img.shop {
	margin: 0px 0px 5px 20px;
	border: 1px black solid;
}

.cleared {
  clear: both;
  line-height: 0;
}

.footer {
	margin-top: 5px;
	float: center;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	text-align: center;
}

a.menu {
	color: #fff;
	text-decoration: none;
	background-color: #6699cc;
	width: 165px;
	border: 1px solid #05476E;
	margin: 0px 5px 10px 10px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	display: block;
}

a.menu:hover { 
		color: #fff;
		background-color: #6eaddd;
}

.popbox {
	display: none;
	width: 400px;
	left: 33%;
	right: 33%;
	top: 33%;
}

a.poplink:hover {
	border: 0;
}

.poplink {
	font-size: 12px;
	color: #ddd;
	text-align: center;
	margin-left: 9px;
	text-decoration: none;
}

a.poplink:hover .popbox {
 	display: block;
	position: absolute;
	border: 2px solid #000;
	background-color: #eee;
	margin: 20px;
	text-align: left;
	padding: 3px;
	font-size: 8pt;
	color: #333;
}

/* ---------------------------------------------- */
