/* CSS by B. Feeley [Solvint] */

/* Thanks to Andy Clarke for the zero standards formatting */


/* Normalize margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalize font-size for headers */

h1, h2, h3, h4, h5, h6
{ font-size : 100%; }

/* Remove list styles from lists */

ol, ul
{ list-style : none; }

/* Normalize font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Remove borders from tables */

table
{ border-collapse : collapse; border-spacing : 0; }

/* Remove borders from fieldset and image */

fieldset, img
{ border : 0; }

/* Left-align text in th and caption */

th, caption
{ text-align : left; }

/* Remove quotation marks from q */

q:before, q:after
{ content :''; }


/* HTML Element Formatting */

html {

	height: 100%;
	
}
 
body {

	/* Thanks to squidfingers.com for the background image */
	background: #f1efe6 url(http://www.originalswiveler.com/images/bg_swatch.jpg);
	height: 100%;
	text-align: center;

}



/* Divs */

* html #container {
	height:100%
}

#container {
	background: url(http://www.originalswiveler.com/images/container_bg_swatch.jpg) top left repeat-y;
	width: 815px;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;

}

#header {

	background: #f8f6e8 url(http://www.originalswiveler.com/images/logo_tag_top.gif) top left no-repeat;
	position: relative;
	top: 0px;
	left: 12px;
	width: 791px;
	height: 83px;

}

#navigation {

	background: #fff url(http://www.originalswiveler.com/images/logo_tag_bottom.gif) top left no-repeat;
	position: relative;
	top: 0px;
	left: 12px;
	width: 791px;
	height: 23px;

}

#polaroids {

	background: #dfdbc2;
	position: relative;
	top: 0px;
	left: 12px;
	width: 791px;
	height: 252px;

}

#swivelervideo {
	margin: 0px 0px 0px 13px;
	width: 366px;
	height: 246px;

}

#flashcontent1 {
	width: 791px;
	height: 252px;
	}

#flashcontent2 {
	position: absolute;
	left: 26px;
	width: 450px;
	height: 327px;
}

#flashcontent2a {
	width: 720px;
	height: 520px;
	margin-left: 15px;
}
	
#flashcontent3 {
	margin: 0;
	width: 366px;
	height: 246px;
}

#content {
	background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 12px;
	width: 791px;
	}
	
#contentleft {
	background-color: #ffffff;
	float: left;
	width: 474px;
	margin: 26px 0;
	}

#contentright {
	background-color: #ffffff;;
	float: left;
	width: 283px;
	margin: 26px 0;
	}

#contentdivider {
	background: #fff url(http://www.originalswiveler.com/images/page_divider.gif) top left repeat-y;
	float: left;
	width: 34px;
	height: 872px;
	margin: 18px 0;
	}

#productfeatures {
	width: 127px;
	text-align: center;
	padding: 0px 0px 0px 72px;
	}

.productthumb {
	border: 1px solid black;
	}

#footer {
	background: #f8f6e8 url(http://www.originalswiveler.com/images/footer_bg_swatch.gif) top left repeat-x;
	position: relative;
	top: 0px;
	left: 12px;
	width: 791px;
	clear: both;
	text-align: center;
	padding: 25px 0px 0px 0px;
	}


/* Fonts & Text */

#header p {

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #807c64;
	float: right;
	padding: 40px 16px 0px 0px;

}

#header a {

	text-decoration: none;
	color: #990000;

}

#navigation ul {

	float: right;
	padding-right: 21px;

}

#navigation ul .navdivider {

	background: url(http://www.originalswiveler.com/images/nav_divider.gif) no-repeat;
	width: 1px;

}

#navigation li {

	float: left;
	width: 71px;
	height: 23px;
	padding: 0px;
	text-align: center;
	
}

#navigation ul a {
	
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	color: #413f2e;

}

#navigation ul a:hover {
	
	color: #f16000;

}

#content h1 {

	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 15px 26px;

}

#content p {

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	margin: 0px 11px 15px 26px;

}

#content a {

	text-decoration: underline;
	color: #f16000;

}

#productfeatures p {

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 127px;

}

#productfeatures a {

	text-decoration: underline;
	color: #f16000;

}

#footer p {

	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #2f2a2a;
	padding: 0px 0px 10px 0px;

}

#footer a {

	text-decoration: none;
	color: #2f2a2a;
	margin: 0px 10px;

}

#footer a:hover {

	text-decoration: underline;

}


/* Classes */

.clear {
	
	clear: both;

}


.product {
	float: left;
	text-align:center;
	width: 150px;
	}
	

	#navlist
{
margin-left: 26px;
padding-left: 0;
list-style: none;
}

#navlist li 
{
line-height: 32px;
padding-left: 45px;
background-image: url(http://www.originalswiveler.com/images/orange_arrow.gif);
background-repeat: no-repeat;
height: 32px;
font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}

	
	
	
	