/* TEK-DEK GLOBAL */

BODY {
	margin: 0px;
	padding-bottom: 10px;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 880px;
}

#page {
	text-align: center;
}

a {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #CC6600;
	text-decoration: none;
}

hr {
	height: 1px;
	color: #000000;
}

h1 {
	font-size: 1.4em;
	color: #663300;
	margin-top: 8px;
}

h2 {
	font-size: 1.2em;
	color: #663300;
}

h3 {
	font-size: 1em;
	margin-bottom: 2px;
}

ul li {
	margin-bottom: 5px;
}

.error {
	color: #990000;
	font-weight: bold;
}

.box-error {
	background-color: #FFDDFF;
	border: 1px solid #990000;
}

/* TEK-DEK CONTAINERS */

#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 880px;
	border: 1px solid #000000;
	border-bottom: none;
}

.container-side-bar {
	float: right;
	width: 300px;
	margin-right: 40px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
	background-color: #FFEDDC;
}

.container-box {
	margin: 20px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #000000;
	background-color: #FFEDDC;
}

#content {
	padding: 10px 20px 2px 20px;
}

/* TEK-DEK HEADER */

#logo {
	padding: 0px;
	padding: 10px 20px 0px 20px;
	height: 70px;
	background: url(../images/top_right.jpg) top right no-repeat #FFFFFF;
}

/* TEK-DEK MENU */

#menu {
	padding: 5px 10px;
	background-color: #BF6C18;
	text-align: center;
	border: 1px solid #000000;
	border-left: none;
	border-right: none;
	font-size: 12px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#menu a:hover {
	color: #FFFF66;
}

a#active {
	color: #FFCC00;
}

/* TEK-DEK FOOTER */

#footer {
	background-color: #000000;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	border-top: 3px solid #663300;
	border-bottom: 3px solid #663300;
	text-align: left;
	font-size: 80%;
	color: #CCCCCC;
	background-image:url(../images/logo_black.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* PAGE ELEMENTS */

blockquote {
	margin: 20px 40px 0px 40px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
}

.quote-explain {
	margin: 0px 40px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}

.quote-response {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 1.1em;
}

.price-table {
	border-collapse:collapse;
	margin-right: 5px;
}

.price-table th {
	font-size: 0.8em;
	background-color:#663300;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 4px;
}

.price-table td {
	font-size: 0.8em;
	padding: 5px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}