@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of css reset */

body {
background-image:url(http://www.brightlines.com/dev/bg_tile.jpg);
}

#main {
margin: 0 auto;
width:780px;
border: 1px #000000 solid;
height: 100%;
background-color:#ffffff;
}

#header {
background-color:#ffffff;
width:780px;
height:65px;
clear:both;
}

#topnav {
position:relative;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
float:right;
margin-right:8px;
color:#0033FF;
top:45px;
}

#topnav a:link {
text-decoration:none;
}

#topnav a:visited {
text-decoration:none;
}

#topnav a:hover {
text-decoration:underline;
}

#topnav li {
display:inline;
}


.headerimg {
float:left;
margin-left:4px;
}

#map {
width:750px;
margin:0 auto;
}

#map h1 {
font-family:Helvetica,Arial,Sans-Serif;
font-size:18px;
padding-bottom:4px;
float:left;
}

#map p {
font-family: Helvetica, Arial, Sans-serif;
font-size:12px;
float:right;
margin-right: 6px;
vertical-align:bottom;
padding-bottom:4px;
}

#catalog {
width:750px;
margin:0 auto;
}


#catalog p {
font-family: Helvetica, Arial, Sans-serif;
font-size:12px;
float:right;
margin-right: 6px;
vertical-align:bottom;
}

#catalog table {
width:750px;
}

#contacts {
margin:0 auto;
width:750px;
margin-top:4px;
margin-bottom:4px;
}

.contactstable {
width:750px;
background-color:#ededed;
text-align:center;
font-family: Helvetica, Arial, Sans-Serif;
color:#000000;
font-size:12px;
line-height:1.5em;
clear:both;
}

.endcell {
width:373px;
}

.midcell {
width:250px;
}


.westhead {
font-size:12px;
font-weight:bold;
background-color:#699623;
color:#ffffff;
width:248px;
}

.southeasthead {
font-size:12px;
font-weight:bold;
background-color:#82479b;
color:#ffffff;
width:248px;
}

.midwesthead {
font-size:12px;
font-weight:bold;
background-color:#ff8f0b;
color:#ffffff;
width:248px;
}

.northeasthead{
font-size:12px;
font-weight:bold;
background-color:#135fcd;
color:#ffffff;
width:248px;
}

.internationalhead {
font-size:12px;
font-weight:bold;
background-color:#666666;
color:#ffffff;
width:373px;
}

.southwesthead {
font-size:12px;
font-weight:bold;
background-color:#ea1213;
color:#ffffff;
width:248px;
}

#info {
width:750px;
height:250px;
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
border-top:2px solid #444444;
border-bottom:2px solid #444444;
}

.catalog{
font-size:24px;
font-family: Helvetica, Arial, sans-serif;
}

#catalog h2 {
font-family: Helvetica, Arial, sans-serif;
color:#FFFFFF;
font-size:18px;
text-align:center;
width:365px;
padding-top:4px;
padding-bottom:4px;
}

#catalog ul {
padding:20px;
margin-left:30px;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
vertical-align:middle;
}

#catalog img {
vertical-align:middle;
}


#catalog li {
padding-left:40px;
padding-top:6px;
padding-bottom:6px;
list-style: none;
background: url(http://brightlines.com/images/pdficon.gif) no-repeat center left;

}

.purple { background-color:#82479b; }
.blue { background-color:#135fcd; }
.orange { background-color:#fba601; }
.green { background-color: #a5ca6b; }
.red { background-color: #ea1213; }

#noinfo {
width:750px;
height:60px;
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
border-top:2px solid #444444;
border-bottom:2px solid #444444;
}

#social {
clear:both;
width:720px;
margin:0 auto;
margin-top:5px;
}

.left { 
float:left;
margin-left:10px;
}
.right { 
float:right;
margin-right:10px;
}

#social img {
padding:4px;
border:0;
}

#details {
margin:0 auto;
clear:both;
width:720px;
text-align:center;
font-family: Helvetica, Arial, Sans-serif;
font-size:12px;
color:#000000;
}

#details table {
margin:0 auto;
margin-top:20px;
margin-bottom:10px;
}

#details p {
text-align:center;
}

#botnav{
background-image:url(http://brightlines.com/images/index2_06.jpg);
height:15px;
width:780px;
font-size:10px;
padding-top:2px;
color:FFFF00;
text-align:center;
clear:both;
}

#botnav li{
display:inline;
}

.bnav {
color:#FFFF00;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.bnav a:link {
text-decoration:none;
color:#FFFF00;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.bnav a:visited {
text-decoration:none;
color:#FFFF00;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.bnav a:hover {
text-decoration:underline;
color:#FFFF00;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}


#footer {
background-image:url(http://brightlines.com/images/index2_07.jpg);
width:780px;
height:60px;
}

#footer table {
width:780px;
height:60px;
border:none;
font-family: Helvetica, Arial, Sans-Serif;
color:#ffffff;
font-size:10px;
}

#leftcell{
width:120px;
}

#leftcell img {
position:relative;
padding:0;
margin-left:8px;
text-align:center;
top:10px;
bottom:10px;
}

#midcell {
text-align:center;
width:360px;
vertical-align:middle;
line-height:1.5em;
}

#rightcell {
width:300px;
text-align:right;
padding:0;
vertical-align:middle;
}

#rightcell a:link {
text-decoration:none;
color:#FFCC00;
}

#rightcell a:visited {
text-decoration:none;
color:#FFCC00;
}

#rightcell a:hover {
text-decoration:underline;
color:#FFCC66;
}

#rightcell p {
margin-right:10px;
vertical-align:middle;
line-height:1.5em;
}

.smaller {
font-size:smaller;
}

.rightcell {
text-align:right;
margin-right: 2em;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
width: 33%;
vertical-align:middle;
border-bottom: 2px solid #82479b;
border-left: 2px solid #82479b;
}

.leftcell {
text-align:center;
border-bottom: 2px solid #82479b;
}

.spacercell {
height:10px;
}

.partnerimg {
padding:10px;
}
