@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Palatino, serif;
	background-color: rgb(206,17,38);
}

#wrapper {
	width: 960px;
	margin: 15px auto;
}
#header {
	float:left;
}

#content {
	float: left;
	background-color: #FFFFFF;
	width: 960px;
	height: 400px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}
#content a {
	color: rgb(206,17,38);
	text-decoration: none;
}
#content a:hover {
	color: rgb(228,125,124);
	text-decoration: underline;
}
#content h1 {
	font-size: 1.6em;
	color: rgb(206,17,38);
	text-shadow:  0.05em 0.05em 0.1em #CCCCCC;
}
#content h2 {
	font-size: 1.2em;
	color: rgb(206,17,38);
	text-shadow:  0.05em 0.05em 0.1em #CCCCCC;
}
#content p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
#content ul {
	list-style-position: outside;
	margin-left: 1.5em;
	font-size: 1em;
	line-height: 1.6em;
}
#content ul li {
	padding-left: .5em;
	padding-bottom: .4em;
	color: #333;
}

#content_padding {
	padding: 20px;

}

#footer {
	width: 960px;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#footer_address {
	width: 960px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_address p {
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Palatino, serif;
	font-size: .75em;
	color: #e47d7c;
	text-align: center;
}
#footer_address a {
	color: #e47d7c;
	text-decoration: none;
}
#footer_address a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* ------------------------------------- Front Page Overrides
-------*/
#content_intro_column {
	width: 320px;
	float: left;
	margin-top: 30px;
	margin-left: 18px;
}
#content_intro_column h1 {
	margin-bottom: .4em;
}
#content_intro_column ul li {
	margin-bottom: .5em;
}
#content_intro_flash {
	width: 600px;
	heigt: 380px;
	float: left;
	margin-top: 10px;
}

/* ------------------------------------- Image Controls
-------*/
.image_shamrock {
	border: 1px solid black;
	margin-top: .8em;
}
	


/* ------------------------------------- Content Overrides
-------*/
.enviroman_italic {
	font-style: italic;
	color: rgb(206,17,38);
	margin-top: .5em;
}
#content_industries {
	padding-top: 20px;
	padding-left: 20px;
	width: 300px;
	float: left;
}
#content_industries ul li {
	padding-bottom: 0em;
}
#content_contact1 {
	padding-top: 20px;
	padding-left: 20px;
	width: 600px;
	float: left;
}
#content_contact2 {
	margin-top: 20px;
	padding-left: 20px;
	width: 300px;
	float: left;
	border-left: 1px solid rgb(192,30,58);
}
#form1 {
	float: left;
	margin-left: 1em;
}
#form2 {
	float: left;
	margin-left: 2em;
}
.contact_h1_margin {
	margin-bottom: .25em;
}
.form_label {
	font-size: .8em;
	display: block;
	float: left;
	clear:both;
	text-align: left;
	font-family:Tahoma, Geneva, sans-serif;
	color: #333;
}
.form_label_notes {
	font-size: .8em;
	display: block;
	float: left;
	clear: both;
	font-family:Tahoma, Geneva, sans-serif;
	color: #333;
}
.form_label_checkbox {
	float: left;
	clear: both;
	margin-left: .5em;
	font-size: .8em;
	font-family:Tahoma, Geneva, sans-serif;
	color: #333;
}
.input_longbar {
	width: 15em;
	font-size: .8em;
	font-family: Tahoma, Geneva, sans-serif;
	color: rgb(206,17,38);
	float:left;
	clear: both;
	margin-bottom: .5em;
	padding: .25em;
	border: 1px solid rgb(228,125,124);
}
.input_notes {
	width: 18em;
	font-size: .8em;
	font-family: Tahoma, Geneva, sans-serif;
	color: rgb(206,17,38);
	float:left;
	clear: both;
	margin-bottom: 1.25em;
	padding: .25em;
	border: 1px solid rgb(228,125,124);
}
.input_checkbox {
	margin-right: .25em;
}
.input_submit {
	float: left;
	clear: left;
	margin-top: 1.5em;
}


/* ------------------------------------- Menu Controls
-------*/

#navigation {
	float: left;
	width: 960px;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 0;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #000000;
	font-size: .9em;
	color: #FFFFFF;
	text-align: center;	
}

#p7menubar a.menu_home {width: 80px;}
#p7menubar a.menu_catalog {width: 120px;}
#p7menubar a.menu_enviroman {width: 115px;}
#p7menubar a.menu_industries {width: 135px;}
#p7menubar a.menu_asi {width: 190px;}
#p7menubar a.menu_news {width: 111px;}
#p7menubar a.menu_about {width: 90px;}
#p7menubar a.menu_contact {width: 110px;}


#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
}
#p7menubar li {
	float: left;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: rgb(228,125,124);
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: rgb(228,125,124)!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

/* ------------------------------------- Giftwrap Pricing Table
-------*/

#content_pricing {
	width: 500px;
	float: left;
	padding-top: 30px;
}

table.shamrock_pricing {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .75em;
	border-left: 1px solid #af544d;
	border-top: 1px solid #af544d;
	text-align: center;
}
table.shamrock_pricing td {
	border-right: 1px solid #af544d;
	border-bottom: 1px solid #af544d;
	padding: 2px;
}

tr.tr_header {
	font-weight: bold;
	color: rgb(206,17,38);
}
tr.tr_alternate {
	background-color: #f9ece8;
}

.td_series {
	width: 60px;
}
.td_data {
	width: 90px;
}


#giftwrap_product {
	float: left;
	width: 200px;
	margin-left: 32px;
}
#giftwrap_product img {
	border: 1px solid #ccc;
}

