/* Reset */

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;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

fieldset, img {
	border: 0;
	}

caption, th {
	text-align: left;
	}

q:before, q:after {
	content:'';
	}

/* Main Divs */

html {
	text-align: left;
	height: 100%;
	}
	
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	height: 100%;
	background: url(images/bgpattern.gif) repeat-x;
	margin: 0;
}

#container{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	clear: left;
	background: url(images/bg.gif) repeat-x;
}

#top {
	width: 800px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;

}

#branding {
	width: 800px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 210px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#sidebar {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	float: left;

}

#subnav {
	width: 140px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	float: left;
	background: url(images/subnav_bg.gif) no-repeat;
	padding-top: 60px;
	padding-left: 25px;
	padding-right: 15px;
}

#bodycopy {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	float: right;
}

#content {
	width: 800px;
	height: 505px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/content_bg.gif) no-repeat;
}

#content_long {
	width: 799px;
	height: 938px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/content_bg_bracelet.gif) no-repeat;
}

#content_main {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-left: 35px;
	float: left;
}

#footer {
	width: 800px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	text-align: right;

}

/* Navigation Hover Effect */

#main_nav {
	float: right;	
	z-index: 4000;	
	background: transparent;
	margin-top: 30px;
	margin-right: 22px;
	float: right;
}

#main_nav li {
	float: left;
	margin: 0;
	list-style: none;
	
	}

#main_nav a {
	float: left;
	width: 100px;
	height: 40px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -4000px;
	}

#main_nav a:hover {
	background-position: 0 -40px;
	}

#main_nav .active {
	background-position: 0 -80px;
	}

/* Navigation Elements */

#home {
	background: transparent url(images/nav_home.gif) no-repeat left top;
	}
#aboutus {
	background: transparent url(images/nav_aboutus.gif) no-repeat left top;
	}
#products {
	background: transparent url(images/nav_products.gif) no-repeat left top;
	}

#forms {
	background: transparent url(images/nav_forms.gif) no-repeat left top;
	}
#contact {
	background: transparent url(images/nav_contact.gif) no-repeat left top;
	}

/* styles */

.logo {
	padding-left: 25px;
	padding-top: 10px;
}

.header {
	margin-bottom: 15px;
}

.side {
	margin-left: 15px;
}

.bump {
	padding-left: 15px;
}

.bump_img {
	padding-left: 40px;
}

strong {
	font-weight: bold;
}

#bodycopy p {
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7f7f7f;
}

#bodycopy a {
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #109fed;
	text-decoration: underline;
}

h1 {
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0d7cb6;
}

#footer p {
	font: 10px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ccc;
}

#subnav li {
	color: #0d7cb6;
	font-size: 12px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

#subnav li a {
	color: #0d7cb6;
	font-size: 12px;
	text-decoration: none;

}

#subnav li a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;

}