/*
Theme Name: Harmony Theme
Theme URI: http://www.harmonybeautysalons.co.uk/
Description: The theme for our main site.
Version: 1.0
Author: Michael Canavan
Author URI: http://www.fivenines.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	/* vertical-align: baseline; */
	/* background: transparent; */
}
body {
	background: #000 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
}
#both {
	clear: both;
}
/* ----------- Text Formatting ------------ */
h1 {
	color: #ec008c;
	font-size:20px;
	margin: 5px 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #CCCCCC solid;
	font-weight:normal;
}
h2 {
	color: #ec008c;
	font-size:14px;
	margin: 10px 0 5px 0;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	color: #ec008c;
	text-decoration:none;
}
h2 a:visited {
	color: #ec008c;
	text-decoration:none;
}
h3 {
	color: #ec008c;
	font-size:14px;
}
h4 {
	color: #333;
	font-size:12px;
	font-weight:normal;
}
h4 a{
	color: #333;
	font-size:12px;
	text-decoration: none;
}
h4 a:hover{
	color: #ec008c;
}
h5 {
	color: #0099FF;
	font-size:14px;
	margin: 10px 0;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 10px;
}
p a {
	color: #ec008c;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #ec008c dotted;
}
p a:hover {
	color:#ec008c
}
/* -------------- Lists -------------- */

#content ul, ol {
	margin: 10px 0 15px 15px;
	line-height: 150%;
	font-size: 12px;
}
#content ul li, #content ol li {
	list-style-position:outside;
	margin-left: 2em;
}
#content dl {
	font-size: 12px;
	padding: .3em 0 .8em;
}
#content dt {
	float: left;
	clear: left;
	width: 9em;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
#content dd {
	margin: 0 0 0 10em;
	padding: 0 0 0.5em 0;
}
#content blockquote {
	background: transparent url(images/blockquote.png) no-repeat left top;
	margin: 10px 65px 10px 10px;
	padding: 20px 20px 10px 10px;
	font-style: italic;
	color: #939494;
}
#content blockquote p {
	padding: 8px;
	margin: 2px;
	border: 1px dotted #939494;
}
/* ----------------- Header Start ----------------- */
#header {
	background: url(images/logo.png);
	height: 61px;
	width: 227px;
	margin: 20px 0 15px 10px;
}
#maintop {
	background: url(images/maintop.png);
	height: 5px;
}
/* ----------------- Content Start ----------------- */
#contwrap {
	float: left;
	width: 950px;
}
#content {
	background:#FFFFFF url(images/flowergirl.jpg) no-repeat right bottom;
	width: 603px;
	padding: 15px 320px 10px 25px;
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
}
#contentbottom {
	background: url(images/contentbottom.png);
	height: 5px;
	width: 950px;
}
/* ----------------- Content With Sidebar ----------------- */
#maintop-side {
	background: url(images/maintop-side.png);
	height: 5px;
}
#contwrap-side {
	float: left;
	width: 725px;
}
#content-side {
	background:#FFFFFF;
	width: 673px;
	padding: 15px 25px 10px;
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
}
#contentbottom-side {
	background: url(images/contentbottom-side.png);
	height: 5px;
	width: 725px;
}
/* ----------------- Sidebar Start ----------------- */
#sidewrap {
	float: right;
	width: 215px;
}
#sidebar {
	margin: 0;
	width: 213px;
	background:#FFFFFF;
	padding: 0 0 15px 0;
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
	list-style: none;
}
#sidebar h2 {
	margin: 0;
	border: none;
	padding: 13px 0 5px 25px;
}
#sidebar ul li {
	margin: 0;
	line-height: 20px;
	border-top: 1px #E9E9E9 solid;
	padding-left: 35px;
	display:block;
}
#sidebar ul li a {
	display: block;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
#sidebar ul li:hover {
	background: #ec008c;
}
.remote {
	width: 215px;
	height: 42px;
	background: url(images/remote.png) no-repeat;
}
.remote a {
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	display: block;
	width: 151px;
	height: 28px;
	padding: 13px 0px 0px 64px;
}
.remote a:hover {
	background: url(images/remote.png) no-repeat;
	background-position:0px -42px;
}
.sidebot {
	background: url(images/sidebot.png) no-repeat;
	height: 5px;
}
/* ----------------- Footer Start ----------------- */
#footer {
	margin:0 10px 15px;
	color:#444;
	font-size: 11px;
	width: 930px;
	border-top: 1px solid #666;
	display:block;
	height:12px;
	padding-top:10px;	
}
#footer .footleft {
	float:left;
	width:480px;
}
#footer .footright {
	float:right;
	width:200px;
	text-align:right;
}
#footer a {
	color:#910339;
	text-decoration:none;
}
#footer a:hover {
	color:#ff0664;
}
/*--------------- Start Head Nav --------------*/

div#main_navi {
	background: url(images/navbg.png) no-repeat;
	float: left;
	margin: 0 0 20px 0;
	height: 34px;
	width: 950px;
}
div#main_navi ul.left {
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 1px 10px 0px 20px;
	width: 705px;
	height: 32px;
	overflow: hidden;
}
div#main_navi ul li {
	line-height: 100%;
	display: inline;
}
div#main_navi ul.left li a {
	float: left;
	overflow: hidden;
	font-size: 13px;
	background:url(images/navon.png) 1000px 0px no-repeat;
	padding: 10px 20px;
	text-decoration: none;
	border-right:1px solid #e8e8e8;
	color:#777777;
}
div#main_navi ul.left li a:hover {
	background:#ffcc00 url(images/navon.png) 0px 0px repeat-x;
	padding: 10px 20px 10px 19px;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
}
div#main_navi ul.right {
	background: url(images/posts.png) -140px 0px no-repeat;
	margin: 6px;
	display:block;
	height: 23px;
	width:203px;
	float: right;
	list-style-type: none;
}
div#main_navi ul.right li a {
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
/* -------------- Search Box ---------------- */
#searchbox {
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:175px;
	float:left;
	margin-right:2px;
	padding:3px 0 3px 4px;
	color: #DDD;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:21px;
	cursor:pointer;
	float:left;
	padding:3px 0 3px 0px;
}
/*--------------- Posts --------------*/

.post {
	margin-bottom:20px;
}
.postHeader {
	position:relative;
	width:673px;
	margin-bottom:10px;
}
.postTitle {
	width:640px;
	background:url(./images/posts.png) no-repeat -0px -26px;
	min-height:24px;
	padding:1px 0;
	margin: 0 0 0 32px;
}
.postTitle a, .postTitle a:visited, .postTitle a:hover {
	text-decoration:none;
	color:#000;
	padding-left:10px;
	position:relative;
	display:block;
	line-height:24px;
}
.postTitle span {
	display:block;
	width:640px;
	height:5px;
	bottom:0;
	left:0;
}
.postDateWrap {
	float:left
}
.postMonth {
	display:block;
	top:0;
	left:0;
	width:28px;
	padding-right:2px;
	height:13px;
	padding-top:0px;
	font-size:11px;
	color:#fff;
	text-align:center;
	background:url(images/posts.png) no-repeat 0px 0px;
}
.postDay {
	display:block;
	top:13px;
	left:0;
	width:28px;
	padding-right:2px;
	height:13px;
	font-size:10px;
	color:#555;
	text-align:center;
	background:url(images/posts.png) no-repeat 0px -13px;
}
.postSubTitle {
	text-align:right;
	padding-right:10px;
	font-size:11px;
	overflow:hidden;
}
.postCategories {
	float:right;
	padding:3px 0 3px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -96px;
}
.postContent {
	font-family:Verdana, "BitStream vera Sans", Helvetica, Sans-serif;
	font-size:12px;
	line-height:145%;
	padding:0 10px 0 33px;
	overflow:hidden;
}
.postLinkPages {
	margin:20px 20px -16px;
	font-size:11px;
}
.postFooter {
	overflow:hidden;
	border-top:1px solid #d9d9d9;
	padding: 8px 5px 10px 30px;
	margin:15px 0px 0;
}
.postFooter a {
	color: #ec008c;
	text-decoration:none;
}
.postFooter a:hover {
	color:#ec008c;
}
.postComments {
	float:left;
	width:95px;
	padding:2px 0 3px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -116px;
	color:#aaa;
}
.postTags {
	float:left;
	width:355px;
	padding:2px 10px 3px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -76px;
}
.postTags span {
	color:#aaa;
	font-style:italic;
}
.postReadMore {
	display:block;
	float:right;
	width:100px;
	outline:none;
}
.postReadMore b {
	display:block;
	margin:0 1px;
	border:1px solid #ccc;
	border-width:1px 0;
	background:url(images/posts.png) no-repeat -34px 2px;
}
.postReadMore b b {
	margin:0 -1px;
	border-width:0 1px;
	padding:3px 20px 3px 10px;
	background:none;
}
.postReadMore b b b {
	border-width:0;
	margin:0;
	padding:0;
	cursor:pointer;
	height:14px;
	font-size:11px;
	overflow:hidden;
}
.postReadMore:hover {
	text-decoration:none;
}
.postReadMore:hover b {
	border-color:#9b9b9b;
}
.post-edit-link {
	float:right;
	display:block;
	padding:0 5px;
	font-size:11px;
}
.nocomments {
	margin:0 0 40px;
}
.post ul, .comment ul, .post ol, .comment ol {
	/*padding:0 0 10px 30px;*/
	clear:left;
}
.post ul li, .comment ul li {
	list-style-type:disc;
}
.post ol li, .comment ol li {
	list-style-type:decimal;
}
.post img {
	max-width:630px;
}
.post table {
	background:#fff;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post th, .post td {
	/*border:1px solid #ccc;*/
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post tr.even td {
	background:#f2f2f2;
}
.post th {
	background:#e5e5e5;
}
.post strong {
	font-weight:bold;
}
.post em {
	font-style:italic;
}
.commentHeader {
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 5px 33px;
}
.commentHeader h4 {
	float:right;
	margin-right:10px;
	font-size:16px;
}
.commentHeader span {
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.commentHeader .addComment {
	width:100px;
	padding:5px 10px 0 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -134px;
}
.commentHeader .addTrackback {
	width:120px;
	padding:5px 10px 0 23px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -134px;
}
.commentList {
	border-top:1px solid #ddd;
	margin:0 -10px;
	padding:10px 20px 0;
}
li.comment {
	overflow:hidden;
}
li.comment .author {
	float:left;
	width:100px;
}
li.comment .avatar {
	margin-left:5px;
	width:60px;
}
li.comment .author {
	float:left;
	width:100px;
	margin-bottom:10px;
}
li.comment .author .name {
	text-align:left;
	font-size:11px;
	color:#666;
	margin-left:10px;
}
li.comment .messageBox {
	margin-left:100px;
	background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	overflow:hidden;
	margin-bottom:10px;
}
li.adminComment .messageBox {
	background-color:#ddd;
	border:1px solid #ccc;
}
li.comment .messageBox .date {
	font-size:11px;
	color:#666;
	float:left;
	height:20px;
}
li.comment .messageBox .links {
	font-size:11px;
	float:right;
	margin-right:10px;
	height:20px;
	color:#aaa;
}
li.comment .messageBox .links a {
	padding:0 3px;
}
li.comment .messageBox .content {
	clear:both;
}
li.comment .messageBox p {
	margin:0 0 10px;
}
ul.children {
	margin:0 0 0 20px;
	clear:both;
	display:none;
}
.commentNavigation {
	overflow:hidden;
	padding:3px 10px;
	text-align:center;
}
.commentNavigation .page-numbers {
	padding:0 3px;
}
.commentNavigation .prev, .commentNavigation .older {
	background:url(./images/Arrows.gif) no-repeat 0 1px;
	padding:0 10px 0 15px;
}
.commentNavigation .next, .commentNavigation .newer {
	background:url(./images/Arrows.gif) no-repeat 100% -24px;
	padding:0 15px 0 10px;
}
.commentNavigation .older {
	float:left;
}
.commentNavigation .newer {
	float:right;
}
.hr {
	border-top:1px solid #a6afb3;
	margin:0 -10px 20px;
}
.hr hr {
	display:none;
}
#respond {
	padding:0 10px;
}
#respond textarea {
	width:99%;
}
#respond p {
	margin:0 0 2px;
}
#respond h3 {
	margin:0 0 10px;
}
#respond .textField, #respond textarea {
	border:1px solid #999;
	padding:2px 5px;
	color:#333;
	background:#f2f2f2;
}
#respond .submitBar {
	overflow:hidden;
	margin:0;
	padding:3px 10px 10px;
}
#respond .submitButton {
	float:right;
}
#pageNavigation {
	background-color:#dee5ee;
	margin:10px 0 0 0;
	padding:3px 10px;
	border:1px solid #a6afb3;
	border-width:1px 0;
	font-size:12px;
	overflow:hidden;
}
#newerEntries {
	float:left;
}
#olderEntries {
	float:right;
}
#newerEntries a {
	background:url(./images/Arrows.gif) no-repeat 0 1px;
	padding-left:15px;
}
#olderEntries a {
	background:url(./images/Arrows.gif) no-repeat 100% -24px;
	padding-right:15px;
}
#feedbox {
	border:1px solid #bbb;
	padding:2px 3px;
}
#postExtra {
	position:relative;
	top:-30px;
	width:300px;
	padding-left:10px;
}
#postExtra .rss {
	padding:3px 10px 2px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -52px;
	text-decoration:none;
}
#postExtra .rss a {
	color: #ec008c;
	text-decoration:none;
}
#postExtra .rss a:hover {
	color:#ec008c;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 6px;
	margin: 0px 0px 10px 15px;
	display: inline;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
img.alignleft {
	padding: 6px;
	margin: 0px 15px 10px 0;
	display: inline;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/*margin: 0 17px;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center;
}
/* End captions */
/* Easy Slider */

	#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul li {
	margin: 0px;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:673px;
	height:241px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	/* left:154px; */
		top:270px;
	z-index:1000;
}
#nextBtn, #slider1next {
/*left:857px;*/
		}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(images/slider/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(images/slider/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #slider1prev {
	margin:0 0 0 -30px;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#nextBtn, #slider1next {
	margin:0 0 0 673px;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {
	border:none;
	vertical-align:middle;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:none;
}
.NFTextCenter {
	height:15px;
	background:url(images/forms/input.png) repeat-x 0 0;
	padding:3px 0;
	margin:0;
	float:left;
	line-height:15px;
}
.NFTextLeft, .NFTextRight {
	width:7px;
	height:21px;
	vertical-align:middle;
	float:left;
}
.NFTextLeft {
	background:url(images/forms/input-left.png) no-repeat 0 0;
}
.NFTextRight {
	background:url(images/forms/input-right.png) no-repeat 0 0;
}
/*Radio*/
.NFRadio {
	cursor:pointer;
	position:absolute;
	display:block;
	width:13px;
	height:13px;
	border:1px solid transparent;
	background:url(images/forms/radio.png) no-repeat 0 0;
	z-index:2;
}
/*Checkbox*/
.NFCheck {
	cursor:pointer;
	position:absolute;
	width:12px;
	height:12px;
	border:1px solid transparent;
	background:url(images/forms/checkbox.png) no-repeat 0 0;
	z-index:2;
}
/*Buttons*/
.NFButton {
	width:auto;
	height:26px;
	color:#fff;
	padding:0 2px;
	background:url(images/forms/button.png) repeat-x 0 0;
	cursor:pointer;
	border:none;
	font:10px/26px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	vertical-align:middle;
}
.NFButtonLeft, .NFButtonRight {
	width:6px;
	height:26px;
	vertical-align:middle;
}
.NFButtonLeft {
	background:url(images/forms/button-left.png) no-repeat 0 0;
}
.NFButtonRight {
	background:url(images/forms/button-right.png) no-repeat 0 0;
}
/*Textareas*/
.NFTextarea {
	border:none;
	background:none;
	font:12px/12px Arial, Helvetica, sans-serif;
	margin:0;
}
.NFTextareaTop, .NFTextareaBottom {
	height:5px;
	clear:both;
	float:none;
	padding-right:10px;
}
.NFTextareaTop {
	background:url(images/forms/textarea-tr.png) no-repeat 100% 0;
}
.NFTextareaBottom {
	background:url(images/forms/textarea-br.png) no-repeat 100% 0;
	margin-bottom:5px;
}
.NFTextareaTopLeft, .NFTextareaBottomLeft {
	width:5px;
	height:5px;
}
.NFTextareaTopLeft {
	background:#f2f2e6 url(images/forms/textarea-tl.png) no-repeat 0 0;
}
.NFTextareaBottomLeft {
	background:#f2f2e6 url(images/forms/textarea-bl.png) no-repeat 0 0;
}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {
	float:left;
	padding-bottom:5px;
}
.NFTextareaLeft, .NFTextareaLeftH {
	width:5px;
}
.NFTextareaLeft {
	background:url(images/forms/textarea-l-off.png) repeat-y 0 0;
}
.NFTextareaLeftH {
	background:url(images/forms/textarea-l-over.png) repeat-y 0 0;
}
.NFTextareaRight, .NFTextareaRightH {
	padding-right:5px;
	padding-bottom:0;
}
.NFTextareaRight {
	background:url(images/forms/textarea-r-off.png) repeat-y 100% 0;
}
.NFTextareaRightH {
	background:url(images/forms/textarea-r-over.png) repeat-y 100% 100%;
}
/*Files*/
.NFFileButton {
	padding-bottom:0;
	vertical-align:bottom;
	cursor:pointer;
	background:url(images/forms/file.png) no-repeat 0 0;
	width:60px;
	height:21px;
}
.NFFile {
	position:relative;
	margin-bottom:5px;
}
.NFFile input.NFhidden {
	position:relative;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:2;
	cursor:pointer;
	text-align:left;
}
.NFFileNew {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
/*Selects*/
.NFSelect {
	height:21px;
	position:absolute;
	border:1px solid transparent;
}
.NFSelectLeft {
	float:left;
	width:3px;
	height:21px;
	background:url(images/forms/select-left.png) no-repeat 0 0;
	vertical-align:middle;
}
.NFSelectRight {
	height:21px;
	width:auto;
	background:url(images/forms/select-right.png) no-repeat 100% 0;
	cursor:pointer;
	font:12px/21px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:3px;
	margin-left:3px;
}
.NFSelectTarget {
	position:absolute;
	background:none;
	margin-left:-13px;
	margin-top:18px;
	z-index:3;
	left:0;
	top:0;
	padding-bottom:13px;
}
.NFSelectOptions {
	position:relative;
	background:#707175;
	margin-left:16px;
	margin-top:0;
	list-style:none;
	padding:4px 0;
	color:#fff;
	font:11px/13px Arial, Helvetica, sans-serif;
	z-index:4;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	left:0;
	top:0;
}
.NFSelectOptions li {
	padding-bottom:1px;
}
.NFSelectOptions a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:2px 3px;
	background:none;
}
.NFSelectOptions a.NFOptionActive {
	background:#464646;
}
.NFSelectOptions a:hover {
	background:#333;
}
/*Multiple Selects*/
.NFMultiSelect {
	border:0;
	background:none;
	margin:0;
}
.NFMultiSelectTop, .NFMultiSelectBottom {
	height:5px;
	clear:both;
	float:none;
	padding-right:10px;
}
.NFMultiSelectTop {
	background:url(images/forms/textarea-tr.png) no-repeat 100% 0;
}
.NFMultiSelectBottom {
	background:url(images/forms/textarea-br.png) no-repeat 100% 0;
	margin-bottom:5px;
}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {
	width:5px;
	height:5px;
}
.NFMultiSelectTopLeft {
	background:#f2f2e6 url(images/forms/textarea-tl.png) no-repeat 0 0;
}
.NFMultiSelectBottomLeft {
	background:#f2f2e6 url(images/forms/textarea-bl.png) no-repeat 0 0;
}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {
	float:left;
	padding-bottom:5px;
}
.NFMultiSelectLeft, .NFMultiSelectLeftH {
	width:5px;
}
.NFMultiSelectLeft {
	background:url(images/forms/textarea-l-off.png) repeat-y 0 0;
}
.NFMultiSelectLeftH {
	background:url(images/forms/textarea-l-over.png) repeat-y 0 0;
}
.NFMultiSelectRight, .NFMultiSelectRightH {
	padding-right:5px;
	padding-bottom:0;
}
.NFMultiSelectRight {
	background:url(images/forms/textarea-r-off.png) repeat-y 100% 0;
}
.NFMultiSelectRightH {
	background:url(images/forms/textarea-r-over.png) repeat-y 100% 0;
}
/*Focused*/
.NFfocused {
	border:1px dotted #666;
}
/*Hovered*/
.NFh {
	background-position:0 100%;
}
.NFhr {
	background-position:100% 100%;
}
/*Hidden*/
.NFhidden {
	opacity:0;
	z-index:-1;
	position:relative;
}
/*Safari*/
select, input, textarea, button {
	outline:none;
	resize:none;
}
/* ------------- Download ---------- */
.downloadlink {
	background: url(images/posts.png) -29px -52px no-repeat;
	padding: 8px 0 6px 35px;
	color: #ec008c;
	font-size: 12px;
	text-decoration: none;
	width: 180px;
	font-weight: bold;
	float:left;
}
.downloadlink:hover {
	color: #ec008c;
}
.dldesc {
	margin: 0;
	padding: 6px 0 0 240px;
	color: #999;
}
.dlwrap {
	display:inline-block;
	padding: 5px 10px;
	min-height: 35px;
	width: 655px;
}
/* ------------ Color Picker ----------- */
.pickerTable, .pickerTable td, .pickerTable th {
	margin: 0;
	padding: 0;
	border: 0;
}
/*------------------ Tables ---------- */
table {
	font-size: 12px;
	margin: .5em 0 1em;
	/*border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;*/
}
table td, table th {
	padding: 5px 5px 5px 15px;
	/*border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;*/
}
table th {
	background: #ebebeb;
}
table tr.odd {
	background: #ebebeb;
}
table tr:hover {
	background: #d9d9d9;
}
/* Bottom Image Bar */
.bottom-part {
	background:url(images/main.gif) no-repeat;
}
.box-holder {
	width:950px;
	padding:20px 0 0 0;
}
.box-holder .top-side {
	width:950px;
}
.box-holder .btm-side {
	width:950px
}
.box-holder .first {
	width:310px;
	margin-right:10px;
}
.box-holder .last {
	width:310px;
	margin-left: 10px;
}
.box {
	width:310px;
	float: left;
	display: inline;
}
.box a img {
	display: block;
}
.box a {
	display: block;
	margin:0 auto;
	width:310px;
}
.box .link {
	padding-left:10px;
	width:300px;
	padding-top:6px
}
.box .link p {
	font-size: 12px;
	color:#888
}
.box .link a {
	background:url(images/button-sml.png);
	width:112px;
	height:29px;
	float:right;
	display: inline;
	font-size: 14px;
	line-height:30px;
	margin:0;
	padding: 0;
	font-weight:bold;
	text-decoration:none;
	color:#222;
	letter-spacing: -1px;
	text-align:center;
}
.buttons {
	margin:0 0 0 auto;
	width:440px;
}
.buttons .last {
	margin-right:0
}
.buttons a {
	background:transparent url(images/bottomnav/green-btn.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:28px;
	line-height:16px;
	margin-right:18px;
	padding-bottom:4px;
	padding-left:50px;
	padding-top:12px;
	text-decoration:none;
	text-transform:uppercase;
	width:160px;
	font-family:Helvetica, Arial, sans-serif
}
.searchbody .botlink{
	color:#009900;
	margin-bottom: 15px;
}
.searchbody p{
	margin: 0;
}
.cart-side {
	background: #E6E6E6 url(images/cart.png) no-repeat 170px;
}
.cart-side li {
	background: #E6E6E6 url(images/cart.png) no-repeat 170px;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000000;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(images/colorbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(images/colorbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(images/colorbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/colorbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(images/colorbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/colorbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(images/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(images/colorbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:4px; left:60px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
		#cboxLoadingOverlay{background:url(images/colorbox/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}