/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #CCCC99;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat;
}
#wrapper	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
	border: 1px solid #333333;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}

.skip {
	display: none;
}

/* header */
#header {
	height: 120px;
	padding: 0 0px 0 15px;
	background-color: #fff;
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#logo {
	float: left;
	width: 325px;
	height: 100px;
	background-image: url(../images/gnc-logo.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}

#logo a {
	width: 325px;
	height: 100px;
	display: block;
}
#logo h1	{
	display:none;
}



/* /navigation */


/* content */
#content-wrapper {
	padding: 20px 15px 5px 15px;
	background-color: #fff;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}


#content a img, #content abbr {
	border: 0;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FD;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}

#content ul, #content ol, #content p {
	margin-bottom: 1em;
}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
}
#content h1	{
}

#content h2 {
	color: #0707FF;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3 {
	color: #44862F;
	font-family: Arial, Helvetica, sans-serif;
}


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0600FF;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
#content blockquote {
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: #666666;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	/*border-left: 1px solid #ccc; */
}
/* /content */



/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}


#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
#sidebar p {
	font-size: 1em;
}
#sidebar ol {
	margin-left: 0em;
}
#sidebar ol li {
	font-size: 0.8em;
	margin-left: 0px;
	margin-bottom: 4px;
}



/* /sidebar */




/* footer */
#footer {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 12px;
	background-color: #fff;
	padding-top: 10px;
}

#footer p {
	padding: 10px 15px 0 0;
	font-size: 0.85em;
	color: #333333;
	text-align: center;
}

#footer p a {
	color: #333333;
}
/* /footer */
.small {
	font-size: .8em;
}
