@import url("/inc/ppc.css");
/*
	NOTE: All styles are listed, as well as possible,
	in the order they appear visually on the page,
	top left to bottom right	
	- Styles for the YShop located in right hand columm of content pages are declared in /inc/yshop.css
	- Styles for the YShop Marketplace page are declared in /inc/yshopsearch.css
	- Styles for the YShop Catalog page are declared in /inc/yshopcatalog.css
*/

/* 
	1 - Global HTML Styles
	These styles apply globally to the site and are applied directly to html tags
*/
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;	
}

/* list and bullet classes */
ul {
	margin-bottom:10px;
	line-height:22px;
	text-align:left;
	color:#302f3d;
}

li {
	list-style-type:disc;
	font-size:12px;
}
li a {
	font-weight:bold;
	color:#6790b7;
}
li a:hover {
	text-decoration:none;
	color:#6790b7;
}

/* form classes */
form {
	margin:0;
	padding:0;	
}

input {
	margin:0;
	padding:0;
}

/* content classes */
h1 {
	margin-top:40px;
	font-size:24px;
	font-weight:bold;	
	color:#0d2d46;
	margin-bottom:-10px;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#0d2d46;
}

h3 {
	margin-top:30px;
	margin-bottom:-10px;
	font-size:18px;
	font-weight:bold;
	color:#333;	
}
h3 a {
	color:#666;
}

p {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#0d2d46;	
}
p a:link, p a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#ff5e00;
}
p a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#0d2d46;
}

img {
	border:0;
}


/* 
	2 - Global Layout Styles
	These styles apply globally to the site and control the main divs that comprise the main layout
*/

/* wrapper: a container div for entire page layout */
#wrapper {
	width:984px;
	margin:0 auto;
	background: url(/i/background1.gif) repeat-y;
}

#wrapper2 {
	width:984px;
	margin:0 auto;
	background: url(/i/background2.gif) repeat-y;
}

/* header: entire header, inlcuding standardized text links */
#header {
	position:absolute;
	top:0;
	width:984px;
	height:91px;
	background:url(/i/header-gradient.jpg) no-repeat 200px 0;
}
#header a:link, #header a:active, #header a:visited {
	text-decoration:none;
	color:#0d2d46;
}
#header a:hover {
	text-decoration:none;
	color:#ff5e00;
}

#header .textlinks {
	position:absolute;
	top:60px;
	left:500px;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

/* left column styles */
#left {
	width:200px;
	display:block;
	float:left;
	margin-top:91px;
}
#left a {
	display:block;
}

#left-divider1 {
	width:180px;
	display:block;
	background:url(/i/spacer.gif) #173c59;
	margin-left:10px;
}

#left-divider2 {
	width:180px;
	display:block;
	margin-top:20px;
	margin-left:10px;
	background:url(/i/spacer.gif) #173c59;
}

#searchbox {
	width:180px;
	margin:15px 0 0 10px;
}

#searchbox .inputbox {
	position:relative;
	top:-20px;
	left:5px;
	border:0;
	font-size:10px;
	color:#6f5a63;
}

/* menu: wraps entire menu */
#menu {
 	display:block;
	width:200px;
}

/* m1, youarehere1, open1: the off, over, on and open states for the top level navigation */
.m1:link, .m1:visited, .youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	width:170px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	background:url(/i/m1-background.gif) no-repeat 5px -24px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#0d2d46;
}
.m1:hover {
	background:url(/i/m1-background.gif) no-repeat 5px -24px;
	color:#67869d;
}
.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	background:url(/i/m1-background.gif) no-repeat 5px 1px;
	color:#ff5e00
}

/* m2, youarehere2, open2: the off, over, on and open states for the second level navigation */
.m2:link, .m2:visited, .youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
	width:180px;
	height:19px;
	padding:5px 0 0 20px;
	background:url(/i/m2-background.gif) no-repeat 5px 0;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}
.m2:hover {
	color:#67869d;
}
.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited
{
	color:#ff5e00;
}


/* middle: this div also contains the breadcrumbs, the content, and the right columns */
#middle {
	float:right;
	width:784px;
}

#content {
	width:480px;
	float:left;
	padding:0 20px;
}

#content2 {
	width:734px;
	float:left;
	padding:0 20px;
}

#breadcrumbs {
	width:783px;
	height:16px;
	clear:both;
	margin:91px 0 0 1px;
	padding:2px 0;
	background:#98c4e6;
	font-size:11px;
	text-indent:10px;
	color:#fff;
}
#breadcrumbs a {
	text-decoration:none;
	color:#0d2d46;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#fff;
}

#breadcrumbs span {
	text-transform:capitalize;
}

/* right: this div contains the YShop */
#right {
	width:244px;
	float:left;
	padding:0 10px;
}

#rightyshop {
	width:244px;
	float:left;
}

/* footer */
#footer {
	width:984px;
	height:27px;
	clear:both;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#0d2d46;
}




/* 
	6 - Sitemap Styles
	These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap a {
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}