@charset "UTF-8";
/* CSS Document */

#content{
	width: 1218px;
	margin: 10px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#header {
	width: 1198px;
	height: 157px;
	float: left;
	background-image: url(../imgs/main_logo.jpg);
	background-position: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#header_nav {
	width: 1218px;
	float: left;
	background-color: #FFF;
	padding: 10px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

a.header_nav {
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

a.header_nav:hover {
	background-color: #830a91;
}

#body {
	width: 1218px;
	height: 486px;
	float: left;
	background-image: url(../imgs/home_body.jpg);
	background-position: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 8px 0px 0px 0px;
}

#footer {
	width: 144px;
	height: 32px;
	float: left;
	padding: 8px 0px 0px 535px;
}

a.facebook {
	width:29px;
	height:29px;
	background-image: url(../imgs/social_net/facebook.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

a.twitter {
	width:28px;
	height:29px;
	background-image: url(../imgs/social_net/twitter.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

a.digg {
	width:28px;
	height:27px;
	background-image: url(../imgs/social_net/digg.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

a.blog {
	width:31px;
	height:32px;
	background-image: url(../imgs/social_net/blog.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

a.wordpress {
	width:28px;
	height:28px;
	background-image: url(../imgs/social_net/wordpress.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

#copyright {
	width: 1218px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	padding: 6px 0px 0px 0px;
	text-align: center;
	float: left;
}

/*css for about.html*/

#body_left {
	width: 341px;
	height: 483px;
	float: left;
	background-image: url(../imgs/about_body_left.jpg);
	background-position: right;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 250px;
}

#body_right {
	width: 361px;
	height: 484px;
	float: left;
	background-image: url(../imgs/about_body_right.jpg);
	background-position: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
}

.p_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 0px 5px;
	color: #830a91;
}

.p_body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	margin: 0px 15px 0px 5px;
	color: #000;
}

/*css for contact.html*/

#body_top {
	width: 1218px;
	height: 334px;
	float: left;
	background-image: url(../imgs/contact_body.jpg);
	background-position: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
}

#body_bottom {
	width: 1218px;
	height: 140px;
	float: left;
	background-color: #FFF;
	padding: 10px 0px 0px 0px;
}

.p_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 260px;
	color: #000;
}

.p_info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 260px;
	color: #830a91;
}

.p_email {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 0px 0px 0px 260px;
	color: #830a91;
	text-decoration: none;
}

/*css for retailers.html*/

#body_retail {
	width: 1218px;
	height: 484px;
	float: left;
	background-color: #FFF;
	padding: 10px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;


}

/*css for horizontal scroll*/
		
* {
	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 a, li a {
	font-size: 11;
	color: #830a91;
	text-decoration: none;
}

p a:hover, li a:hover {
	color: #000;
}

p#cross-links {
	text-align: center;
}
		
p#cross-links {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
		
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;
}
		
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0px 15px 0px 30px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 470px;
	background: #fff;
	overflow: scroll;
}

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 470px;
	clear: both;
}

.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: 100%;
	position: relative;
	width: 800px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If 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: 0px;
	font-weight: bold;
	text-align: center;
	line-height: 0px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 0px;
}
		
.stripNav li.tab1 a {
	background: #fff
}

.stripNav li.tab2 a {
	background: #fff
}

.stripNav li.tab3 a {
	background: #fff
}

.stripNav li.tab4 a {
	background: #fff
}

.stripNav li.tab5 a {
	background: #fff
}
		
.stripNav li a:hover {
	background: #fff;
}
		
.stripNav li a.current {
	background: #fff;
	color: #fff;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
		
.stripNavL {
	left: 0;
}
		
.stripNavR {
	right: 0;
}
		
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
		
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
		
.text_container {
	width: 225px;
	float: left;
	padding: 0px 0px 0px 10px;
	border-right: 1px solid #ccc;
}

a.retail_link {
	font-size: 11;
	color: #830a91;
	text-align: left;
	text-decoration: none;
}

a.retail_link:hover {
	color: #000;
}
