* {
	margin: 0;
	padding: 0
}

/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p {
	text-align: left;
	margin: 15px 0
}

p, ul {
	font-size: 13px;
	line-height: 1.4em
}

p a, li a {
	color: #39c;
	text-decoration: none
}

body {
	background: #5dd251 url(../images/bkg.gif) repeat-x center top;
}


p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}

#crosswrap {
	position: relative;
	width:453px;
	top:-40px;
	line-height: 30px;
		margin:0 auto;
	vertical-align:middle;
		z-index:6000;
	text-align: center;
}

#cross-linksL {
	display:inline;
	height:30px;
	margin:0;
	padding:0;
	position:absolute;
	width:7px;
	line-height: 0;
	top: 0;
	left: 0;
	z-index: 7000;
}

#cross-linksR {
	display:inline;
	height:30px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top: 0;
	width:7px;
	line-height: 0;
	z-index: 7000;
}

#cross-links {
	margin: 0 auto;
	background: transparent  url(../images/navbar_bkg.gif) repeat-x scroll center top;
	color: white;
	font-size: 0.9em;
	font-variant: small-caps;
	position: relative;
	line-height: 30px;
	width: 440px;
	z-index:5300;
}

#cross-links a {
	color: white;
	text-decoration: none;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

#cross-links a:hover {
	color: #000;
	background: #fff;
}



noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}

noscript a {
	color: #a00;
	text-decoration: underline
}

noscript ol {
	margin-left: 25px;
}

a:focus {
	outline: none
}

img {
	border: 0
}

h2 {
	font-variant: small-caps;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: white;
	font-weight: bold;

}


h3 {
	margin-left:155px;
	margin-top:85px;
	text-align:left;
	font-variant: small-caps;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: white;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial;
	color: #000;
	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

.ageimg {
	float:right;
	margin-right:0px;
	margin-top:8px;
}


.stripViewer .panelContainer .panel ul {
	text-align: left;
}

.slider-wrap {


/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */

.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll;
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}

.stripViewer {
/* This is the viewing window */
	position: relative;
	z-index: 5000;
	overflow: hidden;
	border: 5px solid #5b8f08;
	/* 

this is the border. should have the same value for the links */
	margin: auto;
	width: 699px;
	/* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 459px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer {
/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
/* -moz

-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel {
/* Each panel is arranged end-to-end */
	float: left;
	height: 459px;
	position: relative;
	width: 699px;
/* Also specified in  .stripViewer  above */
}

#bkgm{
	background: url(../images/men_bkg2.jpg) no-repeat left top;
}
#bkgw{
	background: url(../images/women_bkg2.jpg) no-repeat left top;
}

.stripViewer .panelContainer .panel .wrapper {
/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

h1 {
	font-variant: small-caps;
	font-size: 1.6em;
}

.wrapper {
	font-family:Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	margin-left:20px;
	margin-top:200px;
	text-align:left;
}

.wrapper ul {
list-style-position:outside;
list-style-type:none;
vertical-align:middle;
}

.wrapper ul	li {
	font-variant: small-caps;
	margin:0 0 0 15px;
	
}



.wrapper .caption{
	display: block;
	margin: 0 1px 5px 0 ;
	padding: 0px;
	color: #707070;
	font: .7em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#nextbutton {
	clear:left;
	display:block;
	padding-top:10px;
}


.stripNav {
/* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}

.stripNav ul {


/* The auto-generated set of links */
			list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px;
/* I

f you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a {


/* The nav links */
			font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a {
	background: #60f
}

.stripNav li.tab2 a {
	background: #60c
}

.stripNav li.tab3 a {
	background: #63f
}

.stripNav li.tab4 a {
	background: #63c
}

.stripNav li.tab5 a {
	background: #00e
}

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR {
/* The left and right arrows */
	position: absolute;
	top: 200px;
	text-indent: -9000em;
	width: 44px;
	height: 48px;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 48px;
	width: 44px;
}

.stripNavL {
	border:0 none;
	margin:0;
	padding:0;
	left: 2px;
	
}

.stripNavR {
	border:0 none;
	margin:0;
	padding:0;
	right:2px;
	
}

.stripNavL {
	background: url(../images/button_left.gif) no-repeat center;
}

.stripNavR {
	background: url(../images/button_right.gif) no-repeat center;
}