@charset "utf-8";

/* --------------------------------------------
Filename: prizetrophy.css
Title: Primary CSS file for prizetrophy.com
Author: Michael Reiner
License: Copyright 2009, Prize Trophy and Awards, All Rights Reserved
Feel free to read and learn from this, but please don't steal it.

Description: This style sheet provides basic styling for XHTML
elements for the web site for Prize Trophy and Awards.

Credits: Many of the techniques used in this style sheet can be
learned by reading: Pro CSS Techniques; Croft, Lloyd, Rubin and
Stylin' with CSS, A Designer's Guide; Wilke-Smith.
----------------------------------------------- */

* {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
html {
	font-size:125%;
}
body {
	font-size:50%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
#mainwrap {
	font-size: 1.2em;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/bgimages/fauxleft.gif);
}

/* Header - Banner Styling */
#header {
	height: 110px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/bgimages/headertrophybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 2px;
}
#header h1,
#header h2 {
	position:absolute;
	padding:0;
	margin:0;
}
#header h1 {
	top:38px;
	left:185px;
}
#header h2 {
	top:11px;
	left:734px;
}

/* Top Horizontal Link Bar */
#horizlinkstop {
	background-image: url(images/bgimages/HorizLinksBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#horizlinks {
	height:1.4em;
	padding-left: 175px;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-top: 2px;
	background-image: url(images/bgimages/HorizLinksBotBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#horizlinks ul,
#horizlinks li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#horizlinks li {
	float:left;
	list-style-image: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #e3ded1;
}
#horizlinks li:first-child {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #e3ded1;
}
#horizlinks a {
	display:block;
	padding-right: .5em;
	padding-left: .5em;
	padding-top: 0px;
	padding-bottom: 3px;
}
#horizlinks a:link,
#horizlinks a:visited {
	color:#e3ded1;
	text-decoration:none;
	font-weight: bold;
}
#horizlinks a:hover,
#horizlinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* hack for IE Win only \*/
* html #horizlinks ul {
	border-left:1px solid #FFFFFF;
}	
/* end of hack */

/* Breadcrumb Bar */
#breadcrumbtop {
	background-image: url(images/bgimages/HorizLinksBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#breadcrumb {
	padding-top:.2em;
	padding-bottom:.2em;
	padding-left: 10px;
	color: #000000;
	font-size: 1.1em;
	margin-top: 2px;
	background-image: url(images/bgimages/HorizLinksBotBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#breadcrumb p {
	color: #FFFFFF;
	display: inline;
}
#breadcrumb ul,
#breadcrumb li {
	display:inline;
	padding:0;
	margin:0;
}
#breadcrumb li {
	padding-left:.5em;
	color: #FFFFFF;
}
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #e3ded1;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:active {
	color:#FFFFFF;
	text-decoration: none;
}

/* column one and column 1a - Left Navigation Styling */
#column1 {
	float:left;
	width:175px;
	margin-left:-755px;
	padding-top: 30px;
}
#column1a {
	float:left;
	width:175px;
	margin-left:-955px;
	padding-top: 30px;
	padding-bottom: 1em;
}
#column1ultop,
#column1ultopa {
	padding-top: .7em;
	background-image: url(images/bgimages/VertLinkBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#column1 ul,
#column1a ul {
	font-size:1.2em;
	list-style-type:none;
	width: 175px;
	text-decoration: none;
	padding-bottom: .7em;
	background-color: #1b587c;
	background-image: url(images/bgimages/VertLinkBotBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#column1 li, 
#column1a li {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e3ded1;
}
#column1 li:first-child,
#column1a li:first-child {
	border-top-color: #e3ded1;
	border-top-width: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: dashed;
}
#column1 ul a,
#column1a ul a {
	text-decoration: none;
	padding-top: .5em;
	padding-right: 12px;
	display: block;
	font-weight: bold;
	padding-bottom: .5em;
}
#column1 ul a:link,
#column1 ul a:visited,
#column1a ul a:link,
#column1a ul a:visited {
	color: #e3ded1;
}
#column1 ul a:hover,
#column1 ul a:active, 
#column1a ul a:hover,
#column1a ul a:active {
	color:#FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#column1 img,
#column1a img {
	padding-left: 17px;
	margin-top: 25px;
	float: left;
	clear: both;
}

/* hack for IE Win only \*/

* html #column1 ul {
	border-top:1px solid #FFFFFF;
}	
/* end of hack */

/* hack for IE Win only \*/

* html #column1a ul {
	border-top:1px solid #FFFFFF;
}	
/* end of hack */

/* column 2 and column 2a (product sheets) - content styling */
#column2 {
	float:left;
	width:580px;
	margin-left:175px;
	padding-bottom: 1em;
	display: inline;
	padding-top: 20px;
}
#column2a {
	float:left;
	width:780px;
	margin-left:175px;
	padding-bottom: 1em;
	padding-top: 20px;
	display: inline;
}
#column2 h1,
#column2a h1 {
	color: #1b587c;
	font-size: 1.7em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
	text-align: center;
}
#column2 h2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: .75em;
	background-color: #e3ded1;
	padding-left: 15px;
	margin-left: 10px;
	padding-right: 15px;
	margin-right: 10px;
}
#column2a h2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 27px;
	background-color: #e3ded1;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 1em;
	padding-right: 15px;
}
#column2 h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 10px;
}
#column2a h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
	text-align: center;
}
#column2a h4 a:link,
#column2a h4 a:visited {
	color: #b36d04;
}
#column2a h4 a:hover,
#column2a h4 a:active {
	color: #c19759;
}
#column2 p,
#column2a p {
	font-size: 1.2em;
	margin-top: .5em;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 125%;
}
#column2 img {
	margin-top: 0.75em;
	padding-right: 15px;
	padding-left: 15px;
}
#column2a img {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding-left: 10px;
}
#column2 p img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	padding-right: 7px;
	margin-top: 5px;
	vertical-align: top;
	margin-left: -15px;
}
#column2 ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	margin-top: 0.75em;
	padding-right: 25px;
	padding-left: 30px;
}
#column2 li {
	margin: .5em;
}
#column2 a:link,
#column2 a:visited {
	color: #b36d04;
}
#column2 a:hover,
#column2 a:active {
	color: #c19759;
}
#column2 table {
	width: 550px;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#column2 td {
	text-align: left;
	padding: 2px;
	width: 186px;
}

/* column 2 homepage pics */
#homepics {
	width: 570px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
}
#homepics img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
}

/* column 2 product item styling */
#products {
}
#products img{
	margin: 0px;
	padding: 0px;
}
#products p{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.product {
	float:left;
	width: 178px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	height: 220px;
}

/* column 2a catalog thumbnail styling */
#catalogthumb{
	padding-left: 10px;
	margin-top: .75em;
}
#catalogthumb img{
	margin: 0px;
	padding: 3px;
}

/* column 2 item list Styling */
#itemlist {
	font-size: .9em;
	font-weight: normal;
	margin-top: 0.75em;
	height: 16em;
	padding-right: 15px;
	padding-left: 15px;
}
#itemlist ul,
#itemlist li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#itemlist li {
	float:left;
	list-style-image: none;
	width: 100px;
	padding-top: 0.2em;
	padding-right: 5px;
	padding-bottom: 0.2em;
	padding-left: 5px;
	text-align: center;
}
#itemlist a:link,
#itemlist a:visited {
	color:#b36d04;
	text-decoration:underline;
	font-weight: normal;
}
#itemlist a:hover 
#itemlist a:active {
	color: #c19759;
	font-weight: normal;
}

/* Column Three - News Block Styling */
#column3 {
	float:left;
	padding-top: 3em;
	width: 200px;
}
#column3 h1 {
	text-align: center;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
}
.newsblock {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 0.7em;
	border: 1px solid #9f2936;
}
.newsblock h2 {
	font-size: 1.2em;
	text-align: left;
	color: #e3ded1;
	padding-top: .3em;
	padding-bottom: 0.2em;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	background-color: #9f2936;
}
.newsblock p {
	color: #000000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 7px;
	padding-left: 7px;
}
.newsblock img {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: .5em;
	padding-bottom: .5em;
}
.newsblock a:link,
.newsblock a:visited {
	color: #b36d04;
	font-weight: bold;
}
.newsblock a:hover,
.newsblock a:active {
	color: #c19759;
}

/* footer and footer a (product sheet) styling */
#footera,
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1b587c;
	padding-left: 175px;
	margin-bottom: 0.3em;
	padding-top: 1em;
	background-image: url(images/bgimages/ARAMemfooter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin-top: 1.5em;
	text-align: center;
	margin-right: 200px;
}
#footera p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin-top: 1.5em;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 200px;
	font-size: .9em;
}
#footera ul {
	list-style-type: none;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .9em;
}
#footera li,
#footer li {
	list-style-type: none;
	display: inline;
}
#footera a,
#footer a {
	text-decoration:underline;
	padding-right: 4px;
	padding-left: 4px;
}
#footera a:link,
#footera a:visited,
#footer a:link,
#footer a:visited {
	color:#b36d04;
}
#footera a:hover,
#footera a:active,
#footer a:hover,
#footer a:active {
	color:#c19759;
}

/* Form Styling */
form {
	margin-top: 2em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 10px;
}
fieldset {
	background-color: #e3ded1;
	padding-right: 10px;
	padding-left: 10px;
}
legend {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	color: #3b435b;
}
label {
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 1em;
	clear: left;
	width: 9em;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	color: #000000;
}
input {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	width: 12em;
}
br {
	clear: both;
}
.submit {
	margin-left: 11em;
	margin-top: 1em;
}

/* misc fixes and hacks */
.clearthis {
	clear:both;
	height:0;
	line-height:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-table;
}
/* backslash hack hides from IE-mac \*/
  *html .clearfix {height:1%;}
  .clearfix {display:block;}
/* End hide from IE-mac */
