

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,

/* Eric Meyer's Reset Stylesheet: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


 	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  

@import 'reset.css';

/*html {
	background: #222;
}

body {
	width: 460px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	background: #eee;
	font-family: Helvetica, Arial;
}

h1 {
	background-color: #FC7600;
	color: #fff;
	font-size: 1.6em;
	padding: 30px 20px 15px 20px;
	margin-bottom: 20px;
}

#header {
	padding: 0 20px;
}

.body li {
	margin-bottom: 10px ;
}

.body p,
#header p {
	color: #555;
	line-height: 160%;
	margin-bottom: 10px;
}

.body p,
#header small {
	font-size: 10pt;
	color: #777;
	display: block;
	line-height: 140%;
}

.body strong,
#header strong {
	color: #000;
	font-weight: bold;
}

.body a,
#header a {
	color: #444;
}

.body a:hover,
#header a:hover {
	color: #000;
}
*/
form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

/*form {
	padding: 0 20px 20px 20px;
}*/

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 11pt;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


/*form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 0px;	
	margin: 0;
}*/

form fieldset p label {	
	display: block;
	margin: 1px 4px 2px 5px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	/*width: 404px;*/
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}

/*.body {
	padding: 0 20px;
}

h2 {
	color: #aaa;
	font-size: 4em;
	padding: 30px 0 10px 0 ;
	letter-spacing: -3px;
	font-weight: normal;
}

pre {
	font-size: 10pt;
	font-family: "Courier New";
	background: #000;
	padding: 10px 5px;
	color: #fff;
}

tt {
		font-family: "Courier New";
		font-weight: bold;
		color: #000;
}

.body ul {
	padding: 0 0 10px 20px;
	margin: 0 0 0 20px;
	list-style: disc;
	font-size: 0.8em;
}


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 800px;
	padding: 0 5px 5px 5px;
}

.flex-search .highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}


.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 0px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

html,div,span,applet,object,iframe,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,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{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}
body{font:normal 13px/1 Arial,Helvetica,Garuda,sans-serif;margin:0;padding:0}
h1,h2,h3,h4,h5,h6,ul,li,p,em,strong,pre,code{font-size:100%;font-style:normal;font-weight:400;line-height:inherit;margin:0;padding:0}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''}
table{border-collapse:collapse;border-spacing:0;font-size:inherit}
form{display:block}
xmp{padding:15px}
cite,em,dfn{font-style:italic}
strong,b{font-weight:700}
sup{bottom:.3em;position:relative;vertical-align:super}
sub{bottom:-.2em;position:relative;vertical-align:sub}
li,dd,blockquote{margin-left:1em}
code,kbd,samp,pre,tt,var,textarea{font-family:Consolas, "Lucida Console", "Courier New", Courier, mono-space;font-size:100%}
del{text-decoration:line-through}
ins,dfn{border-bottom:1px solid #ccc}
small,sup,sub{font-size:85%}
abbr,acronym{border-bottom-style:dotted;border-bottom-width:1px;text-transform:uppercase}
a,a:link,a:visited,a:hover,a:active{text-decoration:none}
label,button{cursor:pointer}
.left{float:left}
.right{float:right}
.center{text-align:center}
.clear{clear:both}
.hidden{display:none!important;visibility:hidden}
img.left{margin-bottom:5px;margin-right:8px}
img.right{margin-bottom:5px;margin-left:8px}
pre,blockquote,ul,ol,dl,address,p{margin:0 0 1em}
a abbr,a acronym,fieldset{border:medium none}
a img,img{border:0;text-decoration:none}

.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0}
.sf-menu{float:left;line-height:1.0;margin:7px 0 1em}
.sf-menu ul{position:absolute;top:-999em;width:10em}
.sf-menu ul li{width:100%}
.sf-menu li:hover{visibility:inherit}
.sf-menu li{float:left;position:relative;background:none}
.sf-menu a{display:block;padding:22px 0.5em 31px;position:relative;text-decoration:none}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:81px;z-index:99}
.sf-menu li li a{padding:8px 1em}
.sf-menu a,.sf-menu a:visited{color:#fff}
.sf-menu li li{background:#2F2F2F}
.sf-menu li li li{background:#181818}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{outline:0}
.sf-menu li li:hover,.sf-menu li li.sfHover,.sf-menu li li a:focus,.sf-menu li li a:hover,.sf-menu li li a:active{background:#000}
.sf-menu a.sf-with-ul{min-width:1px;padding-right:1.1em}
.sf-sub-indicator{background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:6px;text-indent:-999em;top:1.9em;width:10px}
li ul li .sf-sub-indicator{right:1em}
a > .sf-sub-indicator{background-position:0 -100px;top:26px}
a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -100px}
.sf-menu ul a > .sf-sub-indicator{background-position:0 0}
.sf-shadow ul{background:url(../images/shadow.png) no-repeat bottom right;padding:0 8px 9px 0}
.sf-shadow ul.sf-shadow-off{background:transparent}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:10em;top:0}
li li a .sf-sub-indicator,li li a > .sf-sub-indicator{top:.9em}
.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0}

#cluetip-close img{border:0}
#cluetip-title{overflow:hidden}
#cluetip-title #cluetip-close{float:right;position:relative}
#cluetip-waitimage{background-image:url(../images/tooltip/wait.gif);height:11px;position:absolute;width:43px}
.cluetip-arrows{background-position:0 0;background-repeat:no-repeat;display:none;height:22px;left:-11px;position:absolute;top:0;width:11px}
#cluetip-extra{display:none}
.cluetip-default{background-color:#d9d9c2}
.cluetip-default #cluetip-outer{background-color:#d9d9c2;margin:0;position:relative}
.cluetip-default h3#cluetip-title{background-color:#87876a;color:#fff;font-size:1.1em;font-weight:400;margin:0 0 5px;padding:8px 10px 4px}
.cluetip-default #cluetip-title a{color:#d9d9c2;font-size:.95em}
.cluetip-default #cluetip-inner{padding:10px}
.clue-right-default .cluetip-arrows{background-image:url(../images/tooltip/darrowleft.gif)}
.clue-left-default .cluetip-arrows{background-image:url(../images/tooltip/darrowright.gif);left:100%;margin-right:-11px}
.clue-top-default .cluetip-arrows{background-image:url(../images/tooltip/darrowdown.gif);height:11px;left:50%;margin-left:-11px;top:100%;width:22px}
.clue-bottom-default .cluetip-arrows{background-image:url(../images/tooltip/darrowup.gif);height:11px;left:50%;margin-left:-11px;top:-11px;width:22px}
.cluetip-jtip{background-color:transparent}
.cluetip-jtip #cluetip-outer{background-color:#fff;border:2px solid #ccc;position:relative}
.cluetip-jtip h3#cluetip-title{background-color:#ccc;color:#333;font-size:16px;font-weight:400;margin:0 0 5px;padding:2px 5px}
.cluetip-jtip #cluetip-inner{display:inline-block;padding:0 5px 5px}
.clue-right-jtip .cluetip-arrows{background-image:url(../images/tooltip/arrowleft.gif)}
.clue-left-jtip .cluetip-arrows{background-image:url(../images/tooltip/arrowright.gif);left:100%;margin-right:-11px}
.clue-top-jtip .cluetip-arrows{background-image:url(../images/tooltip/arrowdown.gif);height:11px;left:50%;margin-left:-11px;top:100%;width:22px}
.clue-bottom-jtip .cluetip-arrows{background-image:url(../images/tooltip/arrowup.gif);height:11px;left:50%;margin-left:-11px;top:-11px;width:22px}
.cluetip-rounded{background:transparent url(images/bl.gif) no-repeat 0 100%;margin-left:12px;margin-top:10px}
.cluetip-rounded #cluetip-outer{background:transparent url(images/tl.gif) no-repeat 0 0;margin-top:-12px}
.cluetip-rounded #cluetip-title{background-color:transparent;margin:0 -12px 0 0;padding:12px 12px 0;position:relative}
.cluetip-rounded #cluetip-extra{background:transparent url(images/tr.gif) no-repeat 100% 0;display:block;height:30px;margin:-12px -12px 0 0;position:absolute;right:0;top:0;width:12px}
.cluetip-rounded #cluetip-inner{background:url(images/br.gif) no-repeat 100% 100%;margin:-18px -12px 0 0;padding:5px 12px 12px;position:relative}
.cluetip-rounded div#cluetip-close{background:transparent;color:#009;margin:0 5px 5px;text-align:right}
.cluetip-rounded div#cluetip-close a{color:#777}
.clue-right-rounded .cluetip-arrows{background-image:url(images/rarrowleft.gif)}
.clue-left-rounded .cluetip-arrows{background-image:url(images/rarrowright.gif);left:100%;margin-left:12px}
.clue-top-rounded .cluetip-arrows{background-image:url(images/rarrowdown.gif);height:11px;left:50%;margin-left:-11px;top:100%;width:22px}
.clue-bottom-rounded .cluetip-arrows{background-image:url(images/rarrowup.gif);height:11px;left:50%;margin-left:-11px;top:-23px;width:22px}
.cluetip-skinned{background:transparent url(../images/tooltip/skinned-bl.png) no-repeat 0 100%;margin-top:12px}
.cluetip-skinned #cluetip-outer{background:transparent url(../images/tooltip/skinned-tl.png) no-repeat 0 0;margin-top:-25px}
.cluetip-skinned #cluetip-title{background-color:transparent;line-height:1.5;margin:0 0 0 10px;padding:15px 12px 6px;position:relative}
.cluetip-skinned #cluetip-extra{background:transparent url(../images/tooltip/skinned-tr.png) no-repeat 100% 0;display:block;height:45px;margin:-25px -12px 0 0;position:absolute;right:0;top:0;width:12px}
.cluetip-skinned #cluetip-inner{background:url(../images/tooltip/skinned-br.png) no-repeat 100% 100%;margin:0 -12px 0 0;padding:0 22px 1.5em;position:relative}
.cluetip-skinned div#cluetip-close{background:transparent;position:absolute;right:-4px;top:-49px}
.cluetip-skinned div#cluetip-close a{background-image:url(../images/tooltip/skinned-close.png);display:block;height:22px;overflow:hidden;text-indent:123px;width:23px}
.clue-right-skinned .cluetip-arrows{background-image:url(../images/tooltip/skinned-arrowL.gif);left:-4px;margin-top:-7px}
.clue-left-skinned .cluetip-arrows{background-image:url(../images/tooltip/skinned-arrowR.gif);left:100%;margin-left:5px}
.clue-top-skinned .cluetip-arrows{background-image:url(../images/tooltip/skinned-arrowD.gif);height:11px;left:50%;margin-left:-11px;margin-top:-7px;top:100%;width:22px}
.clue-bottom-skinned .cluetip-arrows{background-image:url(../images/tooltip/skinned-arrowU.gif);height:11px;left:50%;margin-left:-11px;top:-30px;width:22px}
.mozFix #cluetip-extra,.ieFix #cluetip-extra{height:39px}
.mozFix #cluetip-title{padding-bottom:0}
.ieFix #cluetip-inner{margin-top:-5px;padding-bottom:0}
.cluetip-default div#cluetip-close,.cluetip-jtip div#cluetip-close{color:#900;margin:0 5px 5px;text-align:right}

/*** Primary Style Sheet for Theme ***/

body {
	background: transparent url("../images/bodyBg.gif") repeat-x 0 -300px;
	font: 12px/1.4 Arial, Helvetica, Garuda, sans-serif;
	color: #595959;
}
body.alternate {
	background: transparent url('../images/bodyBg-fullSizeSubPage.gif') repeat-x 0 0;
}	/* alternate layout background */
body.home {
	background-position: 0 0;
}															/* background position on home page */
body.home.alternate {
	background-image: url('../images/bodyBg-fullSize.gif');
}								/* background position on home page */
#TopWrap {
	background: transparent url('../images/fullSize-headerBg.jpg') no-repeat 50% 0;
} 	/* part of alternate home page layout */
body, body.alternate, div#fancybox-outer {
	background-color: #f4f5f6;
}									/* primary background color */
/* links */

a, a:link, a:visited {
	color: #119ca6;
	text-decoration: none;
}
a:hover, a:active {
	color: #d00044;
	text-decoration: none;
}
#MainMenu a:link, #MainMenu a:visited {
	color: #19B9D1;
}	/* menu links - top level items */
#MainMenu a:hover, #MainMenu a:active {
	color: #fff;
}
#MainMenu a.isMenuItem {
	font-size: 1.4em;
}
#MainMenu a.isMenuItem span.subTitle {
	display: block;
	color: #8E8D92;
	font-size: 0.7em;
	margin: 0;
	text-transform: lowercase;
}
#MainMenu .sf-menu li li a:link, #MainMenu .sf-menu li li a:visited {
	color: #D0CED5;
}	/* menu links - sub-menu link color */
#MainMenu .sf-menu li li:hover, #MainMenu .sf-menu li li.sfHover, #MainMenu .sf-menu li li a:focus, #MainMenu .sf-menu li li a:hover, #MainMenu .sf-menu li li a:active {
	background: #3E3C44;
	color: #fff;
}	/* menu links - sub-menu items, hover state */
/* logo */

#Logo {
	float: left;
	position:relative;
	margin: -62px 0 0 0;
	left: -55px;
}
#Logo a {
	display: block;
	margin-top: 3px;
}
#FooterLogo {
	margin-top: -4px;
}
/* headings */

h1, h2, h3, h4, h5, h6, .headline, .title, .isMenuItem, .blogPostInfo, .blogDate, #fancybox-title-main {
	font-family: "Perspective Sans", Arial, Helvetica, Garuda, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.5em;
	padding: 0 0 0.2em;
	color: #241b42;
}
h2,h1 {
	font-size: 1.85em;
}
/* h2			{ font-size: 1.55em; } */
h3 {
	font-size: 1.55em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.17em;
	margin-bottom: 0.5em;
	border-bottom: none;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: none;
}
h6 {
	font-size: 1em;
	font-weight: lighter;
	text-transform:uppercase;
	margin-bottom: 0.5em;
	border-bottom: none;
}
.headline {
	color: #504f56;
}
.title, isMenuItem {
	padding: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .headline strong, .title strong {
	font-weight: bold;
	color: #312559;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .headline span, .title span, .blogPostInfo, .isMenuItem .subTitle {
	display: block;
	color: #777580;
	font-size: 0.7em;
	margin: 0;
}
h2.smallTitle {
	background: transparent url("../images/titleUnderline.png") repeat 0 0;
	padding:0 0 30px 12px;
	margin-bottom: -6px;
	font-weight: normal;
}
.pageTitle {
	margin-bottom: 0;
	text-align: center;
} 	/* for page titles */
.alternate .pageTitle {
	text-align: left;
	color: #fff;
}			/* with header bg headlines (page titles) */
.alternate .headline.pageTitle strong {
	color: #BDE9EC;
}							/* with header bg - page titles <strong>inside</strong> heading) */
.pageTitle span {
	font-size: 0.64em;
	padding-top: 0.2em;
}
.sectionTitle {
	border-bottom: 1px solid #D8DADA;
	font-size: 1.67em;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
} /* for in page headings */
.sidebar h2.smallTitle {
	margin-left: -12px;
	margin-right: -12px;
} /* counter acts sidebar padding */
#cluetip h3 {
	color: #eee;
	font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}	/* tool tip titles */
span#fancybox-title-main {
	font-size: 1.35em;
	margin: 0;
	padding: 10px 8px 0;
	height: 55px;
}	/* modal titles */
/* text */

blockquote {
	margin: 0 0 18px 4px;
	padding: 0 16px;
	font-style: italic;
	border-left: 5px solid #bbb;
}
code, pre {
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	background: #E8EBEC url("../images/pre-bg.gif") repeat 0 0;
	padding: 18px 5px;
	border: 1px dotted #bbb;
	color: #333;
}
code {
	padding: 1px 3px;
	background-image: none;
}
sup {
	bottom: 0.1em;
}
.impact {
	font-size: 1.17em;
	line-height: 1.5;
	color: #444;
}
.noMargin {
	margin: 0;
}
.breadcrumbs span {
	font: bold 1.2em Arial, Helvetica, Garuda, sans-serif;
}
#cluetip {
	color: #8F8F8F;
}
#Copyright {
	font-size: 0.9em;
	margin: 0.5em 0 0;
}
#Copyright p {
	margin: 0;
	padding: 0 0 1em;
}
/* Lists */

ul, ol {
	margin: 0 0 20px 5px;
}
ol {
	padding-left: 2em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 8px;
}
ul li, ol li {
	line-height: 1.3em;
	padding: 3px 5px;
}
ul li {
	padding-left: 15px;
}
ol li {
	list-style-type:decimal;
	list-style-position: outside;
}
/* custom list styles */

	/* bullet types */
	ul li {
	background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 .6em;
}	/* default list style */
ul.bullet-black li {
	background: transparent url("../images/bullets/dot_black.gif") no-repeat 0 .6em;
}
ul.bullet-gray li {
	background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 .6em;
}
ul.bullet-silver li {
	background: transparent url("../images/bullets/dot_gray_light.gif") no-repeat 0 .6em;
}
ul.bullet-blue li {
	background: transparent url("../images/bullets/dot_blue.gif") no-repeat 0 .6em;
}
ul.bullet-green li {
	background: transparent url("../images/bullets/dot_green.gif") no-repeat 0 .6em;
}
ul.bullet-orange li {
	background: transparent url("../images/bullets/dot_orange.gif") no-repeat 0 .6em;
}
ul.bullet-red li {
	background: transparent url("../images/bullets/dot_red.gif") no-repeat 0 .6em;
}
ul.bullet-disc-black li {
	background: transparent url("../images/bullets/circle_black.gif") no-repeat 0 .6em;
}
ul.bullet-disc-gray li {
	background: transparent url("../images/bullets/circle_gray.gif") no-repeat 0 .6em;
}
ul.bullet-disc-silver li {
	background: transparent url("../images/bullets/circle_gray_light.gif") no-repeat 0 .6em;
}
ul.bullet-disc-blue li {
	background: transparent url("../images/bullets/circle_blue.gif") no-repeat 0 .6em;
}
ul.bullet-disc-green li {
	background: transparent url("../images/bullets/circle_green.gif") no-repeat 0 .6em;
}
ul.bullet-disc-orange li {
	background: transparent url("../images/bullets/circle_orange.gif") no-repeat 0 .6em;
}
ul.bullet-disc-red li {
	background: transparent url("../images/bullets/circle_red.gif") no-repeat 0 .6em;
}
ul.bullet-check li {
	background: transparent url("../images/bullets/check.gif") no-repeat 0 .2em;
	padding-left: 20px;
}
/* numbered list with styling */	
	ol.number-pad {
	padding: 3px 5px 5px 22px;
	border-left: 1px solid #E9E9E9;
	background: #fff url("../images/bullets/ordered-background.gif") repeat-y 0 0;
}
ol.number-pad ol, ol.number-pad ul {
	background: none;
	margin-left:18px;
}
ol.number-pad li {
	padding-left: 10px;
	border-bottom:1px dotted #D6D6D6;
}
/* list with image, title and description */
	ul.post-list {
	margin-left:0;
}
ul.post-list li {
	margin: 0 0 0.5em;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #D6D6D6;
	font-size: 90%;
	line-height:1.45em;
	clear:left;
}
ul.post-list li .img {
	margin: 0 8px 8px 0;
}
ul.post-list li img {
	float: left;
	border: 1px solid #7D7F80;
}
ul.post-list li p {
	padding: 1.9em 0 0;
}
ul.post-list li a {
	float: left;
	display: block;
	font-weight:bold;
}
/* horizontal lists */
	ul.horizList {
	margin: 0 0 1em;
}
ul.horizList li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
/* socail network horizontal list (used in footer) */
	ul.socialLinks {
	height: 25px;
	margin: 1em 22px -16px;
}
ul.socialLinks li a {
	display: block;
	float: right;
	height: 24px;
	overflow: hidden;
	padding: 0 3px 0 2px;
}
ul.socialLinks li a:hover, ul.socialLinks li a:active {
	height: 29px;
	margin-top: -5px;
}
/* forms and inputs */

input {
	color: #000;
}
textarea, .textInput {
	width: 175px;
	margin: 0 0 0.5em;
	padding: 5px;
	outline: none;
	background: #E1E2E3 url("../images/inputBg.gif") repeat-x 0 0;
	border: 1px solid #fff;
	border-color: #C9CACB #fff #fff #C9CACB;
}
label.overlabel {
	color: #B3B4B4;
	font-size: 1.2em;
	display:none;
}	/* hidden on start, prevents content shift */
/* common styles */
	
.hr {
	clear: both;
	padding: 0;
	margin: 0 0 1em;
	height: 24px;
	background: transparent url("../images/divider-large.png") no-repeat 50% 100%;
}
#Showcase .hr {
	height: 30px;
}
.hr-small, .sidebar .hr {
	clear: both;
	padding: 0;
	margin: 0 0 1em;
	height: 30px;
	background: transparent url("../images/divider-small.png") no-repeat 50% 100%;
}
/* image containers */

a.img, div.img {
	float: left;
	border: 1px solid #EAEBEC;
	padding: 2px;
	background: #DBDCDD;
}
a.img img, div.img img {
	float: left;
	border: 1px solid #7D7F80;
}
a.imgHover {
	background-color: #CBCCCD;
	border-color: #DADBDC;
}
a.img:hover img {
	border-color: #eee;
}
/* pagination */

.pagination {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
}
.pagination a {
	text-align: center;
	padding: 3px 8px;
	margin: 0 2px;
	border: 1px solid #D3D3D3;
	background: #fff;
}
.pagination a:hover {
}
.pagination a.current {
	border-color: #BCBCBC;
	background: #D8D9DA;
	color: #fff;
	font-weight: bold;
}
/* design structure */

.pageWrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}
.pageMain {
	margin: 14px 0 0;
}
/* content containers */

	.contentArea {
	padding: 0;
	margin-left: -14px
}
/* layouts styles */
	.one-fourth, .one-third, .two-thirds, .half-page, .full-page {
	float: left;
	margin: 0 0 0 28px;
}
.one-fourth {
	width: 217px;
}
.one-third {
	width: 300px;
}
.two-thirds {
	width: 634px;
}
.half-page {
	width: 466px;
}
.full-page {
	float: none;
}
.sidebar {
	padding: 0 12px;
	width: 276px;
}
.alternate .sidebar {
	margin-top: 72px;
} 	/* for alternate layout with top bg color */
.home.alternate .sidebar {
	margin-top: 0;
}	/* for alternate layout with top bg color */
/* footer containers */
	#FooterContent {
	padding: 35px 0 12px;
/* 	background: transparent url("../images/footerBg-repeat.png") repeat-y 0 0; */
}
#FooterExtra {
	margin-top: -65px;
	position: relative;
}
#Footer .one-fourth {
	border-left: 2px solid #fff;
	border-right: 1px solid #E4E6E7;
	height: 248px;
	margin: 0;
	padding: 0 19px;
	width: 212px;
}
#Footer .first {
	border-left: 0;
}
#Footer .last {
	padding-right: 0;
	border-right: 0;
}
/* content panel containers (hidden top content area) */
	#TopReveal {
	background: #F4F5F6 url("../images/topReveal-shadowBottom.png") repeat-x 0 100%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: none;
	height: 146px;
	margin: 10px 0 0;
	position: relative;
}
.TopReveal-inner {
	background: transparent url("../images/topReveal-shadowTop.png") repeat-x 0 0;
	padding: 16px 0;
}
/* breadcrumbs */
	.breadcrumbs {
	margin-top: -1em;
	text-align: center;
}
.alternate .breadcrumbs {
	text-align: left;
	margin-bottom: 2em;
}
/* page begin/end effect */

.pageEdge {
	position: relative;
	z-index: -1;
}
.pageTop, .pageBottom {
	margin: 0 auto;
	width: 95%;
	min-width: 960px;
	position:relative;
}
.pageTop, .pageBottom, .pageEdgeLeft, .pageEdgeRight, .pageEdgeMiddle {
	height: 135px;
}
.pageTop .pageEdgeMiddle, .pageBottom .pageEdgeMiddle {
	margin: 0 75px;
}
.pageTop .pageEdgeLeft, .pageTop .pageEdgeRight, .pageBottom .pageEdgeLeft, .pageBottom .pageEdgeRight {
	width: 75px;
	position: absolute;
}
.pageTop {
	margin-top: -50px;
	margin-bottom: -50px;
}
.pageTop .pageEdgeMiddle {
	background: transparent url("../images/PageTopBg-repeat.png") repeat-x 0 0;
}
.pageTop .pageEdgeLeft {
	left: 0;
	background: transparent url("../images/PageTopBg-left.png") no-repeat 0 0;
}
.pageTop .pageEdgeRight {
	right: 0;
	background: transparent url("../images/PageTopBg-right.png") no-repeat 0 0;
}
.pageBottom {
	margin-bottom: -50px;
	margin-top: -50px;
}
.pageBottom .pageEdgeMiddle {
	background: transparent url("../images/PageBottomBg-repeat.png") repeat-x 0 0;
}
.pageBottom .pageEdgeLeft {
	left: 0;
	background: transparent url("../images/PageBottomBg-left.png") no-repeat 0 0;
}
.pageBottom .pageEdgeRight {
	right: 0;
	background: transparent url("../images/PageBottomBg-right.png") no-repeat 0 0;
}
/* main menu */

#MenuWrapper {
	height: 62px;
}
#MainMenu {
	float: right;
	position: relative;
	right: -50px;
	z-index: 99;
}
#MmLeft {
	float:left;
}
#MmRight {
	float:left;
}
#MmBody {
	float: left;
	min-width: 500px;
	height: 62px;
}
#MmOtherLinks {
	float: left;
}
.mmDivider {
	float: left;
	width: 1px;
	height: 40px;
	margin: 24px 6px 0 0;
	padding: 0 0 0 5px;
	border-right: 1px solid #38373F;
}
#MainMenu .sf-menu li li {
	background: #2E2C32;
} /* sub-menu background */
#MainMenu .sf-menu li li li {
	background: #27262B;
} /* sub-sub-menu background */
/* separator in main menu dropdowns */
	#MainMenu .sf-menu .separator-item hr {
	height:1px;
	border: 0;
	color: #fff;
	background-color: #fff;
	margin: 0 13px;
	opacity: 0.3;
}
/* icons for menu items */

	.mmLogin {
	background: transparent url("../images/icons/bullet-lock.png") no-repeat 0 50%;
	padding-left: 20px;
}
.mmFeeds {
	background: transparent url("../images/icons/bullet-feed.png") no-repeat 0 50%;
	padding-left: 20px;
}
.mmRSS {
	background: transparent url("../images/icons/feed.png") no-repeat 0 0;
	padding: 2px 0 1px 25px;
	;
}
.mmFacebook {
	background: transparent url("../images/icons/facebook.png") no-repeat 0 0;
	padding: 2px 0 1px 25px;
}
.mmTwitter {
	background: transparent url("../images/icons/twitter2.png") no-repeat 0 0;
	padding: 2px 0 1px 25px;
}
/* header */

#HeaderWrapper {
	position: relative;
	z-index: 68;
}
#Header {
	margin: 0 auto;
	min-width: 990px;
	width: 100%;
	position:relative;
}
#Header, #HeaderMiddle, #HeaderLeft, #HeaderRight {
	height: 97px;
}
#HeaderContent {
	background: transparent url("../images/topBg-glow.png") no-repeat 20% 0;
	margin: 0 auto;
	width: 840px;
	height: 89px;
}
#HeaderMiddle {
	margin: 0 0px;
	background: transparent url("../images/topBg-repeat.png") repeat-x 0 0;
}
#HeaderLeft {
	width: 75px;
	position: absolute;
	left: 0;
	background: transparent url("../images/topBg-left.png") no-repeat 0 0;
}
#HeaderRight {
	width: 75px;
	position: absolute;
	right: 0;
	background: transparent url("../images/topBg-right.png") no-repeat 0 0;
}
/* search */

#Search {
	background: transparent url("../images/search-bg.gif") no-repeat 0 0;
	cursor: text;
	height: 34px;
	margin: 0 0 1.25em;
	overflow: hidden;
	width:298px;
}
#SearchWrapper .searchHover {
	background-position: 0 -34px;
}
#SearchWrapper .searchActive {
	background-position: 0 -68px;
	cursor: pointer;
}
#SearchInput {
	background: transparent;
	border: 0;
	float: left;
	font-size: 13px;
	height: 20px;
	margin: 0;
	padding: 8px 0 3px 17px;
	width: 216px;
}
#SearchSubmit {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	float: left;
	height: 30px;
	margin: 1px 0 0;
	padding: 0;
	width: 73px;
}
.sidebar #SearchWrapper {
	margin: 0 -12px;
} /* to counter act sidebar padding */
/* slide show */

#Slideshow {
	height: 435px;
	overflow: hidden;
	margin: -8px -8px 0;
}
#SlideTop, #SlideRepeat, #SlideBottom, .slidePrev, .slideNext, #slidePager, #SlidesWrapper {
	position: relative;
	z-index: 59;
}
#SlideTop, .slideTopLeft, .slideTopRight, .slideTopMiddle {
	height: 16px;
}
#SlideTop, #SlideBottom {
	overflow: hidden;
	position: relative;
}
.slideTopLeft, .slideBottomLeft {
	left: 0;
	position: absolute;
	width: 25px;
	background: transparent url("../images/slideTop-left.png") no-repeat 0 0;
}
.slideTopRight, .slideBottomRight {
	right: 0;
	position: absolute;
	width: 25px;
	background: transparent url("../images/slideTop-right.png") no-repeat 100% 0;
}
.slideTopMiddle, .slideBottomMiddle {
	margin: 0 25px;
	background: transparent url("../images/slideTop-repeat.png") repeat-x 0 0;
}
#SlideBottom, .slideBottomLeft, .slideBottomRight, .slideBottomMiddle {
	height: 48px;
}
#SlideBottom {
	clear: both;
}
.slideBottomLeft {
	background: transparent url("../images/slideBottom-left.png") no-repeat 0 100%;
}
.slideBottomRight {
	background: transparent url("../images/slideBottom-right.png") no-repeat 100% 100%;
}
.slideBottomMiddle {
	background: transparent url("../images/slideBottom-repeat.png") repeat-x 0 100%;
}
#SlideRepeatLeft {
	background: transparent url("../images/slideRepeat-left.png") repeat-y 0 0;
	float: left;
	height: 306px;
	width:10px;
}
#SlideRepeatRight {
	background: transparent url("../images/slideRepeat-right.png") repeat-y 100% 0;
	float: right;
	height: 306px;
	width: 10px;
}
#SlideShadow {
	background: transparent url("../images/slideShadow.png") no-repeat 0 0;
	height: 67px;
	margin: 8px 0 0;
	overflow: hidden;
	position: relative;
	top: -358px;
	width: 650px;
}
#SlidesWrapper {
	background: #fff;
	height: 341px;
	margin: 0 0 0 9px;
	overflow: hidden;
	top: -358px;
	width: 632px;
}
#SlideNextPrev, .nivo-directionNav {
	bottom:0;
	height:30px;
	margin: 0 0 0 258px;
	position: absolute;
	width: 134px;
	z-index: 59;
}
.nivo-directionNav {
	bottom: 5px;
}
a.slidePrev, .nivo-prevNav {
	background: transparent url("../images/slidePrev.png") no-repeat 0 0;
	float: left;
	height: 30px;
	text-indent: -9999px;
	width: 67px;
}
a.slideNext, .nivo-nextNav {
	background: transparent url("../images/slideNext.png") no-repeat 0 0;
	float: right;
	height: 30px;
	text-indent: -9999px;
	width:67px;
}
a.slidePrev:hover, a.slideNext:hover, a.nivo-prevNav:hover, a.nivo-nextNav:hover {
	background-position: 0 -30px;
}
/* slide show - alternate layout (jQuery Cycle Full width */
	#SlideshowFull {
	width: 990px;
	height:427px;
	margin: -12px auto 8px;
	position: relative;
	overflow: hidden;
}
#SlideshowFull #SlidesWrapper {
	width: 972px;
}
#SlideshowFull #SlideNextPrev, #SlideshowFull .nivo-directionNav {
	margin-left: 413px;
}
#SlideshowFull #SlideTop {
	height:11px;
	margin-bottom:5px;
}
#SlideshowFull #SlideRepeatLeft, #SlideshowFull #SlideRepeatRight {
	width: 8px;
}
#SlideshowFull #SlideShadow {
	width: 990px;
	background: transparent url("../images/slideShadow-fullSize.png") no-repeat 0 0;
}
/* slide show - 2 (kwicks) */
	.kwicks li {
	width: 100px;
	height: 341px;
	margin-bottom: 3px;
}
.kwicks li .coverUp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height:341px;
}
.kwicks li .slideInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em 2em 1em 2em;
	background: #222;
	color: #ccc;
	width: 100%;
	display:none;
}
.kwicks li .slideInfo h1, .kwicks li .slideInfo h2, .kwicks li .slideInfo h3,  .kwicks li .slideInfo h4, .kwicks li .slideInfo h5 {
	color: #fff;
}
/* showcase/spotlight */

#Showcase {
	padding: 0;
}
#Showcase .one-third {
	margin: 0;
}
/* side navigation menu */

ul.sideNav {
	margin-left: 0;
	padding: 0;
}
ul.sideNav li {
	background: none;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.sideNav li a {
	border-bottom: 2px dotted #CECED0;
	display: block;
	margin: 0;
	padding: .5em 5px .5em .5em;
	text-decoration: none;
	text-shadow:#fff 1px 1px 0;
}
.sideNav li.currentPage, .sideNav li.current-cat, .sideNav li.current_page_item {
	border-left: 4px solid #119CA6;
}	/* active page marker */
.sideNav li.currentPage a, .sideNav li.currentPage a:link, .sideNav li.currentPage a:visited, .sideNav li.currentPage a:hover, .sideNav li.currentPage a:active, .sideNav li.current-cat a, .sideNav li.current-cat a:link, .sideNav li.current-cat a:visited, .sideNav li.current-cat a:hover, .sideNav li.current-cat a:active, .sideNav li.current_page_item a, .sideNav li.current_page_item a:link, .sideNav li.current_page_item a:visited, .sideNav li.current_page_item a:hover, .sideNav li.current_page_item a:active {
	color: #2C2C2C;
	font-weight: bold;
	padding-left: 0.75em;
}
/* featured content */

.featuredContent {
	margin: 0 0 1.7em;
}
.featuredItem {
	clear: left;
	margin:0 0 -2px;
	padding:0 0 2em;
	background: transparent url("../images/divider-small.png") no-repeat 50% 100%;
}
.featuredText {
	padding: 0.5em 4px 0;
	clear: both;
}
.featuredText p {
	margin-bottom: 0.25em;
}
.featuredImg {
}
.featuredImg img {
	width: 268px;
}
.featuredItem .title {
	display:block;
	font-size: 1.55em;
	margin: 0 0 0.2em;
}
/* quote */

.quote {
	width: 273px;
}
.quote .quoteBox-1 {
	height: 17px;
	overflow: hidden;
	background: transparent url("../images/quote-small-top.png") no-repeat 0 0;
}
.quote .quoteBox-2 {
	background: transparent url("../images/quote-small-repeat.gif") repeat-y 0 0;
}
.quote .quoteBox-3 {
	height: 38px;
	overflow: hidden;
	background: transparent url("../images/quote-small-bottom.png") no-repeat 0 100%;
}
.quote p {
	min-height: 25px;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.7;
	color: #000;
	padding: 0 22px 0.5em;
	margin: 0;
}
.quoteAuthor {
	padding: 0 0 1em 22px;
}
.quoteAuthor p.name {
	font-weight: bold;
	font-size: 1.1em;
	color:#000;
	margin: 0;
}
.quoteAuthor p.details {
	font-size: 0.9em;
	font-style: italic;
}
/* button styles */

button {
	position: relative;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button.btn {
	border: 0;
	padding: 0;
	outline: none;
	margin-left: -6px; /* corrects for shadow to make left edge look aligned */
}
button span {
	position: relative;
	display: block;
	white-space: nowrap;
}
button.btn {
	padding: 0 35px 0 0;
	margin-right:5px;
	font-size: 1em;
	text-align: center;
	background: transparent url("../images/button-sprite.gif") no-repeat right -92px;
}
button.btn span {
	color: #E2DCFC;
	height: 29px;
	line-height: 1.2;
	padding: 13px 0 0 35px;
	text-shadow: #000 1px 1px 0;
	background: transparent url("../images/button-sprite.gif") no-repeat left top;
}
button.btn:hover, button.btnHover {
	background-position: right -138px;
} /* extra class used for sucky browsers (stupid IE) */
button.btn:hover span, button.btnHover span {
	background-position: 0 -46px;
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
}
/* login */

.loginForm {
	height: 230px;
	width: 418px;
	overflow: hidden;
}
#TopReveal .loginForm {
	width: auto;
}
.loginContainer {
	color: #C6C6C6;
	float: left;
	height: 142px;
	overflow: hidden;
	padding: 15px 0 0 20px;
	width: 245px;
}
#loginBg {
	float: left;
	margin: 17px 0 0 10px;
}
#loginBg #loginBgGraphic {
	width: 128px;
	height: 128px;
	background: transparent url("../images/icons/lock-and-key.png") no-repeat 0 0;
}
.loginForm fieldset legend {
	display: none;
}
.loginContainer p {
	margin: 0 0 0.5em;
}
.loginContainer .loginInput {
	width: 217px;
}
.loginForm .signInButton {
	margin: 0 18px 0 0;
}
a.loginClose {
	background: transparent url("../images/fancybox/smallClose.png") repeat 0 0;
	display: block;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -999px;
	top: -5px;
	width: 36px;
}
a.loginClose:hover, a.loginClose:active {
	background-position: 0 -30px;
}
/* top reveal content panel */

#TopReveal #loginBg {
	margin: 0 15px 0 0;
}
#TopReveal .closeBtn {
	background: transparent url("../images/fancybox/smallClose.png") repeat 0 0;
	float: right;
	height: 30px;
	margin: -7px 10px 0;
	overflow: hidden;
	text-indent: -999px;
	width: 36px;
}
#TopReveal .closeBtn:hover, #TopReveal .closeBtn:active {
	background-position: 0 -30px;
}
/* blog post */

.blogPost {
	margin-bottom: 2em;
}
.blogPost.fullPost {
	padding-top: 1em;
}
.blogPostHeader {
	height: 85px;
	margin: 0 -8px -20px -7px;
	overflow: hidden;
	padding: 14px 0 0 10px;
	background: transparent url("../images/blog-titleBg.png") no-repeat 0 0;
}
.blogPostSummary, .blogPostContent {
	margin: 0 10px 1.5em 0;
}
.blogPostImage {
	float: left;
	margin: 0 1em 1em 0;
}
.blogPostImage img {
	width: 300px;
}
.blogPostSummary p, .blogPostContent p {
	line-height: 1.5em;
}
.blogPostEven .blogPostImage {
	float: right;
	margin: 0 0 1em 1em;
	width: 308px;
}
.blogPostEven .blogPostImage a, .blogPostEven .blogPostImage a.img, .blogPostEven .blogPostImage img {
	float: right;
}
/* blog speicfic font styles */	
	.blogPostHeader h1 {
	margin-bottom: 0;
}
.blogPostInfo {
	font-size: 1.17em;
	font-weight: normal;
}
.blogPostInfo a {
	font-weight: bold;
}
.blogDate {
	float: right;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 12px 0 0;
}
.blogDate .postDay {
	font-size: 2em;
	display: block;
	margin-top: -0.2em;
}
/* portfolio page */

.portfolioArea {
	margin-left: -28px;
}
.portfolioItem {
	float:left;
	margin: 0 0 22px 28px;
	width: 305px;
}
.portfolioItem h4, .portfolioItem p {
	margin: 0 0 .65em;
	padding: 0;
}
.portfolioItem p {
	height: 60px;
	overflow: hidden;
}
.portfolio-image {
	height: 167px;
	width: 296px;
}
.portfolioDescription {
	clear: left;
	overflow: hidden;
	padding: 8px;
}
.portfolioFeatured {
	margin: 2.5em 0 0 -20px;
}
.portfolioFeaturedItem {
	float: left;
	margin: 0 0 8px 20px;
}
.portfolioFeaturedItem img {
	width: 170px;
	height: 100px;
}
/* contact */

#CommentForm fieldset legend {
	display: none;
}
#CommentForm div {
	margin-bottom: 1.5em;
}		/* space between inputs */
#CommentForm .textInput, #CommentForm textarea {
	width: 325px;
	margin: 0;
}	/* margins set by containers <div> */
#CommentForm textarea {
	height: 150px;
}
#CommentForm input.error, #CommentForm textarea.error {
	background-color: #ffc;
	border-color: #EF7E58;
}
#CommentForm label.error {
	display: block;
	color: #f33;
	font: bold 10px Verdana, Arial, Helvetica, Garuda, sans-serif;
	line-height: 1em;		/* required for negative margins to work fully */
	margin: 0.2em 0 -1.2em;	/* negative margins counter act error message space so input fields don't shift */
}
/* Success message after sending contact form */
	.success {
	border-top: 1px solid #ccc;
	font-weight: bold;
	margin: 25px 0;
	padding: 25px 0;
}
/* Error message after sending contact form */
	.error {
	color: #f33;
	font-weight: bold;
	margin: 10px 0;
}
/* table styles */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#FeatureMatrix {
	padding: 25px 0;
}
#FeatureMatrix {
	font-size: 12px;
}
#FeatureMatrix th.matrixColumn, #FeatureMatrix td.matrixItem, #FeatureMatrix td.matrixOdd, #FeatureMatrix td.matrixEven {
	background-color: #e4e4e4;
	border-color: #C6C6C6;
	border-style: solid;
	border-width: 1px 1px 0;
	text-align:center;
}
#FeatureMatrix td.matrixItem {
	font-weight: bold;
}
#FeatureMatrix td.matrixEven {
	background-color: #F0EEF9;
}
#FeatureMatrix td.matrixOdd {
	background-color: #F9F9F9;
}
#FeatureMatrix th h6 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 11px;
	padding-bottom: 3px;
}
#FeatureMatrix .matrixItem {
	padding: 15px 0;
	width: 200px;
}
#FeatureMatrix td {
	width: 150px;
}
#FeatureMatrix td.checkMark {
	background: transparent url("../images/bullets/check.gif") no-repeat center center;
}
#FeatureMatrix td.last {
	border-bottom: 1px solid #C6C6C6;
}
/* comments */

.commentlist, .commentlist .children {
	margin: 0 0 1em 0;
}
.commentlist .comment {
	background:#fff;
	border:1px solid #DBDEDF;
	margin:0;
	padding:1em;
}
.commentlist .children .comment {
	background:#E8EBEC;
	border-left-width:3px;
	margin-left:2em;
	margin-top:1em;
}
.commentlist .comment-author {
	background:#fff;
	border:1px solid #ccc;
	float:left;
	margin-right:15px;
	padding:15px 0;
	text-align:center;
	width:80px;
}
.commentlist .fn {
	display:block;
}
.commentlist .says {
	display:none;
}
.commentlist .reply {
	clear:both;
	text-align:right;
}
.commentlist .comment-meta {
	font-size:.85em;
	margin:0 0 .5em;
}
/* other */

div#fancy_overlay {
	background: #2c2c2c;
}	/* overlay color */
/* wp */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft {
	float:left;
	padding:2px 0 0 10px;
}
.alignright {
	float:right;
	padding:2px 10px 0 5px;
}
/*-- FLOWPANELS -----------------------------------------------------*/

#flowpanes {
	border-bottom:1px solid #D1D1D1;
	clear:both;
	height:200px;
	margin:0 auto 17px;
	overflow:hidden;
	padding:0 0 10px;
	position:relative;
	width:780px;
}
#flowpanes div {
	padding:0;
	float:left;
	display:block;
	width:261px;
	height:208px;
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
button.prev, button.next {
	border:none;
	position:absolute;
	padding:0;
	width:39px;
	height:39px;
}
button.prev {
	background: url(../images/arrow.gif) 0 0 no-repeat;
	margin:85px 0 0 -19px;
}
button.prev:hover {
	background: url(../images/arrow.gif) -50px 0 no-repeat;
	cursor:pointer;
}
button.next {
	background:url("../images/arrow.gif") no-repeat scroll 0 -50px transparent;
	margin:85px 0 0 840px;
}
button.next:hover {
	background: url(../images/arrow.gif) -50px -50px no-repeat;
	cursor:pointer;
}


input.btn  {
background-image:url("../../images/skins/skin-5/button-sprite.gif") no-repeat scroll right -92px transparent;
font-size:1em;
margin-right:5px;
padding:10px 35px 10px 0;
text-align:center;
}


.signup_name { background-image:url("../../images/signup-bg.gif");
background-repeat:no-repeat;
border:0 none;
cursor:text;
height:34px;
margin:0 0 0.25em;
overflow:hidden;
padding-left:15px;
width:213px;}

.signup_email {
background-image:url("../../images/signup-bg.gif");
background-repeat:no-repeat;
border:0 none;
cursor:text;
height:34px;
margin:0 0 0.25em;
overflow:hidden;
padding-left:15px;
width:213px;
}


#SearchInput {
background:none repeat scroll 0 0 transparent;
border:0 none;
float:left;
font-size:13px;
height:20px;
margin:0;
padding:8px 0 3px 17px;
width:216px;
}



/***  Skin Styles  ***/

body 				{ background-image: url("../../images/skins/skin-5/bodyBg.gif"); color: #595959;}					/* default background image, text color */
body.alternate		{ background-image: url("../../images/skins/skin-5/bodyBg-fullSizeSubPage.gif"); }	/* alternate layout background */
body.home.alternate	{ background-image: url("../../images/skins/skin-3/bodyBg-fullSize.gif"); }			/* alternate layout background on home page */
#TopWrap			{ background-image: url("../../images/skins/skin-3/fullSize-headerBg.jpg"); }		/* alternate layout - slide show bg */

body, body.alternate, #TopReveal, div#fancybox-outer	{ background-color: #FCFBF9; }	/* page background color */

/* top header */

#HeaderContent	{ background-image: url("../../images/skins/skin-5/topBg-glow.png"); }
#HeaderMiddle	{ background-image: url("../../images/skins/skin-5/topBg-repeat.png"); }
#HeaderLeft		{ background-image: url("../../images/skins/skin-5/topBg-left.png"); }
#HeaderRight	{ background-image: url("../../images/skins/skin-5/topBg-right.png"); }

/* logo */

/* #Logo a			{ background-image: url("../../images/skins/skin-5/logo.png"); } */
 #Logo a			{ background-image: none; } 
#FooterLogo a	{ background-image: url("../../images/skins/skin-5/logo-bw-small.png"); }
	
/* links and menus */

a, a:link, a:visited	{ color: #1675A3; }	/* default links */
a:hover, a:active		{ color: #DA1045; }	/* default hover */

/* main menu 

#MmLeft		{ background-image: url("../../images/skins/skin-5/mainMenu-left.png"); }		menu background graphics */
/* #MmRight	{ background-image: url("../../images/skins/skin-5/mainMenu-right.png"); }
#MmBody		{ background-image: url("../../images/skins/skin-5/mainMenu-repeat.png"); }*/
.mmDivider	{ border-right-color: #CCC8C0; }		/* vertical line seperator */

#MainMenu a:link, #MainMenu a:visited								{ color: #32140A; }			/* links - top level */
#MainMenu a:hover, #MainMenu a:active								{ color: #1675A3; }			/* hover - top level */
#MainMenu a.isMenuItem span.subTitle 								{ color: #BAB19E; }			/* sub-titles - top level */
#MainMenu .sf-menu li li a:link, #MainMenu .sf-menu li li a:visited { color: #fff; }			/* links - sub-menus  */
#MainMenu .sf-menu li li											{ background: #917D64; }	/* background color - sub-menus */
#MainMenu .sf-menu li li li											{ background: #84725B; }	/* background color - sub-sub-menus */
#MainMenu .sf-menu li li:hover, #MainMenu .sf-menu li li.sfHover, 
#MainMenu .sf-menu li li a:focus, #MainMenu .sf-menu li li a:hover, 
#MainMenu .sf-menu li li a:active									{ background: #9F8C75; color: #fff;}	/* hover - sub-menus */

/* headings */

h1, h2, h3, h4, h5, h6, .headline, .title, .isMenuItem,
.blogPostInfo, .blogDate, #fancybox-title-main			{ color: #333; }	/* default headings color */
.headline												{ color: #696969; }	/* headlines (page titles, etc) */
h1 strong, h2 strong, h3 strong, h4 strong, 
h5 strong, h6 strong, .headline strong, .title strong 	{ color: #DA1045; }	/* headline accent (added using <strong>inside</strong> heading) */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, 
.headline span, .title span, .isMenuItem span.subTitle, 
.blogPostInfo											{ color: #696969;}	/* sub-heading text (added using <span>inside</span> heading */	
.alternate .pageTitle									{ color: #696969; }	/* with header bg headlines (page titles) */
.alternate .headline.pageTitle strong					{ color: #DA1045; }	/* with header bg - page titles <strong>inside</strong> heading) */
.sectionTitle 											{ border-bottom-color: #D8DADA; } /* in page headings - underline color */
#cluetip h3												{ color: #eee; }	/* tool tip titles */

/* other text */

/* forms and inputs */

input 					{ color: #000; }	/* input text color */
textarea, .textInput 	{ background-color: #E1E2E3; background-image: url("../../images/skins/skin-5/inputBg.gif");	/* input background */
						  border-color: #C9CACB #fff #fff #C9CACB;}	/* input border color */
label.overlabel			{ color: #B3B4B4; }	/* text input labels */

/* image containers */

a.img, div.img			{ border: 1px solid #E7E3DC; background: #DCD8CD;}		/* default container with class="img" */
a.img img, div.img img 	{ border: 1px solid #B7AE99; }							/* inner image border for default container */
a.imgHover				{ background-color: #DCD8CD; border-color: #B7AE99; }	/* hover effect - container */
a.img:hover img			{ border-color: #fff; }									/* hover effect - image */

/* design structure */

.pageTop .pageEdgeMiddle	{ background-image: url("../../images/skins/skin-5/PageTopBg-repeat.png");}	/* page edge effect - top */
.pageTop .pageEdgeLeft		{ background-image: url("../../images/skins/skin-5/PageTopBg-left.png"); }
.pageTop .pageEdgeRight		{ background-image: url("../../images/skins/skin-5/PageTopBg-right.png"); }
.pageBottom .pageEdgeMiddle	{ background-image: url("../../images/skins/skin-5/PageBottomBg-repeat.png"); }	/* page edge effect - bottom */
.pageBottom .pageEdgeLeft	{ background-image: url("../../images/skins/skin-5/PageBottomBg-left.png"); }
.pageBottom .pageEdgeRight	{ background-image: url("../../images/skins/skin-5/PageBottomBg-right.png"); }

/* search */

#Search { background-image: url("../../images/skins/skin-5/search-bg.gif"); }

/* side navigation menu */

.sideNav li a	{ border-bottom-color: #CECED0;	}	/* side navigation links - bottom border */
.sideNav li.currentPage, .sideNav li.current-cat, .sideNav li.current_page_item 	{ border-left-color: #F3B81C; } /* active page marker */
.sideNav li.currentPage	a,
.sideNav li.currentPage a:link, .sideNav li.currentPage a:visited,
.sideNav li.currentPage a:hover, .sideNav li.currentPage a:active,
.sideNav li.current-cat	a,
.sideNav li.current-cat a:link, .sideNav li.current-cat a:visited,
.sideNav li.current-cat a:hover, .sideNav li.current-cat a:active,
.sideNav li.current_page_item a,
.sideNav li.current_page_item a:link, .sideNav li.current_page_item a:visited,
.sideNav li.current_page_item a:hover, .sideNav li.current_page_item a:active		{ color: #444; }	/* side navigation - current page link */

/* quote */

.quote .quoteBox-1 { background-image: url("../../images/skins/skin-5/quote-small-top.png"); }		/* quote - background */
.quote .quoteBox-2 { background-image: url("../../images/skins/skin-5/quote-small-repeat.gif"); }	/* quote - top */
.quote .quoteBox-3 { background-image: url("../../images/skins/skin-5/quote-small-bottom.png"); }	/* quote - bottom */
.quote p			{ color: #000; }	/* quote - text */
.quoteAuthor p.name	{ color: #000; }	/* quote - author name */

/* button styles */

button.btn		{ background-image: url("../../images/skins/skin-5/button-sprite.gif");}	/* button background - sliding doors side 1 */
button.btn span	{ background-image: url("../../images/skins/skin-5/button-sprite.gif"); 	/* button background - sliding doors side 2 */
				  color: #fff;																/* text color */
				  text-shadow: 0px 1px 1px #000; }												/* text shadow */
button.btn:hover span, button.btnHover span { color: #fff; text-shadow: 0px 1px 1px #333; }	/* hover text */
	
/* table styles */

/* other */

.mmFeeds  { background-image: url("../../images/skins/skin-5/bullet-feed.png"); }
.mmLogin  { background-image: url("../../images/skins/skin-5/bullet-lock.png"); }


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

.client h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:20px;
	padding:0 0 20px;
	position:relative;.grid .price
	top:0;
	margin-top:0px !important;
	text-align:left;
}
.client h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:20px;
	padding:0 0 20px;
	position:relative;
	top:0;
	margin-top:0px !important;
	text-align:left;
}
.client h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:16px;
	padding:20 0 0px;
	position:relative;
	top:0;
	margin-top:0px !important;
	text-align:left;
	font-weight:100;
	text-transform:capitalize;
}*/

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

a {
	outline:none !important;
}
.client #registrationform p {
	margin:0;
	padding:0;
}
/*.client #registrationform label, .client #maincontent label {
	display:block;
	font-weight:normal;
	padding:0 0 10px;
} */
.client #registrationform label, .client #maincontent label {
clear:left;
display:block;
float:left;
font-size:14px;
font-weight:normal;
padding:0 10px 0 0;
position:relative;
text-align:right;
width:250px;
}
form input.text-input, form select, form textarea, form .wysiwyg {
	padding:3px;
}
.client #enquiry .textarea {
	height:250px;
}
#wrapper {
	border:0px solid #fff;
	border-top:0px dotted #CCCCCC;
	margin:20px auto auto;
	padding:0 0 10px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif !important;
}
.comments-label {
	display:inline !important;
	font-size:12px;
	font-weight:100 !important;
}
.comments-label-subscribe {
	display:inline !important;
	font-size:12px;
	font-weight:bold !important;
}
#tb-subscribe-line {
	margin-bottom:5px;
	margin-top:10px;
}
#tb-wrapper {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:100%;
}
#ed_toolbar {
	display:none;
	margin-bottom:5px;
}
#tb-form-emoticons {
	display:none;
	margin-top:5px;
}
.tb-comment-header, .tb-comment-header-admin {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:transparent none repeat scroll 0 0 !important;
	border-bottom:1px dotted #CCCCCC;
	font-size:1em;
	height:22px;
}
.tb-reply .tb-comment-header, .tb-reply .tb-comment-header-admin {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:transparent none repeat scroll 0 0 !important;
	border-color:-moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style:none none dotted;
	border-width:medium medium 1px;
	height:22px;
}
#wrapper a {
	color:#222222 !important;
}
.tb-reply {
	border-left:1px dotted #CCCCCC;
	margin-left:20px;
	padding-left:20px;
}
#tb-form-div textarea {
	font-size:1em;
	height:10em;
	margin-bottom:10px;
	margin-top:5px;
	padding:0 2px;
	width:99%;
}
form input.text-input, form select, form textarea, form .wysiwyg {
	margin-bottom:5px;
	padding:3px;
}
.prod_list h3, .prod_detail h2 {
	font-weight:100 !important;
	text-transform:capitalize;
}
.prod_list td, .prod_detail td {
	line-height:1.7em !important;
}
.specifications, .specifications-list, #registrationform {
	border:1px dashed #B8A071;
	margin:20px 0px;
	padding:10px;
	background-color:#DACEB5 !important;
}
.grid .specifications-list {
	border:1px dashed #ccc;
	margin:20px 0px;
	padding:10px;
	background-color:#f1f5f4 !important;
}
.specifications .medium-input, .specifications-list .medium-input {
	width:70% !important;
}
.grid .specifications-list .medium-input {
	width:100% !important;
}
.checkout-buttons .small-white-button {
	width:71px;
}
.cart-header {
	border-bottom:1px dotted #ccc;
	margin:5px;
}
.checkout-text {
	line-height:18px;
}
.specifications td {
	padding:3px;
}
.specifications th {
	font-family:georgia;
	font-weight:100;
	padding-bottom:10px;
}
.prod_list {
	border-bottom:1px dotted #ccc;
	padding:30px 0 30px 0;
}
.vert-align {
	vertical-align:top;
}
.middle-align {
	vertical-align:middle;
}
.price {
	font-size:16px;
}
.grid .price {
	font-size:16px;
	
}
.times {
	font-size:16px;
	float:right;
	padding-top:9px;
	color:#ccc;
}
.prod_list img {
	margin-right:10px;
}
#additional_images {
	clear:left;
}
#additional_images li {
background:none repeat scroll 0 0 transparent;
float:left;
list-style:none outside none;
margin-bottom:3px;
margin-right:6px;
padding:0 !important;
padding-left:0px !important;
}
.currency {
	font-size:10px;
}
.sort_currency {
	padding:5px;
	background-color:#F1F5F4;
	border:1px dashed #CCCCCC;
}
.sort {
	float:left;
	padding:5px 0 0 10px;
}
.currency_list {
	float:right;
	padding:10px 10px 0px 0px;
}
#upsell li {
background:none repeat scroll 0 0 transparent;
border:0 dashed #CCCCCC;
float:left;
list-style:none outside none;
margin:0 10px 0 0;
padding:0;
width:148px;
}
.shopcategoriesselected {
	border-bottom:1px solid;
color:#96975B !important;
font-size:16px;
font-weight:bold;
margin:0 5px 5px;
}
#demotip {
	display:none;
	background:transparent url(/images/black_arrow.png);
	font-size:16px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}
#home_products li {
background:none repeat scroll 0 0 transparent;
border:0px dashed #CCCCCC;
float:left;
height:175px;
list-style:none outside none;
margin:0 10px 10px 0;
padding:5px;
text-align:center;
width:134px;
}

#home_products li img, #upsell li img, .sidebar img {
	
	border:2px solid #DACEB5;
}

#home_products li a, #upsell li a {
font-size:1.15em;
height:50px;
line-height:16px;
margin-bottom:0.5em;
text-transform:capitalize !important;
color:#96975B !important;
}

.prod_list h3 a, .prod_detail h2 {
text-transform:capitalize;
}

#featured_products li {
	list-style:none;
	list-style-image:none;
	padding:5px;
	text-align:center;
	clear:left;
	background:none repeat scroll 0 0 transparent;
}
.prod_table .medium-input {
	width:100% !important;
}
#upsell {
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
.top_border {
	border-top:1px dotted #CCCCCC;
}
.order_stage {
	padding-bottom:10px;
	color:#999999;
}
.special_box {
	border:1px dashed #ccc;
	margin:20px 0px;
	padding:20px 10px 10px 80px !important;
	background-color:#F5F2F1 !important;
	background-image:url(/resources/images/icons/64/buy_now.png);
	background-repeat:no-repeat;
	height:65px;
}
.discount_code {
	border:1px dashed #ccc;
	margin:20px 0px;
	padding:20px 10px 10px 80px !important;
	background-color:#F5F2F1 !important;
	background-image:url(/resources/images/icons/64/promotion.png);
	background-repeat:no-repeat;
	height:65px;
}
.reward_points {
	border:1px dashed #ccc;
	margin:20px 0px;
	padding:20px 10px 10px 80px !important;
	background-color:#F5F2F1 !important;
	background-image:url(/resources/images/icons/64/dollar_currency_sign.png);
	background-repeat:no-repeat;
	background-position:0 27px;
	height:125px;
}
.shipping_details {
	margin:20px 0px;
	padding:20px 10px 10px 80px !important;
	background-image:url(/resources/images/icons/64/package.png);
	background-repeat:no-repeat;
	height:65px;
}
.billing_details {
	margin:20px 0px;
	padding:20px 10px 10px 80px !important;
	background-image:url(/resources/images/icons/64/id_card.png);
	background-repeat:no-repeat;
	/*height:65px;*/
}
.forgot {
	margin:20px auto;
	padding:20px 10px 10px 80px !important;
	background-image:url(/resources/images/icons/64/help.png);
	background-repeat:no-repeat;
	height:65px;
	width:357px;
	text-align:left;
}
.shipping_method_form  {
background-color:#F5F2F1 !important;
background-image:url("/resources/images/icons/64/package.png");
background-position:13px 11px;
background-repeat:no-repeat;
border-bottom:1px dashed #CCCCCC;
border-left:1px dashed #CCCCCC;
border-top:1px dashed #CCCCCC;
height:65px;
margin:10px 0;
padding:20px 10px 10px 80px !important;
}
.shipping_method_form_right, .payment_method_form_right {
	border-bottom:1px dashed #ccc;
	border-right:1px dashed #ccc;
	border-top:1px dashed #ccc;
	margin: 10px 0px;
	background-color:#F5F2F1;
}
.payment_method_form  {
background-color:#F5F2F1 !important;
background-image:url("/resources/images/icons/64/dollar_currency_sign.png");
background-position:14px 0px;
background-repeat:no-repeat;
border-bottom:1px dashed #CCCCCC;
border-left:1px dashed #CCCCCC;
border-top:1px dashed #CCCCCC;
height:65px;
margin:10px 0;
padding:20px 10px 10px 80px !important;
}
.current_order_stage {
	color:#3D882D;
	font-weight:bold;
}
.registrationform td {
	padding:3px;
}
/*************** Pagination ***************/



.pagination {
	/*text-align: right;*/
	padding: 20px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a, .pagelink, .pagelinkCurrent {
	margin:0 0 0 0;
	padding:4px 8px;
}
.pagination a.number, .pagelink {
	border: 1px solid #ddd;
}
.pagination a.current, .pagelinkCurrent {
	background: #469400 url('/resources/images/bg-button-green.gif') top left repeat-x !important;
	border-color: #459300 !important;
	color: #fff !important;
}
.pagination a.current:hover, .pagelinkCurrent:hover {
	text-decoration: underline;
}
#additional_images ul {
	padding:0px;
}
.client #additional_images img {
	border:1px solid #D4EBF7;
	margin-bottom:0;
	margin-right:0;
	padding:5px;
}
button {
	border: 0 none;
	cursor: pointer;
	font-weight: 100;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}
button.rounded {
	background: transparent url( /images/btn_right.png ) no-repeat scroll right top;
	clear: left;
}
button span {
	display: block;
	padding: 0 0 0 17px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-size:12px;
}
button.rounded span {
	background: transparent url( /images/btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}
button.rounded:hover {
	background-position: 100% -30px;
}
button.rounded:hover span {
	background-position: 0% -30px;
}
 button::-moz-focus-inner {
border: none;
}
/***** green button **/


a.green-btn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/btn_right.png) no-repeat scroll right top;
	color:#555555;
	float:left;
	font-weight:100;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-align:center;
	padding-right:6px;
	text-decoration:none;
}
a.green-btn .button_left {
	background:url(/images/btn_left.png) no-repeat left top;
	display:block;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	background-repeat:no-repeat;
	color:white;
}
a:hover.green-btn {
	color:#4C9906;
}
/***** Small white button **/


a.small-white-button2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/button_right.gif) no-repeat scroll right center;
	color:#555555;
	float:left;
	font-weight:100;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	margin-right:10px;
	text-align:center;
	text-decoration:none;
	margin-left:0px!important;
}
a:hover.small-white-button2 {
	color:#4C9906;
}
a.small-white-button3 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/sml_btn_rt.gif) no-repeat scroll right center;
	color:#555555;
	float:left;
	font-weight:100;
	height:22px;
	line-height:22px;
	margin-bottom:0px;
	margin-right:10px;
	text-align:center;
	text-decoration:none;
	margin-left:0px!important;
}
a:hover.small-white-button3 {
	color:#4C9906;
}
a.large-white-button3 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/btn_large_rt_kahki.gif) no-repeat scroll right center;
	color:#fff;
	float:left;
	font-weight:100;
	height:27px;
	line-height:25px;
	margin-bottom:0px;
	margin-right:0px;
	text-align:center;
	text-decoration:none;
	margin-left:0px!important;
}
a:hover.large-white-button3 {
	color:#fbfbfb;
	text-decoration:underline;
}
a.small-white-button-view-cart {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/button_right.gif) no-repeat scroll right center;
	color:#555555;
	float:left;
	font-weight:100;
	height:30px;
	line-height:29px;
	margin-bottom:3px;
	/*	margin-left:40px;*/
	text-align:center;
	text-decoration:none;
	margin-left:0px!important;
}
a:hover.small-white-button-view-cart {
	color:#4C9906;
}
a.width_200 {
	width:200px;
}
a.width_150 {
	width:150px;
}
a.width_129 {
	width:129px;
}
a.width_100 {
	width:95px;
}
.button_right {
	background:url(/images/button_left.gif);
	background-position:left;
	display:block;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	background-repeat:no-repeat;
}
.button_right3 {
	background:url(/images/sml_btn_left.gif);
	background-position:left;
	display:block;
	height:22px;
	line-height:22px;
	margin-bottom:0px;
	background-repeat:no-repeat;
}
.large_button_right3 {
	background:url(/images/btn_large_left_kahki.gif);
	background-position:left;
	display:block;
	height:27px;
	line-height:25px;
	margin-bottom:0px;
	background-repeat:no-repeat;
}
/* -------------------- */
/* CLASSES				*/
/* -------------------- */
.add {
	background:url(/resources/images/icons/24/add.png) no-repeat 8px 4px;
	/* text-indent:20px; */
	display:block;
}
.add_to_cart {
	background:url(/resources/images/icons/24/insert_to_shopping_cart.png) no-repeat 8px 2px;
	/* text-indent:20px; */
	display:block;
}
.add_to_cart_no_icon {
	text-indent:0px;
	display:block;
}
.save {
	background:url(/resources/images/icons/24/save.png) no-repeat 8px 3px;
	/* text-indent:20px; */
	display:block;
}
.delete {
	background:url(/resources/images/icons/24/remove_from_shopping_cart.png) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.update {
	background:url(/resources/images/icons/24/refresh.png) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.secure {
	background:url(/resources/images/icons/24/accept.png) no-repeat 8px 2px;
	/* text-indent:20px; */
	display:block;
}
.continue {
	background:url(/resources/images/icons/24/next.png) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.user {
	background:url(/resources/images/icons/16/user.gif) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.alert {
	background:url(/resources/images/icons/16/alert.gif) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.msg {
	background:url(/resources/images/icons/24/mail_send.png) no-repeat 8px 2px;
	/* text-indent:20px; */
	display:block;
}
.download {
	background:url(/resources/images/icons/16/download.gif) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.lens {
	background:url(/resources/images/icons/16/lens.gif) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
.info {
	background:url(/resources/images/icons/16/info.gif) no-repeat 12px 4px;
	/* text-indent:20px; */
	display:block;
}
input.input-30 {
	width:30px;
}
#search #registrationform {
	background-color:#F1F5F4 !important;
	border:0px dashed #CCCCCC;
	margin:0px;
	padding:0px;
}
ul.checkout_btns {
	float:right;
	width:100%;
	padding:0px !important;
	margin-bottom:0px;
	margin-right:0px;
}
ul.checkout_btns div {
	float:left;
	/*	width:180px; */
	text-align:right;
}
ul.checkout_btns div.btn {
/*width:132px; */
}
ul.checkout_btns li {
	height:25px;
	float:right;
}
.shopcategoriesparent {
	font-weight:bold;
}
h3 a, .shopcategoriesparent, .shopcategoriesunselected, .shopcategories, #demo a, .currency_select {
	color: #96975B !important;
}
.login_form {
	background-image:url("/resources/images/icons/64/lock.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:0 10px 10px 80px;
	text-align:left;
}
#delivery_instructions {
	width: 90%;
}
button.rounded {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/btn_right.png) no-repeat scroll right top;
	clear:left;
}
button.rounded span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/btn_left.png) no-repeat scroll left top;
	color:#FFFFFF;
}
.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
#wrapper {
	border:0px solid #CCCCCC;
	margin:auto;
	padding:0 0px 10px;
	width:100%;
}
.prod_detail {
	border-top:1px dashed #CCCCCC;
	padding-top:20px;
}
.secure_li {
	margin-left:39px;
}
.tb-leave-comment-legend {
	color:#96975B;
	margin-top:15px;
	text-align:left;
}
.tb-author, .tb-author-admin {
	clear:left;
	color:#666666;
	font-weight:bold;
}
.tb-comment-subject, .tb-comment-subject-admin {
	clear:left;
	font-size:0.9em;
	margin-left:49px;
}
.tb-comment-text, .tb-comment-text-admin {
	margin-left:49px;
	overflow:auto;
}
/*************** Forms ***************/

form label {
	color:#888888;
	display:block;
	font-size:18px;
	font-weight:100;
	padding:0 0 5px;
}
admin.css (line 464) form fieldset legend {
 font-weight: bold;
 margin-bottom: 10px;
 padding-top: 10px;
}
form p small {
	font-size: 0.75em;
	color: #777;
}
form input.text-input, form select, form textarea, form .wysiwyg, table input {
	padding: 6px;
	font-size: 13px;
	background: #fff url('/resources/images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}
form .small-input {
	width: 25% !important;
}
#tab1 .small-input, #tab17 .small-input {
	width:35px !important;
}
.small_input_area .small-input {
	width: 3% !important;
}
form .third-input {
	width: 33% !important;
}
form .medium-input {
	width: 50% !important;
}
form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}
form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	padding: 4px;
	background: #fff;
}
form input[type="checkbox"], form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}
/*************** Notifications ***************/

.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}
.attention {
	background: #fffbcc url('/resources/images/icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}
.information {
	background: #dbe3ff url('/resources/images/icons/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}
.success {
	background: #d5ffce url('/resources/images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}
.error {
	background: #ffcece url('/resources/images/icons/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}
.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}
.notification .close {
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
}
/* Notification for form inputs */

.input-notification {
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 22px;
	background-color: transparent;
	margin: 0 0 0 5px;
}
/* Notification for login page */

#login-wrapper #login-content .notification {
	border: 0;
	background-color: #141414;
	color: #fff !important;
}
.button, .small-white-button, .large-white-button, #main-content table tfoot td .bulk-actions select, .pagination a.number, form input.text-input, form textarea, form .wysiwyg, form select, table input, .pagelink, .pagelinkCurrent {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.content-box, .content-box-header, ul.content-box-tabs li a.current, .shortcut-button, .notification {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.content-box-header {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.closed-box .content-box-header {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul.content-box-tabs li a.current {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.shortcut-button span {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.wysiwyg ul.panel li a {
	opacity: 0.6;
}
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
	opacity: 0.99;
}


table.prod_list .specifications-list {
	display:none;
}
.prod_list td {
	padding:0px;
}
.price {
	color:#428839;
	font-size:16px;
	font-weight:bold;
}
#contentbox img {
	float:left;
	margin:0 0 5px 0;
}
.prod_list img {
	margin-right:0;
}
table.prod_detail {
	border:0 solid #D1D1D1;
	margin:0;
	text-align:left;
	width:100%;
}
td.prod_detail {
	border-top:0 solid #E7E7E7;
	padding:6px 0;
}
.specifications, .specifications-list, #registrationform {
	background-color:#FFFFFF !important;
	border:1px solid #DACEB5;
	margin:20px 0;
	padding:20px !important;
}
.secure_li {
	margin-left:px;
}
ul.checkout_btns {
	float:right;
	line-height:1em;
	list-style:none outside none;
	margin-bottom:0;
	margin-right:0;
	padding:0 !important;
	width:100%;
}
a.small-white-button3 {
	font-size:13px;
}
a.width_200 {
	width:227px;
}
/*#upsell img {
	margin-left:auto;
	margin-right:auto;
	float:none;
}
h4 a {
	color:#AE3937;
	text-decoration:underline;
}
#content_part_right ul {
	margin-left:30px !important;
}
#home_products ul {
	margin-left:0px !important;
}
#flowpanes .items {
	text-align:center;
}
#flowpanes {
	height:278px;
}
.items img {
	border:0 none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.button, .small-white-button, .large-white-button, #main-content table tfoot td .bulk-actions select, .pagination a.number, form input.text-input, form textarea, form .wysiwyg, form select, table input, .pagelink, .pagelinkCurrent, select {
	-moz-border-radius:4px 4px 4px 4px;
}

form select, select {
	background:url("/resources/images/bg-form-field.gif") repeat-x scroll left top #FFFFFF;
	padding:4px;
}
form input.text-input, form select, form textarea, form .wysiwyg, table input {
	background:url("/resources/images/bg-form-field.gif") repeat-x scroll left top #FFFFFF;
	border:1px solid #D5D5D5;
	color:#333333;
	font-size:13px;
	padding:6px;
} */
.blog-item {
	clear:left;
	margin-bottom:40px;
	padding-bottom:20px;
}
.blog-list img {
	padding:0px 20px 5px 0px;
}
.older {
	margin-top:20px;
}
.img_button {
background:url("/images/button_img.jpg") no-repeat scroll 0 4px transparent;
border:0 none;
color:white;
float:right;
font-weight:bold;
height:31px;
text-align:center;
width:137px;
}
.large-white-button {
	background:url("/resources/images/button-large.gif") repeat-x scroll left top #CCCCCC !important;
	border:1px solid #CCCCCC !important;
	color:#333333 !important;
	cursor:pointer;
	display:inline-block;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px !important;
	padding:0 16px 2px !important;
}
.topnavlinks li {
	float:left;
	padding-right:20px;
	list-style-image:none;
	list-style-type:none;
}
.prodimg_cart img {
	float:none;
	display:inline;
	border:1px solid #ccc;
}
.prod_list h3 {
	font-size:1.15em;
	line-height:16px;
	margin-bottom:0.5em;
	
}
.btm_border {
	padding-bottom:20px;
}
div.items div a, #flowpanes div {
	color:#F9F8F1;
	font-size:13px;
	text-align:center;
	text-transform:capitalize;
}
#flowpanes div {
	display:block;
	float:left;
	height:208px;
	padding:0;
	text-align:center;
	width:191px;
	line-height:16px;
}
#flowpanes {
	border-bottom:0px solid #D1D1D1;
	clear:both;
	height:200px;
	margin:0 auto 17px;
	overflow:hidden;
	padding:10px 0;
	position:relative;
	width:990px;
}
div.items div a img {
	border:4px solid #928E87;
}
.hr, hr {
	border-top-color:#fff;
	border-color:transparent;
}
h2 span {
	color:#696969;
	font-size:12px !important;
	line-height:15px;
	padding-top:5px;
}
.featuredItem .title {
	display:inline;
	font-size:1.55em;
	margin:0 0 0.2em;
	padding-right:10px;
}
#Search {
	background-image:url("/images/skins/skin-5/search-bg.gif");
}
#Search:hover {
	background-image:url("/images/skins/skin-5/search-bg.gif");
	background-position:0 -68px;
}
.topleft {
	background-image:url("/images/post-img-bg.gif");
	background-position:20px 0;
	background-repeat:no-repeat;
}
.topright {
	background-image:url("/images/post-img-bg.gif");
	background-position:20px 0;
	background-repeat:no-repeat;
}
.bottomleft {
	background-image:url("/images/post-img-bg.gif");
	background-position:20px 0;
	background-repeat:no-repeat;
}
.bottomright {
	background-image:url("/images/post-img-bg.gif");
	background-position:20px 0;
	background-repeat:no-repeat;
}
.prod_list img {
	border:2px solid #DACEB5;
	margin-right:0;
	padding:0;
}
.Button {
	background-image:url("../../images/skins/skin-5/button-sprite.gif");
}
ul.checkout_btns li {
	background:none repeat scroll 0 0 transparent;
	float:right;
	height:25px;
	margin:0;
	padding:0;
}
div.btn a.width_129 {
	width:125px;
}
#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:276px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
/*	border:1px solid #494e52;
	background-color:#636d76;
	padding:8px;	*/
}
ul.tabs {
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	background:none repeat scroll 0 0 transparent;
	display:inline;
	list-style:none outside none;
	margin-left:0 !important;
	padding-bottom:0 !important;
	padding-left:0;
	padding-right:0 !important;
	padding-top:0 !important;
}
ul.tabs li a {
	background-color:#F2F2F2;
	border-color:#F2F2F2 #F2F2F2 #E2E2E2;
	border-style:solid;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	padding:8px 14px;
	text-decoration:none;
	text-transform:uppercase;
}
ul.tabs li a:hover {
	background-color:#5E5B55;
	border-color:#5E5B55;
}
ul.tabs li a.active {
	background-color:#FFFFFF;
	border-color:#E2E2E2 #E2E2E2 #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#333333;
}
combin...der.css (line 4040)  .content {
/*	background-color:#ffffff;
border:1px solid #464c54; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	

*/
	padding:10px;
 border-top:1px solid #E2E2E2;
}
#content_2, #content_3 {
	display:none;
}
.content ul {
	margin:10px 20px 20px 0;
	padding:0px;
}
.content ul li {
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #D6DDE0;
	font-size:13px;
	list-style:none outside none;
	padding:15px 0px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#fff;
}
.content ul li a:hover small {
	color:#fff;
}


#content_2 .content ul li {
background:none repeat scroll 0 0 transparent;
border-bottom:1px solid #D6DDE0;
font-size:13px;
list-style:none outside none;
padding:5px 0 !important;
}



.kwicks{list-style:none;margin:0;padding:0;position:relative;}
.kwicks li{display:block;overflow:hidden;padding:0;}
.kwicks.horizontal li{float:left;margin-right:5px;}
.kwicks.vertical li{margin-bottom:5px;}
.kwicks.horizontal .lastSlide{margin-right:0;}
.kwicks.vertical .lastSlide{margin-bottom:0;}