/*
Company:		Discount Photo Gifts
File:		allproducts.css - This contains all the styles for the DPG All Products Page.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

body {padding:5px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
body {
	text-align: center;
	background: url("../images/ap_header_background.gif") repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/*</group>*/

/*<group=Layout>*/
div#header {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	width: 717px;
}
div#header img#photoBubbles {
	position: absolute;
	top: 30px;
	margin-left: 0px;
}
div#header img#logo {
	position: absolute;
	top: 10px;
	margin-left: 240px;
}
p#headerTitle {
	margin: 0px;
	position: absolute;
	margin-left: 248px;
	top: 60px;
	font-size: 242%;
	color: #fafdf1;
	font-weight: bold;
}
p#headerSubhead {
	margin: 0px;
	position: absolute;
	margin-left: 248px;
	top: 95px;
	font-size: 116%;
	color: #c6fc26;
}
div#bodyContent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 717px;
	margin-top: 220px;
}
p#roundedBox {
	padding: 10px 20px 0px 20px;
	margin: 0;
	background: url("../images/rounded_box_top.gif") top no-repeat #f1f1f1;
	font-size: 142%;
	line-height: 160%;
}
div#roundedBoxBottom {
	height: 15px;
	background: url("../images/rounded_box_bottom.gif") top no-repeat;
	margin-bottom: 50px;
}
div.productBox {
	width: 239px;
	height: 255px;
	float: left;
	text-align: center;
}
div#footer {
	border-top: 1px solid #dbdbdb;
	text-align: center;
}
/*</group>*/

/*<group=Nav>*/
div#header ul#nav {
	position: absolute;
	top: 158px;
	margin-left: 245px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
div#header ul#nav li {
	margin-left: 0px;
	float: left;
	width: 110px;
	height: 27px;
	background-color: #a3d01c;
	text-align: center;
	line-height: 200%;
	margin-right: 0px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
div#header ul#nav li#nav-home {
	border-right: none;
}
/* This sets the active tab for each page */
body#products ul#nav li#nav-products {
	background-color: #a3d01c;
	border-top: 1px solid #fff;
}
/*</group>*/

/*<group=Headings>*/
h1 {
	margin-top: 0px;
	font-size: 133%;
	color: #147d94
}
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/*</group>*/

/*<group=Text Styles>*/
div.productBox p {
	margin: 5px 0 0 0;
}
p.noTopMargin {
	margin-top: 0px;
}
p.noMargin {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
/*</group>*/

/*<group=Lists>*/
	
/*</group>*/

/*<group=Forms>*/
/*</group>*/

/*<group=Links - link visited hover active>*/
/* Main Body Links */
p#roundedBox a:link, p#roundedBox a:visited {
	color: #0ab504;
	text-decoration: none;
}
p#roundedBox a:hover, p#roundedBox a:active {
	color: #0ab504;
	text-decoration: underline;
}
div.productBox p a:link, div.productBox p a:visited {
	color: #3c3b3b;
}
div.productBox p a:hover, div.productBox p a:active {
	color: #7d7d7d;
}
div#footer a:link, div#footer a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #5d5d5d;
	text-decoration: underline;
}
/* Main Nav Links */
ul#nav li a:link {
	color: #3c3b3b;
	text-decoration: none;
}
ul#nav li a:visited {
	color: #3c3b3b;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a:active {
	color: #3c3b3b;
	text-decoration: underline;
}
body#home ul#nav li#nav-home a:link, body#products ul#nav li#nav-products a:link, body#shop-now ul#nav li#nav-shop-now a:link, body#contact ul#nav li#nav-contact a:link, body#specials ul#nav li#nav-specials a:link {
	color: #3c3b3b;
	text-decoration: none;	
}
body#home ul#nav li#nav-home a:visited, body#products ul#nav li#nav-products a:visited, body#shop-now ul#nav li#nav-shop-now a:visited, body#contact ul#nav li#nav-contact a:visited, body#specials ul#nav li#nav-specials a:visited {
	color: #3c3b3b;
	text-decoration: none;	
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
}
/*</group>*/

