/* Basic Styling
=======================*/

body,tr,td{
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #727272;
}

.repeaty {
	background-image: url(rbgshadow.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.repeaty_l {
	background-image: url(lbgshadow.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.floatright {
	float: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin: 0px;
}
.floatleft {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Navigation
=======================*/
a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:link {
	color: #585858;
	text-decoration: underline;
}
a:visited {
	color: #666;
}
a:hover {
	color: #7b3404;
}
a:active {
	color: #46649B;
}

#secondarynav ul {
	padding: 0;
	float: left;
	width: 300px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#secondarynav ul li {
  float: left;
}

#secondarynav ul a {
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7088A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
}

#secondarynav ul a:hover {
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#secondarynav ul .first a, ul .first a:hover {
  border: none;
}

/* Highlighting the current page */

body.home #secondarynav a#home, body.company #secondarynav a#company, body.products #secondarynav a#products, body.services #secondarynav a#services, body.contact #secondarynav a#contact { 
text-decoration: underline;
}

/* Structure
=======================*/

td#sidebar {
	width: 271px;
	background-image: url(../images/mesh.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

td#primarycontent {
	width: 509px;
	background-color: #FFFFFF;
	padding-top: 25px;
}

#footer {
	width: 762px;
	height: 37px;
}

td#copyright {
	width: 450px;
	height: 37px;
}

td#secondarymenu {
	width: 312px;
	height: 37px;
}


/* Type Styles
=======================*/

p {
	font-size: 0.8em;
	line-height: 145%;
	color: #585858;
	margin-bottom: -1%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
}
#primarycontent p {
	padding-right: 30px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #627C99;
	margin-bottom: -4px;
	padding-left: 10px;
	margin-top: 28px;
}

#copyright p {
	font-size: 0.7em;
	color: #666666;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: -2%;
	color: #455A7C;
	line-height: 135%;
	padding-left: 50px;
}
h2 {
	font-size: 0.95em;
}

h1 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.9em;
	line-height: .95em;
	margin-bottom: 1%;
}
h4 {
	font-size: 0.85em;
	margin-top: 1.7em;
	color: #627086;
	text-transform: uppercase;
	line-height: 0.95em;
	margin-bottom: 12px;
}
.margin {
	margin-top: 25px;
	display: block;
	margin-left: 50px;
}
#sidebar li {
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.1em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.5em;
	padding-right: 10px;
	margin-top: 1.2em;
	margin-left: 11px;
}
#primarycontent li {

	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: bold;
	color: #666666;
	padding-right: 10px;
	margin-top: .75em;
	margin-left: 11px;
}
.floatleftmargin {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 12px;
}

