﻿/*********************************************
	Site-specific, extensions and rewrites.
	Other styles are set in
	core.css
*********************************************/
#page-container {													/* extends page-container */
/*	border-left:1px solid #0e5996;
	border-right:1px solid #0e5996;*/
}

h1,h2,h3,h4{padding:0; margin:0; font-weight:bold;}	/* extends h tags */
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:16px;}

p{padding:0; margin:0; line-height:1.75em;}                         /* extends p tag */

a {color:#c63; text-decoration:none;}                            /* rewrites anchor tags */
a:visited {color:#c63; text-decoration:none;}
a:hover {color:#ee6927; text-decoration:underline;}

#top-navigation {padding:14px 0 0 155px;}							/* extends top-navigation above */
#top-navigation a {margin:15px 20px 15px 20px;}

#banner {															/* extends banner above */
	background:url(/sites/images/banner_aosafety_consumer.gif);
	border-bottom:2px solid #fff;
}
#toprow {                                                           /* Below are site-specific styles */
	text-align:left;
	background-image: url(images/left_image.jpg);
	background-repeat: no-repeat;
	min-height: 220px;				/* Only works with FireFox */
	padding: 0 10px 10px 475px;
}
#orangerow {
	background:#c63;
	color:#000;
	height:175px;
	border-bottom:solid 1px #000;
}
#footer {
	font-size:9px;
}
/*** Page two styles ***/
#p2content {
	background:url(images/bkg_buyit.jpg) top left no-repeat;
	height:550px;
	text-align:left;
	color: #bebebe;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 120px;
	font-size: 11px;
}
#p2content li {
    margin:0;
    padding:3px;
}
#p2content ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 4px;
}
