/* CSS Document */
/*--------------------------------------------

				navigation
				
---------------------------------------------*/







#divNav {
		background: transparent url(bk-nav.jpg) no-repeat top left;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 500px;
	}

	#nav {
		position: relative;
		top: 0px;
		height: 30px;
		width: 500px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 0px;
	}
#nav li a {
float: left;
padding: 0 20px 0 19px;
background: #F7c034 url(images/nav_bkg.gif) left 1px repeat-x;
line-height: 23px;
font-size: 1.2em;
color: black;
text-decoration: none;
}
#nav li a:hover {
background: #f7c034;
}
	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 25px;
		left: 0;
		padding-top: 15px;
		background: #224d6f;
		height: 28px;
		width: 500px;
		padding-left: 5px;
	}

	#nav li.on ul {
		background: #f90;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #f90;
		width: auto;
		margin-right: 0px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #F7DA99;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #f90;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#liAccessories a {
		display: block;
		position: relative;
		height: 26px;
		background-color:#FFCC00;
	}

/*first, put the initial states in place*/

#liWhy a {
	background-position: 0 0;
}

#liVirtual a {
	background-position: -102px 0;
}

#liPurchase a {
	background-position: -104px 0;
}

#liFaq a {
	background-position: -206px 0;
}

#liAccessories a {
	background-position: 0px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #liModern.on a {
 	background-position: -204px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#liAccessories a:hover, #liAccessories:hover a, #liAccessories.over a {
	background-position: 300px 300px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #F7C034;
	color: #000000;
	font-family: Tahoma, verdana, sans-serif;
	font-size: small;
}		

#nav li.on ul a {
	background: #f90;
}


/*--------------------------------------------

				Defaults
				
---------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.left {
float: left;
}
.right {
float: right;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}


/*--------------------------------------------

				Layout
				
---------------------------------------------*/

body {
background: url(images/bkg.gif) repeat-x;
font-size: 62.5%;
font-family: Tahoma;
}

#container {
width: 700px;
margin: 0 auto;
}

#header {
float: left;
width: 700px;
}

#main {
float: left;
width: 700px;
padding: 0 0 20px;
}

#footer {
float: left;
width: 700px;
height: 100px;
}

/*--------------------------------------------

				header
				
---------------------------------------------*/

.logo {
	float: left;
	padding: 25px 0 0;
}

ul.top_nav {
float: right;
padding: 29px 24px 24px 0;
}

ul.top_nav li {
float: left;
line-height: 1.6em;
color: #666666;
}

ul.top_nav li.pipe {
padding: 0 10px;
}

ul.top_nav li a {
color: #666666;
text-decoration: none;
}

ul.top_nav li a:hover {
color: #0099CC;
}

ul.main_nav {
float: right;
margin: 0 24px 0 0;
background: #F7C033;
width: 498px;
position: relative;
}

ul.main_nav li {
float: left;
}

ul.main_nav li.first {
padding-left: 1px;
}

ul.main_nav li.pipe {
height: 23px;
width: 1px;
background: #F7DA99;
}


ul.main_nav li a {
float: left;
padding: 0 20px 0 19px;
background: #F7DA99 url(images/nav_bkg.gif) left 1px repeat-x;
line-height: 23px;
font-size: 1.2em;
color: black;
text-decoration: none;
}

ul.main_nav li.first a {
padding-left: 20px;
}

ul.main_nav li.last a {
padding-right: 21px;
}

ul.main_nav li a:hover {
background: transparent;
}

ul.main_nav li.corner1, ul.main_nav li.corner2, ul.main_nav li.corner3, ul.main_nav li.corner4 {
height: 1px;
width: 1px;
background: white;
}

ul.main_nav li.corner1 {
position: absolute;
top: 0;
left: 0;
}

ul.main_nav li.corner2 {
position: absolute;
bottom: 0;
right: 0;
}

ul.main_nav li.corner3 {
position: absolute;
top: 0;
right: 0;
}

ul.main_nav li.corner4 {
position: absolute;
bottom: 0;
left: 0;
}

/*--------------------------------------------

				Main
				
---------------------------------------------*/

.man {
float: right;
width: 170px;
height: 460px;
background: url(images/man.gif);
}

.woman {
	float: left;
	width: 270px;
	height: 460px;
	background: url(images/Dan_and_woman.gif);
}

.content {
float: left;
width: 352px;
padding-top: 20px;
}

.content .pic {
float: left;
width: 95px;
text-align: center;
}

.content p {
font-size: 1.1em;
line-height: 1.6em;
padding: 0 10px 10px;
}

.content h2 {
font-size: 1.7em;
font-weight: normal;
padding: 0 0 5px;
}

.box_bkg {
float: left;
width: 352px;
background: url(images/box_bkg.gif);
margin: 0 0 10px;
}

.box_top {
float: left;
width: 352px;
background: url(images/box_top.gif) no-repeat;
}

.box_bottom {
float: left;
width: 337px;
padding: 10px 10px 10px 5px;
background: url(images/box_bottom.gif) left bottom no-repeat;
position: relative;
}

.go_arrow {
position: absolute;
right: 10px;
bottom: 10px;
}


/*--------------------------------------------

				Main
				
---------------------------------------------*/

#footer p {
font-size: 1em;
line-height: 1.2em;
color: #666666;
}
