<style type="text/css">
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #7bcbd4;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #78c2dd;
	font-size:12px;
}

body, td, ol, ul, div, span, input, select, textarea, button {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt
}

form {
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #0d99cd;
	font-size: 11pt;
	font-weight: bold;
}

.input {
	border: solid #000000 1px;
	background-color: #F1F1F1;
	padding-left: 2px;
}

.input_box {
	border: solid #000000 1px;
	background-color: #F1F1F1;
	padding-left: 2px;
}

.button {
	border: solid #e0e0e0 1px;
	background-color: #7bd4a1;
	text-align: center;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

#header {
	/*background-image: url($settings[curl]images/$settings[theme]header_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	width: 753px;
	border-top:solid #cccccc 1px;
	border-left:solid #a6a6a6 1px;
	height: 94px;
	text-align: left;
}

#header_nav {
	float: right;
	/*background-image: url($settings[curl]images/$settings[theme]header_nav_div.gif);*/
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.header_nav_link:active, .header_nav_link:visited, .header_nav_link:link  {
	color:#626262;
	text-decoration: none;
}

#logo {
	/*background-image: url($settings[curl]images/$settings[theme]logo_bg.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Impact, "Arial Black";
	font-size: 22pt;
	color: #ffffff;
	text-align: center;
	width: 183px;
	height: 65px;
	padding-top: 28px;
}

#top_nav {
	width: 753px;
	height: 28px;
	/*background-image: url($settings[curl]images/$settings[theme]top_nav_bg.gif);*/
	background-repeat: repeat-x;
	border-left: solid #a6a6a6 1px;
}

.top_nav_link:active, .top_nav_link:visited, .top_nav_link:link  {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	color: #6e6e6e;
	font-weight: bold;
	text-decoration: none;
}

.top_nav_link_div {
	float: left;
}

#search_div {
	background-color: #ffffff;
	width: 753px;
	height: 39px;
	border-bottom: solid #cccccc 1px;
	border-left: solid #a6a6a6 1px;
	text-align: left;
	color: #808082;
}

#search_form {
	padding-left: 13px;
	padding-top: 10px;
}

#main_nav {
	position: absolute;
	top: auto;
	left: auto;
	margin-top: 6px;
	_margin-top: 5px;
	margin-left: 229px;
	border-top: solid #cccccc 1px;
	/*background-image: url($settings[curl]images/$settings[theme]main_nav_bg.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #dfdfdf;
	height: 36px;
	width: 524px;
	text-align: right;
}

.main_nav_holder {
	float: right;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #a6a6a6;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-top: solid #a6a6a6 1px;
	text-align: center;
}

.main_nav_link:link {
	display: block;
	_display: inline-block;
	border: solid #ffffff 4px;
	border-bottom-width: 0px;
	height: 23px;
	background-color: #f7bf0a;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	text-decoration: none;
}

.main_nav_link:visited {
	display: block;
	_display: inline-block;
	border: solid #ffffff 4px;
	border-bottom-width: 0px;
	height: 23px;
	background-color: #f7bf0a;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	text-decoration: none;
}

.main_nav_link:hover {
	display: block;
	_display: inline-block;
	border: solid #ffffff 4px;
	border-bottom-width: 0px;
	height: 23px;
	background-color: #62b005;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	text-decoration: none;
}

.main_nav_link_active {
	display: block;
	_display: inline-block;
	border: solid #ffffff 4px;
	border-bottom-width: 0px;
	height: 23px;
	background-color: #62b005;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	text-decoration: none;
}

#main_cont {
	width: 752px;
	margin-top: 2px;
	border-top: solid #a6a6a6 1px;
	border-right: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	background-color: #ffffff;
	text-align: left;
	/*background-image: url($settings[curl]images/$settings[theme]side_menu_bg.gif);*/
	background-repeat: repeat-y;
}

#side_menu {
	float: left;
	width: 166px;
	/*background-image: url($settings[curl]images/$settings[theme]side_menu_bg.gif);*/
	background-repeat: repeat-y;
	margin-right: 5px;
}

.float_assist {
	/*background-image: url($settings[curl]images/$settings[theme]side_menu_bg.gif);*/
	background-repeat: repeat-y;
	clear: both;
	font-size: 1px;
}

.side_menu_header {
	background-image: url($settings[curl]images/$settings[theme]side_menu_header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #7bcbd4;
	font-weight: bold;
	font-size: 10pt;
	height: 20px;
	padding-left: 24px;
	padding-top: 4px;
	/*border-top: dotted #7bcbd4 1px;*/
	border-bottom: dotted #7bcbd4 1px;
}

.side_menu_link:active, .side_menu_link:visited, .side_menu_link:link {
	color: #838383;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.side_menu_link_contents:active, .side_menu_link_contents:visited, .side_menu_link_contents:link {
	color: #838383;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.side_menu_link_cart:active, .side_menu_link_cart:visited, .side_menu_link_cart:link {
	/*background-image: url($settings[curl]images/$settings[theme]cart.gif);*/
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: underline;
	color: #838383;
	font-weight: bold;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.side_menu_link_arrow:active, .side_menu_link_arrow:visited, .side_menu_link_arrow:link {
	/*background-image: http://nappyworks.com/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: underline;
	color: #838383;
	font-weight: bold;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}

#cont_txt {
	margin-left: 175px;
	width: 550px;
	vertical-align: top;
	padding: 10px;
	color: #7d7d7d;
}

#feature {
	/*background-image: url($settings[curl]images/$settings[theme]side_menu_header_bg.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 9pt;
	color: #515151;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	margin-left: 170px;
	margin-right: 5px;
}

#products {
	text-align: center;
	margin-left: 170px;
	margin-top: 5px;
}

.product_div {
	width: 140px;
	float: left;
	margin-right: 5px;
}

.product_header {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#868686;
	padding:3px;
}

.product_info_holder {
	height: 86px;
	border: solid #cccccc 1px;
	vertical-align: middle;
	color: #4ca0db;
	font-weight: bold;
}

#bottom_nav {
	width: 555px;
	height: 30px;
	/*background-image: url($settings[curl]images/$settings[theme]bottom_nav_bg.jpg);*/
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 12px;
	margin-top: 15px;
	margin-bottom: 3px;
	text-align: center;
	float: left;
}

.bottom_nav_link:active, .bottom_nav_link:visited, .bottom_nav_link:link {
	color:#ffffff;
	text-decoration:none;
}


.CenterTable {
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.CenterTableItems {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.ErrorTable {
	background: #FFFFFF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

.Required {
	color: #FF0000;
}

.HeadingFont {
	color: #7bcbd4;
	font-size: 14px;
	font-weight: bold;
}

.OurPrice {
	background: #FFFFFF;
}

TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}

TD.CenterTableHeading {
	font-size: 14px;
	font-weight: bold;
	background: #7bcbd4;
	color: #FFFFFF;
	padding-left:5px;
}

.CartContents {
	font-size: 11px;
	text-decoration : none;
}

.CartContents:hover {
	font-size : 11px;
	text-decoration : underline;
}

.PagesAlign {
	text-align: justify;
	line-height: 20px;
}

.HR1 {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 1px;
	border-style: none;
	border-color: #7bcbd4;
	color: #ffffff;
}
/* You will not need to change below */
.small, .small:hover { font-family: Arial, Verdana, Sans-Serif; color: #7bcbd4; font-size: 10px; }
.small:link, .small:visited { text-decoration: underline; color: #7bcbd4; }


* {
	margin: 0px;
	padding: 0px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#main {
	position:relative;
	width:740px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 20px solid #bbe5ea;
	background-color: #FFFFFF;
	color: #000000;
}
#mainmenu {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	height: 112px;
}
#menuholder {
	list-style-type: none;
	float: right;
}
#main #mainmenu #menuholder li {
	display: inline;
}
#layby {
	margin-top: 25px;
	display: block;
	float: left;
	padding-right: 23px;
}
#wishlist {
	margin-top: 40px;
	display: block;
	float: left;
	padding-right: 16px;
}
#news {
	margin-top: 25px;
	display: block;
	float: left;
	padding-right: 23px;
}
#cart {
	margin-top: 40px;
	display: block;
	float: left;
	padding-right: 16px;
}
#content {
	width: 740px;
	background-image: url(dotted.jpg);
	background-repeat: repeat-y;
	background-position: 200px 0px;
}
#leftcont {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 170px;
	margin-right: 10px;
	padding-top: 2px;
}
#rightcont {
	float: left;
	padding-left: 15px;
}
#browsecat {
	margin-left: 14px;
	margin-bottom: 2px;
	display: block;
}

#leftcolorbox {
	border: 1px solid #7bcbd4;
	background-color: #dcf2f4;
	color: #000000;
}
#sharesite {
	display: block;
	padding-top: 27px;
	margin-bottom: 2px;
}
#footer {
	height: 36px;
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #b9e4e6;
	padding-top: 4px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #7BCBD4;
}
#copyright {
	float: left;
	font-size: 12px;
	font-weight: normal;
}
#webdev {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
.foot A:link {text-decoration: none; color: #000000;}
.foot A:visited {text-decoration: none; color: #000000;}
.foot A:active {text-decoration: none; color: #000000;}
.foot A:hover {text-decoration: underline; color: #b9e4e6;}
.topbuttons {
	margin-top: 25px;
	display: block;
	float: left;
	padding-right: 23px;
}
.wish {
	margin-top: 40px;
	display: block;
	float: left;
	padding-right: 16px;
}
#welcome {
	height: 200px;
	width: 505px;
	background-image: url(http://nappyworks.com/images/welcome_back.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}
#welcome h2 {
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#welcome p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 155px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#welcome .browse {
	display: block;
	width: 184px;
	padding-left: 90px;
	padding-top: 15px;
}
</style>
