﻿@charset "utf-8";
@import "predefined.css";






/* ------------------------------------
Generic & Defaults
------------------------------------ */
body {
	font:1.2em Arial;
	text-align:center;
	background:#e0e0e0;
	color:#555;
}
a {
	color:#00f;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5 {
	color:#000;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p {
	margin:0 0 1em 0;
}








/* ------------------------------------
Layout
------------------------------------ */
#laminator {
	background:url(../image/bg-top.png);
}
#page {
	background:#e0e0e0 url(../image/bg-body.png) repeat-x 0 0;
}
#header, #body {
	width:982px;
	text-align:left;
	margin:0 auto;
}
#header {
	background:url(../image/bg-header.png) no-repeat 50% 100%;
}
#body {
	background:#fff url(../image/bg-primary.gif) no-repeat 50% 100%;
	padding:0 0 8px 0;
	margin-top:3px;
}
#body .top {
	background:url(../image/bg-primary-top.png) repeat-x 50% 0;
	height:6px;
	overflow:hidden;
}
#body .main {
	border-color:#d4d4d4;
	border-style:solid;
	border-width:0 1px;
	min-height:470px;
	height:auto !important; /* ie6 doesn't support !important */
	height:470px; /* for ie6 */
	overflow:hidden !important; /* ie6 doesn't support !important */
	overflow:visible; /* for ie6 */
}

#footer {
	padding:0 0 8px 24px;
	font:0.9em Verdana;
}










/* ------------------------------------
Header
------------------------------------ */
#header {
	height:122px;
	position:relative;
}
#header a {
	color: #99CC00;
	text-decoration:none;
}
#header h2 {
	width:500px;
}
#header h2 a {
	color:#fff;
	font:4em Trebuchet MS;
	text-decoration:none;
	padding:20px 0 0 10px;
	height:61px;
	display:block;
}
#header ul {
	float:left;
}
#header li {
	float:left;
}
#header li a {
	float:left;
	padding:12px 20px;
	font:1.2em Verdana;
}
#header li a:hover {
	color:#669900;
	background:url(../image/dot-menu.png) no-repeat 50% 100%;
	text-decoration:underline;
}
#header form {
	position:absolute;
	top:36px;
	right:0;
	width:400px;
}
#header fieldset * {
	float:left;
}
#header option {
	float:none;
}
#header .textbox {
	width:190px;
	font:1em Georgia;
	color:#999966;
}
#header select {
	width:120px;
	margin:0 0 0 6px;
}
#header .button {
	background:url(../image/button-go.png) no-repeat 0 0;
	border:none;
	border-width:0;
	width:33px;
	height:19px;
	text-indent:-1000em;
	overflow:hidden;
	margin:2px 0 0 6px;
}
* html #header .button {
	padding:1000em 0 0 0;
}






/* ------------------------------------
Primary
------------------------------------ */
#body .main {
}
#body .content, #body .sidebar {
	float:right;
	display:inline;
}
#body .sidebar {
	width:220px;
	overflow:hidden;
	padding:0 0 20px 0;
}
#body .content {
	width:730px;
	padding:0 20px 60px 10px;
}











/* ------------------------------------
Primary - Content
------------------------------------ */
#body .content {
	font:1.1em/1.6 Verdana;
}
h1, .content h2 {
	margin:12px 0 15px 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content caption {
	margin-left:-4px;
}
h1 {
	font:2em Times New Roman;
}
.content h2 {
	font:bold 1.6em Tahoma;
}
h1 strong {
	font-style:italic;
	color:#CC3300;
}
.error {
	font-size:1.2em;
	color:red;
}
.note {
	font-size:1.2em;
	color:green;
}









.pagination {
	font:bold 0.9em Tahoma, Arial;
	padding:3px 2px;
}
.pagination span {
	color:red;
}






ul.general {
	list-style:square;
	margin:0 0 1em 0;
}
ul.general li {
	margin:0 0 3px 20px;
}







.alphabetical {
	border-color:#ddd;
	border-style:dashed;
	border-width:1px 0;
	padding:10px 0 12px 16px;
	height:1%;
	overflow:hidden;
}
.alphabetical ul {
	font:bold 1.4em/1.5 Verdana;
}

.alphabetical li {
	float:left;
}
.alphabetical li a {
	float:left;
	width:1.6em;
	height:1.6em;
	text-align:center;
}
.alphabetical li a:hover {
}






.phrase_list {
	margin:1em;
}
.phrase_list li {
}
.phrase_list strong {
	font-weight:bold;
	font-family:Tahoma, Arial;
}



#phrases p {
	font:1em Verdana;
}


.symbols {
	width:100%;
	overflow:auto;
	overflow-y:hidden;
}




h6 {
	font:bold 0.9em Tahoma, Arial;
	color:#bbb;
}




h3 {
	font:bold 1.2em Verdana;
	margin:0 0 5px 0;
}





.contact {
	width:100%;
}
.contact caption, .content h4 {
	text-align:left;
	font:1.4em Trebuchet MS;
	color:#3366CC;
	padding:0 0 6px 0;
}
.content h4 {
	padding:6px 0 10px 0;
}
.contact th {
	font-weight:bold;
	color:#111;
	vertical-align:top;
}
.contact th, .contact td {
	padding:0 0 6px 0;
}
.contact .headers {
	width:180px;
}

.company img {
	padding:2px;
	border:1px solid #ddd;
	margin:0 1em 1em 0;
}
.company .desc {
}



.listpad {
	height:1%;
	overflow:hidden;
}
.listpad li {
	float:left;
	width:240px;
}



.categories, .companies {
	height:1%;
	overflow:hidden;
}
.categories li, .companies li {
	float:left;
	width:360px;
}

.listpad, .categories, .companies {
	margin:0 0 3em 0;
}


.other {
	font:bold 0.5em Tahoma;
}




/* ------------------------------------
Primary - Sidebar
------------------------------------ */
#body .sidebar {

}











/* ------------------------------------
Footer
------------------------------------ */











