/*****************

NOTES:

- Standards compliant IE6 hack (before id or class): * html
- Standards compliant IE7 hack (before id or class): *:first-child+html

******************/


/*****************

GLOBAL TAGS

******************/

body {
	background:url(images/bg.jpg) repeat;
	color:#404040;
	margin:0px auto;
	padding:0;
}

a {
	color:#171717;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	color:#171717;
	line-height:18px;
}

ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#404040;
	font-weight:bold;
	list-style-type: none;
}

li {
	display:inline;
	margin-right:20px;
}

ulactive {
	text-decoration:underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#980f3a;
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px 0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#404040;
	font-weight:bold;
	margin:10px 0 10px 0;
}

img {
	margin: 0px;
	border: 0px;
}

/**** First Letter ****/

p.first_letter:first-letter {
	float: left;
	font-size: 55px;
	margin:7px 10px 5px 0;
	color:#333333;
	font-family: Georgia sans-serif;
}

* html p.first_letter:first-letter {
	line-height: .9em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.10em; 
}

*:first-child+html p.first_letter:first-letter {
	line-height: .95em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.10em; 
}

p.first_letter:first-line {
	text-transform: uppercase;
	font-weight: bold;
	color:#333333;
	font-family: Georgia sans-serif;	
}

/*****************

MAIN WRAP, HEADER & NAV

******************/

#wrap {
	margin:10px auto;
	padding:0;
	width:964px;
}

#header {
	margin:0px;
	height:32px;
}

* html #header img {
	float: left;
}

#header2 {
	margin:0px;
	height:105px;
}

* html #header2 img {
	float: left;
	
}

#nav {
	margin:0px;
	width:964px;
	height:108px;
}

* html #nav img {
	float: left;
}

/*****************

CONTENT

******************/

#content {
	background:url(images/index_09.gif) repeat-y;
	float:left;
	width:964px;
}

#sidebarbackground {
	background:url(images/index_10.gif) no-repeat bottom left;
	float:left;
	margin:0px;
	padding:0px;
}

#sidebar {
	margin: 15px 0 0 0;
	padding:0 25px 20px 25px;
	width:230px;
	float:left;
}

#mainindex {
	float:right;
	margin:0px;
	padding:0px 15px 0 0px;
	text-align:left;
	width:640px;
}

#main {
	float:left;
	margin:0px;
	padding:15px 15px 0 34px;
	text-align:left;
	width:626px;
}

* html #main {
	padding:15px 0px 0 30px;
	width:636px;
}

#mainbackground {
	background:url(images/index_12.gif) no-repeat bottom right;
	float:right;
	margin:0px;
	padding:0px;
	width:964px;
}

#catalog {
	float:right;
	margin:0px;
	padding:15px 25px 0 0;
	text-align:left;
	width:800px;
}

#additional ul {
	margin:10px 0 10px 10px;
	list-style-type:disc;
}

#additional li {
	margin:0 0 0 20px;
	display:block;
	padding:5px 0 5px 0;
}

#contact {
	float:right;
	width:250px;
	margin-top:50px;
}

/**** Catalog Only ****/

#catalog_content{
	width:466px;
	padding: 0 0px 0 0;
	float:left;
	margin-bottom: 30px;
}

* html #catalog_content{
	padding: 0 0px 0 0;
}

#catalog_content_text {
	width: 425px;
	margin-left: 20px;
}

#catalog_sidebar {
	width: 130px;
	float: left;
	margin-left: 5px;
}

* html #catalog_sidebar {
	float: right;
	margin-left: 0px;
}

div#catalog_sidebar ul {
	width: 160px;
	margin: 0px 0 10px 0px;
	font-size: 12px;
	padding: 0 0 0 10px;
}

div#catalog_sidebar li {
	line-height: 20px;
	display: block;
}

div#catalog_sidebar li a {
	color: #3c3c3c;
	font-weight: normal;
}

.catalog_image {
	margin:0 0 0 140px;
}

/**** Product Grid ****/

#product_grid {
	width: 448px;
	padding: 0 0 0 10px;
}

* html #product_grid {
	padding: 0 0 10px 10px;
}

*:first-child+html #product_grid {
	padding: 0 0 10px 10px;
}

.product {
	border: 1px solid #666666;
	margin-bottom: 18px;
	margin-right: 18px;
	float: left;
}

.product2 {
	border: 1px solid #666666;
	margin-bottom: 18px;
	float: left;
}

/*****************

FOOTER

******************/

#footer {
	height:20px;
	margin:0px auto;
}

/*****************

VARIOUS CLASSES

******************/

.link {
	font-size:10px;
	text-align: center;
}

.subnav {
	margin:-32px 0 20px 70px;
}

*:first-child+html .subnav {
	margin:-33px 0 20px 100px;
}

* html .subnav {
	margin:-33px 0 20px 100px;
}

.pricing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:7px 0 0 0;
	font-size:10px;
	color:#171717;
	line-height:14px;
}

.poloroid {
	margin:0 0 60px 15px;
}

.clear {
	clear: both;
}
