/* @override http://10.0.1.4:8888/4photogifts/css/main.css */

/*
Company:	4 Photo Gifts
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1029px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-content.gif) repeat-y 0 0;
}
div#hd-inner {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #078b02;
	padding-bottom: 1px;
}

/* Body */
div#bd {
	width: 1029px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-content.gif) repeat-y 0 0;
	padding: 1px 0;
}
div#bd-btm {
	width: 1029px;
	height: 3px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-content-btm.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
/* Footer */
div#ft {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
div#ft p {
	color: #a3a2a0;
	font-size: 93%;
}
div#ft p a:link, div#ft p a:visited {
	color: #a3a2a0;
	text-decoration: none;
}
div#ft p a:hover {
	color: #086b04;
}
/* @end */

/* @group Modules */
/* Return Home Link */
p.return-home {
	padding: 15px 0 25px 0;
	margin: 0;
	font-size: 85%;
}
p.return-home a:link, p.return-home a:visited {
	color: #9a9a9a;
	text-decoration: none;
}
p.return-home a:hover {
	color: #086b04;
}

/* Login */
p.login {
	margin: 0;
	width: 206px;
	height: 47px;
	float: right;
	display: inline;
}
p.login a {
	display: block;
	width: 206px;
	height: 47px;
	background: url(../images/btn-login.gif) no-repeat 0 0;
	text-indent: -9000px;
}
p.login a:hover {
	background-position: 0 -47px;
}

/* Logo */
div#logo {
	width: 181px;
	height: 43px;
	background: url(../images/logo-4pg.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Tagline */
div#hd h1 {
	font-family: 'OtariBold-Limited', sans-serif;
	font-weight: normal;
	font-size: 300%;
	color: #656668;
	margin: 0;
	float: left;
	display: inline;
}
div#hd h1 span {
	color: #079102;
}

/* HR */
div.hr {
	width: 922px;
	height: 2px;
	background: url(../images/bg-hr.jpg) no-repeat 0 100%;
	clear: both;
	margin: 0 auto 25px auto;
	padding: 25px 0 0 0;
}

/* Feature */
div.feature {
	margin-left: 24px
}
div.feature p {
	width: 267px;
	margin: 0 30px;
	float: left;
	display: inline;
}
div.feature span {
	display: block;
	font-size: 85%;
	text-indent: 19px;
	padding: 5px 0;
}
div.feature a:link, div.feature a:visited {
	color: #7c7d7c;
	text-decoration: none;
}
div.feature p a:hover {
	color: #086b04;
}

/* Welcome */
div.welcome {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
}
div.welcome p {
	color: #656668;
	font-size: 131%;
	line-height: 140%;
	margin: 0;
}

/* Reseller */
div.reseller {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}
div.reseller h3 {
	margin: 0 20px 10px 20px;
	font-family: 'OtariBold-Limited', sans-serif;
	font-weight: normal;
	font-size: 182%;
	color: #656668;
}
div.reseller ul {
	color: #5f6062;
	font-size: 116%;
	margin: 0;
	width: 516px;
}
div.reseller ul li {
	background: url(../images/icon-plus.gif) no-repeat 25px 50%;
	list-style: none;
	padding-left: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.reseller ul li.alt {
	background-color: #e0edd6;
}
div.reseller img {
	margin: 0 20px 0 0;
	float: right;
	display: inline;
}

/* Our Products */
div.our-products {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-our-products.gif) repeat-y 0 0;
	padding: 10px 20px;
}
div.our-products-top {
	width: 962px;
	height: 6px;
	background: url(../images/bg-our-products-top.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div.our-products-btm {
	width: 962px;
	height: 7px;
	background: url(../images/bg-our-products-btm.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}
div.our-products h3 {
	font-family: 'OtariBold-Limited', sans-serif;
	font-weight: normal;
	font-size: 182%;
	color: #656668;
	margin: 0 0 10px 0;
}
div.our-products p {
	color: #656668;
	font-size: 116%;
	line-height: 160%;
}
div.our-products p.see-all {
	width: 169px;
	height: 46px;
	float: left;
	display: inline;
}
div.our-products p.see-all a {
	display: block;
	width: 169px;
	height: 46px;
	background: url(../images/btn-see-all-gifts.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.our-products p.see-all a:hover {
	background-position: 0 -46px;
}
div.our-products p.new {
	color: #099603;
	font-size: 116%;
	line-height: 46px;
	margin-left: 20px;
	float: left;
	display: inline;
}
div.our-products-btns {
	padding: 20px 0 0 0;
}

/* Contact Us */
div.contact-us {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
div.contact-us h3 {
	font-family: 'OtariBold-Limited', sans-serif;
	font-weight: normal;
	font-size: 182%;
	color: #656668;
	margin: 0 0 10px 0;
}
div.contact-us p {
	color: #656668;
	font-size: 116%;
	line-height: 160%;
}
div.contact-us p strong.phone {
	padding-left: 15px;
}

/* List Switcher */
div.list-switcher {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
}
div.list-switcher p {
	color: #656668;
	font-size: 116%;
	line-height: 160%;
}
div.list-switcher ul {
	margin: 0 0 20px 0;
	padding: 0;
}
div.list-switcher ul li {
	list-style: none;
	margin-right: 10px;
	float: left;
	display: inline;
}
div.list-switcher ul li span {
	display: block;
	color: #bcbaba;
	font-size: 85%;
	margin-bottom: 3px;
}
div.list-switcher ul li a {
	display: block;
	font-size: 146%;
	line-height: 110%;
}
div.list-switcher ul li.new a {
	border-left: 2px solid #ccc;
	padding-left: 10px;
}
div.list-switcher ul li.new span {
	margin-left: 12px;
}
div.list-switcher ul li a:link, div.list-switcher ul li a:visited {
	color: #ababab;
}
div.list-switcher ul li a.active:link, div.list-switcher ul li a.active:visited {
	color: #099603;
}
div.list-switcher ul li a:hover, div.list-switcher ul li a.active:hover {
	color: #086b04;
}

/* All Products */
div.all-products {
	margin-left: 52px;
}
div.all-products div.productBox {
	border: 1px solid #cacbcb;
	width: 210px;
	height: 240px;
	background-color: #fff;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	display: inline;
}
div.all-products div.productBox p {
	margin: 0;
}

/* Get Started */
a.get-started-btn {
	display: block;
	width: 157px;
	height: 38px;
	background: url(../images/btn-get-started.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9000px;
	overflow: hidden;
}
div.get-started {
	padding: 20px 0 0 0;
	clear: both;
}
div.get-started p {
	text-align: center;
	font-size: 138.5%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	padding: 10px 0 0 0;
	margin: 0;
}

/* Images */
img.right {
	margin: 0 0 10px 20px;
	float: right;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
	
/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
}
div#nav ul li {
	list-style: none;
	margin: 0 0 0 15px;
	letter-spacing: -1px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	font-size: 108%;
	text-transform: uppercase;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #4a4a4b;
	text-decoration: none;
}
div#nav ul a:hover, div#nav ul a.active:link, div#nav ul a.active:visited {
	text-decoration: none;
	color: #078b02;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #099603;
}
a:hover {
	color: #086b04;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */