* {
	margin: 0;
	padding: 0;
}
/* Ticker Styling */
.ticker-wrapper.has-js {
	margin-bottom: 0.5em;
	padding: 0 10px 5px 10px;
	width: 780px;
	height: 2em;
	display: block;
	background-color: #fff;
	font-size: 0.75em;
	border:1px solid #e2e2e2;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.ticker {
	width: 680px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.ticker-title {
	padding-top: 7px;
	color: #cc0000;
	font-weight: bold;
	background-color: #fff;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #003063;
	font-weight: bold;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
/*	none; */
}
.ticker-content a {
	text-decoration: none;	
	color: #003063;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #d8ecff;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #003063;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 7px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #fff;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
.thumb {
    text-align:center;
}
.tabbed-content {
	margin:7px;
	padding: 35px 10px 10px 10px;
	display: none;
	background:#fff url(../pictures/design/tab-bg.png) top repeat-x;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.25);
}
	
.tabbed-box {
	float:left;
	width: 100%;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px dotted #e2e2e2;
}
.tabbed-box .tabs {
	float:left;
	padding:0;
	margin:7px 7px 0 7px;
	background:#f2f2f2;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
}
.tabbed-box .tabs li {
	list-style: none;
	float: left;
	margin:0;
	padding:0;
	display:block;
}
.tabbed-box .tabs li a {
	display: block;
	margin:0;
	padding: 7px 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #565656;
	-webkit-transition:background-color 0.1s linear;
}
.tabbed-box .tabs li:first-child a {
	border-left: none;
}
.tabbed-box .tabs li a:hover {
	color: #3d3d3d;
	background-color:#e2e2e2;
}
.tabbed-box .tabs li a:focus {
	outline: none;
}
.tabbed-box .tabs li a.active {
	background: #fff;
	color: #3d3d3d;
	border-bottom: 1px solid #fff;
}
.tabbed-box .tabs li:first-child a.active {
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
}
	
	
	
	
	
	
	
	
	
.sm-ssidm {
	margin:0 auto;
	margin-top: 3px;
	padding: 0.5em 0 0 0;
	width:100%;
	max-width:50em;
	list-style:none;
	font-size:1em;
	/*background: #73b7f3;*/
}
	/*
.sm-ssidm {
	border-bottom:2px solid #8db863;
	background:#fff;
}
	*/
.sm-ssidm-vertical {
	border-right:2px solid #cc0000;
	border-bottom:0;
}
.sm-ssidm ul {
	padding:8px 0;
	background:#3d3d3d;
	-moz-border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	-moz-box-shadow:0 4px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 4px 3px rgba(0,0,0,0.25);
	box-shadow:0 4px 3px rgba(0,0,0,0.25);
}
.sm-ssidm-vertical ul, .sm-ssidm ul ul {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
	
	
	/* Menu items
	===================*/
	
.sm-ssidm a {
	padding:0.4em 0.5em;
	color:#fff;
	font-size:0.875em;
	line-height:17px;
	font-family:Helvetica, Arial, Sans-serif;
	text-decoration:none;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.sm-ssidm a:hover, .sm-ssidm a:focus, .sm-ssidm a:active {
	border-bottom-color:#565656;
	background:#565656;
	color:#fff;
}
.sm-ssidm a.highlighted {
/*	border-bottom-color:$MidGrey !important;[][][$MidGrey !important][]*/
	background:#565656;
	color:#fff;
	-moz-box-shadow:0 4px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 4px 3px rgba(0,0,0,0.25);
	box-shadow:0 4px 3px rgba(0,0,0,0.25);
}
.sm-ssidm-vertical a {
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
	.sm-ssidm-vertical a:hover, .sm-ssidm-vertical a:focus, .sm-ssidm-vertical a:active,
.sm-ssidm-vertical a.highlighted {
/*	border-bottom-color:$midGrey !important;[][][$midGrey !important][]*/
	background:#565656;
	color:#fff;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.sm-ssidm ul a {
	border-bottom:0;
	padding:10px 20px;
	font-size:14px;
	line-height:normal;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
	.sm-ssidm ul a:hover, .sm-ssidm ul a:focus, .sm-ssidm ul a:active,
.sm-ssidm ul a.highlighted {
	background:#565656;
	color:#fff;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-ssidm a.current, .sm-ssidm a.current:hover, .sm-ssidm a.current:focus, .sm-ssidm a.current:active {
	border-bottom-color:#565656;
}
.sm-ssidm-vertical a.current, .sm-ssidm-vertical a.current:hover, .sm-ssidm-vertical a.current:focus, .sm-ssidm-vertical a.current:active {
	border-right:2px solid #565656;
	border-bottom-color:#fff;
}
.sm-ssidm ul a.current, .sm-ssidm ul a.current:hover, .sm-ssidm ul a.current:focus, .sm-ssidm ul a.current:active {
	border-right:0;
	border-bottom:0;
	font-weight:bold;
}
.sm-ssidm a.has-submenu {
	padding-right:32px;
}
	
	
	/* Sub menu indicators
	===================*/
	
.sm-ssidm a span.sub-arrow {
	position:absolute;
	right:17px;
	top:50%;
	margin-top:-3px;
	/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
	width:0;
	height:0;
	overflow:hidden;
	border-top:6px solid #fff; /* tweak size of the arrow */
	border-left:4px dashed transparent;
	border-right:4px dashed transparent;
}
.sm-ssidm a:hover span.sub-arrow, .sm-ssidm a:focus span.sub-arrow, .sm-ssidm a:active span.sub-arrow {
	border-top-color:#fff;
}
.sm-ssidm a.highlighted span.sub-arrow {
	border-top-color:#fff;
}
	.sm-ssidm-vertical a span.sub-arrow,
.sm-ssidm ul a span.sub-arrow {
	right:15px;
	margin-top:-4px;
	border-left:6px solid #fff; /* tweak size of the arrow */
	border-top:4px dashed transparent;
	border-bottom:4px dashed transparent;
}
	.sm-ssidm-vertical a:hover span.sub-arrow, .sm-ssidm-vertical a:focus span.sub-arrow, .sm-ssidm-vertical a:active span.sub-arrow,
	.sm-ssidm-vertical a.highlighted span.sub-arrow,
	.sm-ssidm ul a:hover span.sub-arrow, .sm-ssidm ul a:focus span.sub-arrow, .sm-ssidm ul a:active span.sub-arrow,
.sm-ssidm ul a.highlighted span.sub-arrow {
	border-left-color:#fff;
	border-top-color:transparent;
}
	
	
	/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." in the default download package
	===================*/
	
.sm-ssidm span.scroll-up, .sm-ssidm span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	overflow:hidden;
	background:#fff;
	height:20px;
	/* width and position will be automatically set by the script */
}
.sm-ssidm span.scroll-up-arrow, .sm-ssidm span.scroll-down-arrow {
	position:absolute;
	top:6px;
	left:50%;
	margin-left:-8px;
	/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
	width:0;
	height:0;
	overflow:hidden;
	border-bottom:8px solid #fff; /* tweak size of the arrow */
	border-left:6px dashed transparent;
	border-right:6px dashed transparent;
}
.sm-ssidm span.scroll-down-arrow {
	border-top:8px solid #fff; /* tweak size of the arrow */
	border-bottom:0;
}
	
	
	
	
	
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.right {
    float:right;
    text-align:right;
}
.required {
	display:none;
}
	
	
.part_1_of_4 {
    width: 23.8%; 
}
.part_2_of_4 {
    width: 49.2%; 
}
.part_3_of_4 {
    width: 74.6%; 
}
.part_4_of_4 {
    width: 100%;
    margin-left:0;
}
.panel {
    float:left;
	margin:0 0 0.9375em 0;
	width:100%;
	background-color:#FFFFFF;
	color:#3d3d3d;
	/*border:1px solid #e2e2e2;*/
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	font-size: 0.9em;
}
.panel p {
	padding: 0.5em 0.5em 0 0.5em;
}
.panel h3 {
	padding: 0.5em 0.5em 0 0.5em;
}
.panel h4 {
	padding: 0.5em 0.5em 0 0.5em;
}
.left {
        float:left;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.column {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    /*background: #ccc; */
}
.column:first-child {
    margin-left: 0;
}
.col_1_of_1 {
    width: 100%;
}
.col_1_of_2 {
    width: 49.2%;
}
.col_1_of_3 {
    width: 32.26%; 
}
.col_2_of_3 {
    width: 66.13%; 
}
.col_1_of_4 {
    width: 23.8%; 
}
.col_2_of_4 {
    width: 49.2%; 
}
.col_3_of_4 {
    width: 74.6%; 
}
.col_4_of_4 {
    width: 100%;
    margin-left:0;
}
.col_1_of_5 {
    width: 18.72%; 
}
.col_2_of_5 {
    width: 37.44%; 
}
.col_3_of_5 {
    width: 56.16%; 
}
.col_4_of_5 {
    width: 74.88%; 
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.center {
	text-align:center;
}
a.toolbar {
	color:#003063;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
}
a.toolbar:hover {
	color:#003063;
}
a.submenu {
	color:#error;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:underline;
	margin:0px 0px 10px 0px;
}
a.submenu:hover {
	color:#error;
}
a.sublink {
	color:#error;
	font-size:1em;
	font-weight:normal;
	text-decoration:underline;
}
a.ssidm {
	color:#error;
	font-size:1em;
	font-weight:normal;
	text-decoration:underline;
}
a.ssidm:hover {
	color:#error;
}
a.reverse {
	color:#error;
	font-size:1em;
	text-decoration:underline;
}
a.reverse:hover {
	color:#error;
}
a.normal {
	color:#3d3d3d;
	font-size:1em;
	text-decoration:underline;
}
a.normal:hover {
	color:#6b992f;
}
a.menu {
	color:#error;
	font-size:1em;
}
a.menu:hover {
	color:#error;
}
a.highlight {
	color:#6b992f;
	font-size:1em;
	text-decoration:underline;
}
a.highlight:hover {
/*	color:$Grey;[][][$Grey][]*/
}
a.foot {
	color:#error;
	font-weight:normal;
}
a.foot:hover {
	color:#error;
}
a.aquo {
    font-size:1.2em;
    font-weight:bold;
    padding:0 0.5em;
    text-decoration:none;
}
a {
	color:#3d3d3d;
	font-size:1em;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#6b992f;
}
body {
	float:left;
	width:100%;
	height:100%;
	background:#565656;
}
button {
	font-size:0.9em;
	font-weight:bold;
	background-color:#error;
	color:#error;
}
caption {
	background-color:#error;
	color:#error;
	font-size:1.2em;
	font-weight:bold;
}
div.widget {
	float:left;
	width:768px;
	margin:20px 0 0 0;
	padding:20px 20px 20px 0;
	background:#fff;
	border:1px solid #e2e2e2;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.widget img {
	float:left;
	margin:0 0 15px 0;
}
div.widget p {
	float:left;
	width:100px;
	margin:0 0 0 27px;
	text-align:center;
}
div.widget p a {
	float:left;
	width:88px;
	padding:5px;
	border:1px solid #bdd1e4;
	background:#d8ecff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#003063;
	font-weight:bold;
	font-size:14px;
}
div.widget p a:hover {
	background:#d8ecff;
}
	
	
div.userpanel {
	float:left;
	padding:0px;
	margin:2px 0px 0px 0px;
	width:100%;
}
div.rss {
	font-size:0.9em;
}
	
div.date {
	position:absolute;
	top:5px;
	right:0;
}
div.date p {
	clear:both;
	font-size:18px;
	line-height:14px;
	width:auto;
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(0,0,0,0.25);
	background:#5196d1;
	border:1px solid #003063;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:0 2px 0 rgba(0,0,0,0.15);
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.15);
}
div.date span.month {
	font-size:9px;
	text-transform:uppercase;
	font-weight:normal;
}
div.quiz {
	margin-left:4px;
	width:98%;
}
div.product {
	float:left;
	width:100%;
	margin:0 0 0.9375em 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fff;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
}
div.product p {
	padding: 0.5em;
}
div.product h3 {
	padding: 0.5em;
}
div.product h4 {
	padding: 0.5em;
}
div.post_body {
	width: 100%;
	display: none;
    margin: 0 0 0 0.5em;
}
div.post_body input[type='checkbox'] {
    margin-right:0.5em;
}
div.mid {
    float:left;
	background-color:#eef4fc;
	color:#003063;
	width:100%;
	margin:0 0 0.9375em 0;
	border:1px solid #e2e2e2;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 0.9em;
}
div.mid p {
	padding: 0.5em 0.5em 0 0.5em;
}
div.mid h3 {
	padding: 0.5em 0.5em 0 0.5em;
}
div.mid h4 {
	padding: 0.5em 0.5em 0 0.5em;
}
div.memberoption {
	float:left;
	width:148px;
	min-height:180px;
	margin:0 10px 10px 0;
	padding:10px;
	background:#fff;
	border:1px solid #e2e2e2;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
	
div.memberoption a {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
	
div.light {
	float:left;
	margin:0 0 0.9375em 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	background:#fff;
}
div.light h3 {
	padding:0.2em 0 0.2em 0.4em;
}
div.light h4 {
	padding:0.2em 0 0.2em 0.4em;
}
div.light p {
	padding:0.2em 0 0.4em 0.4em;
}
div.info {
	float:left;
	margin:0 0 0.9375em 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	background:#fff;
}
div.info h3 {
	padding:0.2em 0 0.2em 0.4em;
}
div.info h4 {
	padding:0.2em 0 0.2em 0.4em;
}
div.info p {
	padding:0.2em 0 0.4em 0.4em;
}
div.images {
	float:left;
	width:813px;
	height:230px;
	margin:-21px 0 10px -155px;
	padding:0 132px 0 155px;
	background:url(../images/design/photos-bg.png) no-repeat;
}
	
div.images div {
	float:left;
	width:248px;
	margin:50px 23px 0 0;
}
	
div.images img {
	margin:0;
}
	
div.images div h1 {
	float:left;
	width:248px;
	height:43px;
	margin:-23px 0 0 0;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(0,0,0,0.25);
	line-height:42px;
}
div.images #primary {
	background:url(../images/design/primary.png);
}
div.images #secondary {
	background:url(../images/design/secondary.png);
}
div.images #post16 {
	background:url(../images/design/post16.png);
}
	
div.images p {
	float:left;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
div.home {
	background-color:#fff;
	color:#3d3d3d;
	float:left;
	width:31%;
	min-height:16em;
	margin: 5px 5px 5px 0;
	padding:0px 0px 0px 0px;
	border:1px solid #e2e2e2;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.home:hover {
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);
}
div.home h4 {
	margin:3px 0 6px 0;
	padding:10px 5px;
	font:normal 1.125em arial,sans-serif;
	color:#003399;
	text-align: center;
}
	
div.home p {
	margin:3px 0 6px 0;
	padding:0;
	font-size:0.9em;
	text-align: center;
}
	
div.home img {
	max-width:150px;
	padding: 0 1em;
}
div.grid {
	color:#error;
	float:left;
	background-image:url(../pictures/design/greygrid.gif);
	margin:0px 0px 0px 5px;
	border:1px;
	border-style:solid;
	border-color:#error;
}
div.free {
	color:#error;
	background-image:url(../pictures/design/free-panel.gif);
	background-repeat:no-repeat;
	border:1px solid #error;
}
div.form {
	width:70%;
}
	
div.field {
	float:left;
	padding:4px;
	text-align:center;
}
div.enquiry form {
	padding:0;
	margin:0;
}
div.enquiry div {
	width: 100%;
	float: left;
	margin-top: 0.5em;
}
div.enquiry div  span {
	display:block;
	margin:0.25em 0;
}
	
div.dark {
	float:left;
	width:100%;
	margin:0 0 0.9375em 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	background:#506db6;
	font-size: 0.9em;
	color:#fff;
}
div.dark p {
	padding: 0.5em 0.5em 0 0.5em;
	color:#fff;
}
div.dark h3 {
	padding: 0.5em 0.5em 0 0.5em;
	color:#e2e2e2;
}
div.dark h4 {
	padding: 0.5em 0.5em 0 0.5em;
	color:#fff;
}
div.contact {
}
	
div.contact form {
	float:left;
	margin:1em 0 0 0;
	padding:0;
}
	
div.contact td, div.contact tr {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
	
div.contact tr {
	margin:0 0 0.8em 0;
}
	
div.contact input[type="text"] {
	
}
	
div.contact textarea {
	
}
	
	
	
div.clear {
	clear:both;
}
div.chatlist {
	background-color:#error;
	margin:4px;
	padding:4px;
	border:1px solid #error;
}
div.chatbox {
	height:240px;
	width:98%;
	overflow:auto;
	background-color:#error;
	padding:4px;
	border:1px solid #error;
}
div.cat {
	width:50%;
	float:left;
}
div.blog {
	clear:both;
	float:left;
	background-color:#error;
	border:solid 2px #error;
	padding:0px;
	margin:2px 0px 0px 4px;
	width:99%;
}
div.bigform {
	width:100%;
	background-color:#error;
	color:#error;
	padding:0px;
	margin:0px;
}
div {
	padding:0px;
	margin:0px;
}
form.mini {
	margin:0px;
	padding:2px 0px;
}
form {
	margin:2px;
	padding:2px;
}
h1 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.2em;
	padding:0.2em 0 0.4em 0;
	color:#3d3d3d;
}
h2 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.2em;
	padding:0.2em 0 0.4em 0;
	color:#6b992f;
}
	
	
	
h3 {
	font-family: Verdana, Arial, Sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	padding:0.2em 0 0.4em 0;
	color:#3d3d3d;
}
	
	
	
	
	
	
	
h4 {
	font-family: Verdana, Arial, Sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	padding:0.2em 0 0.4em 0;
	color:#6b992f;
}
	
	
	
	
	
	
h5 {
	font-family: Helvetica, Arial, Sans-serif;
	margin:0px;
	width:98%;
	color:#6b992f;
	font-size:1.2em;
	line-height:150%;
	font-style:italic;
	font-weight:normal;
}
	
	
	
h6 {
	font-family: Verdana, Arial, Sans-serif;
	color:#003063;
	font-size:0.9em;
	padding:8px 4px 4px 4px;
	margin:0px;
}
hr.page {
	margin:4px;
}
hr {
	clear:both;
	float:left;
	width:100%;
	height:0px;
	color:#error;
	background-color:#error;
	border:1px solid #error;
	border-bottom:0px;
	padding:0;
}
html {
	width:100%;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:100%;
}
#wrapper {
	width:100%;
	float:left;
	position:relative;
	padding: 0;
	background: url(../pictures/design/header-bg.png);
	background-repeat: repeat-x;
}
#twitter_update_list {
	list-style-image:none;
	list-style-type:none;
	padding-left:0px;
	margin-left:0px
}
#twitter_div {
	background-color:#error;
	border:1px solid #error;
	color:#error;
	font-size:0.85em;
overflow:hidden;
}
#topnav {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:50em;
	list-style:none;
	font-size:1em;
}
	
#topnav li {
	float:left;
	margin:0.9em 1em 0 0;
	padding:0;
	position:relative;
	font-size:1em;
}
	
#topnav li a {
	float:left;
	color:#fff;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:0.875em;
	font-weight:bold;
	text-decoration:none;
	padding:0.4em 0.5em;
	text-shadow:0 1px 1px rgba(0,0,0,0.15);
}
	
#topnav a:hover, #topnav li.current a {
	background-color: #0099cc; /*$MidBlue;*/
	border-radius:0.3em;
	box-shadow:inset 0 0.1em 0.15em rgba(255,255,255,0.15), 0 0.1em 0.15em rgba(0,0,0,0.15);
}
	
#topnav li a.drop {
	background-image:url(../images/design/arrow.png);
	background-size: 10px;
	background-repeat:no-repeat;
	background-position:right;
	padding:0.4em 1em 0.4em 0.5em;
	cursor: context-menu;
}
	
#topnav li .sub {
	position:absolute;
	top:1.7em;
	left:0;
	width:13em;
	padding:0.5em;
	background-color:#3d3d3d;
	float:left;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	display:none;
	z-index:2;
}
	
#topnav li .sub ul{
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
	
#topnav .sub ul li {
	width:100%;
	margin:0;
}
	
#topnav .sub ul li a {
	float:left;
	width:100%;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#e2e2e2;
	background:none;
	box-shadow:none;
	border-radius:0.2em;
}
	
#topnav .sub ul li a:hover {
	color:#fff;
	background:#565656;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
#top-menu {
	float:left;
	width:100%;
	padding:0 1.8em 0 1em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
	top:0;
	left:0;
    margin-top: -1.25em;	
	/*background: #73b7f3;
	box-shadow:inset 0 0.1em 0.15em rgba(0,0,0,0.15), inset 0 -0.1em 0.15em rgba(255,255,255,0.15), 0 0.1em 0.15em rgba(0,0,0,0.15);*/
}
#ssidm {
	clear:both;
	float:left;
	width:100%;
	padding:0.9em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0;
	text-align:center;
	background: #000;
}
	
#ssidm p {
	margin:0px;
	padding:0px;
	color:#e2e2e2;
	font-size:0.75em;
}
	
#ssidm a {
	color:#e2e2e2;
	text-decoration:underline;
}
	
#ssidm a.hover {
	color:#fff;
}
	
	
	
	
	
#sidepage {
    /*
	float:right;
	width:29%;
	margin-bottom: 1em;
	padding:0;
	*/
}
	
#search table {
	float:left;
	margin:10px 0;
	width:100%;
}
	
#search td {
	color:#565656;
}
	
#search tr {
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #e2e2e2;
}
	
#search tr:nth-child(odd) {
	background:#fff;
}
#search p a {
	font-size:14px;
	font-weight:bold;
}
#search select {
    margin:0 0.5em 0.5em 0;
    border-radius:2px;
}
#search input[type='submit'] {
	margin:0;
}
#rightbox {
	float:left;
	width:65%;
}
	
#rightbox #rightbox-inner {
	float:left;
	width:100%;
}
	
	
	
#results {
    width:100%;
    float:left;
    padding:0;
    margin:0;
}
#results .group {
    border-top:1px solid #e2e2e2;
}
#results .even {
    background:#f2f2f2;
}
#results p.title {
    font-weight:bold;
}
#product {
    clear:both;
}
#popup {
	float:left;
	width:100%;
	min-height:2em;
	margin:0;
	font-size:0.9em;
	padding:0.5em;
	background:#cc0000;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
}
#photo {
	float:left;
	width:100%;
	text-align:center;
	padding-top:5px;
}
#partpage {
    /*
	float:left;
	width:69%;
	*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:1em;
	margin-bottom: 0.5em;
	background:#fff;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}
#pagebox {
	float:left;
	width:100%;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#page {
	width:100%;
	float:left;
	position:relative;
	padding: 15px 0 0 0;
	background: url(../pictures/design/header-bg.png);
	background-repeat: repeat-x;
}
#options {
}
#options ul {
	list-style:none;
	margin:0;
	padding: 2px 2px 2px 0px;
}
	
#options ul li {
	float:left;
	list-style:none;
	padding:0;
	margin:0 0.2em 0 0;
}
	
#options a {
	font-size:0.6em;
	padding:0.4em 0.5em;
	font-weight:normal;
	color:#fff;
	line-height:3em;
	background: #3d3d3d;
	border-radius: 0.25em;
	text-decoration:none;
}
#options a:hover {
	color:#f2f2f2;
	background: #3d3d3d;
}
	
#options form {
	float:right;
	top:85px;
	right:0;
	width:235px;
	height:33px;
	margin:0;
	padding:0;
	background: #fff url(../picures/design/search-bg.png);
	border-radius: 0.25em;
}
	
#options input {
	padding:0px;
	margin:5px 5px 0 8px;
	width:199px;
	background:none;
	border:none;
	font-size:12px;
	font-style:italic;
	background-color:#fff;
	color:#3d3d3d;
}
	
#options input[type="text"] {
	outline: none;
}
	
#options input[type="submit"] {
	padding:0;
	margin:8px 0 0 0;
	width:13px;
	height:13px;
	background:url(../pictures/design/search-btn.png) 0 0;
	color:transparent;
	text-shadow:none;
}
#options input[type="submit"]:hover {
	background-position:0 -13px;
}
#nav-menu {
	width:100%;
	margin-bottom:15px;
}
#nav-menu ul {
	list-style:none;
	padding:2px 0px 2px 0px;
	margin:0;
}
#nav-menu li {
	width:175px;
	margin:8px 0px 8px 4px;
	padding:0 2px 0 1px;
	list-style-image:none;
	background-repeat:no-repeat;
	background-position:left center;
}
#nav-menu li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#nav-menu li.content {
	/*background-color:#error; */
}
#nav-menu li.collapse {
	display:none;
}
#nav-menu li.function {
	/*background-color:#error; */
}
#nav-menu li.function a {
	font-weight:bold;
	font-size:14px;
	color:#error;
}
#nav-menu li.function a:hover {
	color:#error;
}
#nav-menu li.topic {
	/*background-color:#error; */
}
#nav-menu li.topic a {
	font-weight:bold;
	font-size:14px;
	color:#error;
}
#nav-menu li.topic a:hover {
	color:#error;
}
#nav-menu li.network {
}
#nav-menu li.header {
	width:170px;
}
#nav-menu li.header a {
	font-weight:bold;
	font-size:14px;
	margin:0 0 3px 0;
	color:#error;
}
#nav-menu li.header a:hover {
	color:#error;
}
#nav-menu li.current {
	width:166px;
	color:#error;
	border-top:1px dotted #error;
	background-color:#error;
	padding:7px 5px 7px 5px;
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
}
#nav-menu ul:last-child li.current a {
	border-bottom:1px dotted #error;
}
#nav-menu li.content {
	margin:0 0 0 4px;
}
#nav-menu li.content a {
	color:#error;
	border-top:1px dotted #error;
	padding:7px 5px 7px 5px;
	font-size:14px;
}
#nav-menu li.content:last-child a {
	border-bottom:1px dotted #error;
}
#nav-menu li.content a:hover {
	background-color:#error;
	padding:7px 3px 7px 7px;
}
#nav-menu li a {
	display:block;
	padding:2px 0px 3px 3px;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}
#nav-menu li a:hover {
	/*text-decoration:underline; */
}
#nav-menu li.network a:hover {
	/*background-color:#error; */
}
#nav-bar {
display:none;
}
#mc_embed_signup {
	background:#fff;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
	margin:0.5em;
}
	
	
#main-menu {
	margin: 0 auto;
	margin-top:5px;
	/*background: #73b7f3; */
}
	
	
	
	
	
	
	
#main-container {
	width:100%;
	float:left;
	padding:0 1em 1em 1em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url(../pictures/design/background.png);
	position:relative;
}
#main {
	width:100%;
	max-width:50em;
	margin:0.5em auto 0 auto;
	padding:0;
}
	
	
	
	
	
	
	
	
#help div {
margin:0;
padding:0;
}
#help h3 {
	font-size:0.9em;
}
#help p {
	background:#error;
	font-size:0.85em;
	border-left:2px solid #error;
	border-right:2px solid #error;
	border-bottom:2px solid #error;
	color:#error;
}
#help p.helpitemtitle {
	font-weight:bold;
	border-bottom:0px;
}
#help p.helpitem {
	border-bottom:0px;
}
#help img {
	float:right;
}
#header-container {
	width:100%;
	float:left;
    margin: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    /*background-color:#73b7f3;
	background-size:1047px;*/
}
#header {
	width: 100%;
	max-width:50em;
	margin:0 auto;
}
	
#header #banner {
	margin:0px;
	padding:0px;
}
#header #banner div.right {
	margin:15px 0 0 0;
	padding:0px;
}
	
	
	
	
#galleria {
    background-color:#565656;
}
#fullpage {
    /*
	float:left;
	width:100%;
	*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 1em;
	margin-bottom: 0.5em;
	background:#fff;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}
#forum {
	font-size:1em;
	color:#error;
	background:#error;
}
#forum div #thread {
	float:right;
	background-color:#error;
	border:solid 2px #error;
	padding:0px;
	margin:2px 0px 0px 4px;
	width:99%;
}
#forum #thread p.header {
	background:#error;
	padding:2px;
}
#forum #message {
	background-color:#error;
	border:solid 2px #error;
	padding:0px;
	margin:2px 0px 0px 4px;
	width:99%;
}
#forum #message p.header {
	float:right;
	background:#error;
	padding:2px 4px;
	width:23%;
	border-left:solid 1px #error;
}
#forum #message p {
	background:#error;
	float:left;
	width:73%;
}
#forum #reply {
	background-color:#error;
	border:solid 1px #error;
	border-top:0px;
	padding:0px 0px 0px 2px;
	margin:0px 0px 0px 4px;
	width:99%;
}
#forum #reply p.header {
	float:right;
	background:#error;
	padding:2px 4px 2px 5px;
	width:23%;
	border-left:solid 1px #error;
}
#forum #reply p {
	float:left;
	width:73%;
}
#forum form {
	padding:0px;
	margin:0px;
}
#forum p {
	font-size:1em;
	color:#error;
}
#forum p.owner {
	font-size:1em;
	color:#error;
}
#footer-container {
	width:100%;
	float:left;
	padding:1em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url(../pictures/design/footer-bg.png);
}
	
	
	
	
	
	
	
	
	
	
#footer {
	width:100%;
	max-width:50em;
	margin:0 auto;
}
	
#footer h6 {
	margin:0;
	padding:0;
}
	
#footer ul {
	margin:0;
	padding:0;
}
	
#footer li {
	list-style:none;
	line-height:1.5em;
	font-size:0.8em;
	padding:0;
	margin:0;
}
	
#footer a {
	color:#3d3d3d;
}
	
#footer a:hover {
	color:#6b992f;
}
#footer p {
	font-size:0.8em;
	color:#3d3d3d;
}
#data table {
	border-collapse:collapse;
	border:2px solid #error;
	color:#error;
	background:#error;
}
#data caption {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#error;
}
#data td {
	border:1px solid #error;
	padding:5px;
	background-color:#error;
	font-size:0.85em;
	color:#error;
}
#data td.money {
	text-align:right;
}
#data th.money {
	text-align:right;
}
#data tbody th:hover {
	background-color:#error;
}
#data th {
	border:1px solid #error;
	padding:5px;
	background-color:#error;
	font-size:0.85em;
	color:#error;
}
#data thead th {
	border:1px solid #error;
	text-align:left;
	font-size:1em;
	font-weight:bold;
	background:#error;
	color:#error;
}
#data tfoot th, tfoot td {
	border:1px solid #error;
	text-align:left;
	font-size:1em;
	background:#error;
	color:#error;
}
#data tfoot th {
	font-weight:bold;
}
#data tbody td a {
	background:transparent;
	color:#error;
	text-decoration:underline;
	font-weight:bold;
}
#data tbody td.selected {
	background:#error;
}
#data tbody td a:hover {
	background:transparent;
	color:#error;
}
#data tbody th a {
	background:transparent;
	color:#error;
	text-decoration:underline;
	font-weight:bold;
}
#data tbody th, tbody td {
	vertical-align:middle;
	text-align:left;
}
#data tbody th a:hover {
	background:transparent;
	color:#error;
}
#data tfoot td {
	border:1px dashed #error;
}
#data td.label {
	font-size:0.9em;
	vertical-align:top;
	color:#error;
}
#calendar {
    width: 100%;
    font-size: 0.8em; /*12*/ 
    line-height: 1.25em; /*15*/
    border-collapse: collapse;
    border-spacing: 0; 
}
#calendar caption {
    padding-bottom:0.5em;
}
#calendar th {
    text-align: left;
}
#calendar th span {
    display: none;
}
#calendar tr {
    display: block;
}
#calendar td,
#calendar th {
    display: none;
}
#calendar .day {
    margin: 1em 0 .5em 0;
    font-weight: bold;
    background: #fff;
    padding-left: 0.25em;    
}
#calendar .events {
    display: block;
}
#calendar ul {
    display: block;
    list-style: none;
    margin: 0 1.25em 0 0;/*15*/
    padding: 0;
}
#calendar li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%; /*1.25em;/*15*/
}
#calendar li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#calendar tr td:nth-of-type(1n) .day:before {
    content: 'Monday ';
}
#calendar tr td:nth-of-type(2n) .day:before {
    content: 'Tueday ';
}
#calendar tr td:nth-of-type(3n) .day:before {
    content: 'Wednesday ';
}
#calendar tr td:nth-of-type(4n) .day:before {
    content: 'Thursday ';
}
#calendar tr td:nth-of-type(5n) .day:before {
    content: 'Friday ';
}
#calendar tr td:nth-of-type(6n) .day:before {
    content: 'Saturday ';
}
#calendar tr td:nth-of-type(7n) .day:before {
    content: 'Sunday ';
}
#calendar .prev-month,
#calendar .next-month {
    display: none;
}
#bottom {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}
#bottom p {
	text-align:center;
}
#basket-container {
    width:100%;
	float:left;
    margin: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background: transparent url("../pictures/design/background.png") repeat scroll 0% 0%;	
}
#basket-bar {
	width:100%;
	max-width:50em;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
/*	
	float:left;
	width:100%;
	min-height:2em;
	margin:0 0 0.5em 0;
	font-size:0.9em;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fff;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
*/	
}
	
#basket-bar a {
	text-decoration:none;
	color:#3d3d3d;
}
#basket-bar a:hover{
	color:#3d3d3d;
}
#basket-bar div.right {
	float:right;
}
	
#basket-bar ul {
	float:right;
	height:33px;
	margin:0 auto;
	padding:0;
}
#basket-bar li {
	float:left;
	height:33px;
	margin:0 0 0 7px;
	text-align:right;
	list-style:none;
	line-height:32px;
}
#basket-bar li a {
	padding:2px 8px 2px 0;
}
	
#basket-bar li a.button {
	height:26px;
	padding:5px;
	text-shadow:0 1px 0 rgba(0,0,0,0.75);
	border:1px solid #565656;
	outline:none;
	color:#fff;
	box-shadow:none;
	background:#565656;
	border-radius:3px;
}
	
#basket-bar li a.button:hover {
	
}
#basket-bar li a.basketbutton {
	height:26px;
	padding:5px;
	text-shadow:0 1px 0 rgba(0,0,0,0.75);
	border:1px solid #0099cc;
	outline:none;
	color:#fff;
	box-shadow:none;
	background:#0099cc;
	border-radius:3px;
	position:relative;
}
#nav-bar li a.basketbutton:hover {
	
}
#basket {
	float:left;
	width:100%;
}
#basket #data{
	width:100%;
}
#basket ul.tabmenu {
	width:100%;
	height:40px;
	border-bottom:1px solid #e2e2e2;
	box-shadow:0 1px 0 rgba(255,255,255,0.75);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.75);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.75);
}
#basket li.tab {
	width:20%;
	height:100%;
	text-align:center;
	display:block;
	float:left;
	background-color:#e2e2e2;
	padding:0;
	font-weight:bold;
	margin:0;
	border:0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
	
#basket li.tab a {
	float:left;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	font-size:1em;
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	line-height:38px;
}
#basket li.tablink {
	float:left;
	width:20%;
	height:100%;
	text-align:center;
	padding:0;
	margin:0;
	border:0;
	background:none;
	line-height:38px;
	list-style:none;
}
	
#basket li.tablink a {
	float:left;
	width:100%;
	height:100%;
	color:#565656;
	text-decoration:none;
	font-size:1em;
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	line-height:38px;
}
#basket li.tablink a:hover {
	color:#3d3d3d;
}
	
	
	
#banner {
    max-width:50em;
}
#banner img {
	float: left;
	padding-right: 1em;
	border-radius: 0;
}
#banner h1 {
	color: #fff;
}
#banner h3 {
	color: #fff;
}
#banner p {
	color: #fff;
	font-size:1em;
}
img.toolbar {
	margin-right:3px;
	vertical-align:middle;
}
img.right {
	float:right;
	margin-left:3px;
}
img.left {
	float:left;
	margin-right:3px;
}
img.icon {
            margin-right:4px;
}
img.corner {
	width:5px;
	height:5px;
	border:none;
	display:block !important;
}
img.button {
            padding: 5px 22px 5px 22px;
}
img {
	border:0;
	max-width:100%;
	min-width: 16px;
	height:auto;
}
input[type='text'] {
	float:left;
	font-size:1em;
	width:100%;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	margin:0;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #e2e2e2;
}
	
input[type='submit'] {
	margin:0.5em 0;
}
input.radio {
	margin-top:2px;
}
input[type='password'] {
	float:left;
	font-size:1em;
	width:100%;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	margin:0;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #e2e2e2;
}
	
	
input[type='email'] {
	float:left;
	font-size:1em;
	width:100%;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	margin:0;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #e2e2e2;
}
	
input.checkbox {
	background-color:transparent;
	margin:0px;
	padding:0px;
	border:0;
	float:left;
	margin-top:-3px;
}
input[type="submit"] {
	float:left;
	font-size:1em;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	margin:0.5em 0;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #3d3d3d;
	background:#3d3d3d;
	color:#f2f2f2;
	cursor:pointer;
}
input[type="submit"]:hover {
	color:#fff;
	background:#565656;
}
input[type="submit"]:active {
	color:#e2e2e2;
	background:#3d3d3d;
	border:1px solid #3d3d3d;
}
input.basket {
	font-size:0.9em;
	background-color:#error;
	color:#error;
	margin-top:5px;
}
li.toolbar {
	list-style-type:none;
	margin-left:-28px;
	padding:2px;
}
li.tablink {
	float:left;
	margin:0 2px 0 0;
	padding:0;
}
li.tablink a {
	float:left;
	color:#error;
	text-decoration:none;
	font-size:1em;
	margin:0;
	padding:5px 10px 5px 10px;
	background-color:#error;
 	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
}
li.tablink a:hover {
	background-color:#error;
}
li.tab {
	float:left;
	margin:0 2px -1px 0;
padding:0;
}
li.tab a {
	float:left;
	color:#error;
	text-decoration:none;
	font-size:1em;
	margin:0;
	padding:5px 10px 5px 10px;
	background-color:#error;
	border-top:solid 1px #error;
	border-left:solid 1px #error;
	border-right:solid 1px #error;
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
}
li.sublink {
	display:block;
	float:left;
	border-right:1px solid #003063;
	border-top:1px solid #003063;
	border-bottom:1px solid #003063;
	background-color:#f2f2f2;
	padding:5px 10px;
	margin:0px 0px 0px 0px;
	font-size:0.9em;
}
	
li.sub {
	display:block;
	float:left;
	border-right:1px solid #error;
	border-top:1px solid #error;
	border-bottom:1px solid #error;
	background-color:#error;
	padding:5px 10px;
	margin:0px 0px 0px 0px;
	font-size:0.9em;
}
li.picture img {
	float:left;
}
li.picture {
	list-style:none;
	padding:4px;
}
li.panel {
	margin-left:0px;
}
li.page {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/page16.gif);
}
li.link {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/link16.gif);
}
li.doczip {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/doczip.gif);
}
li.docxls {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docxls.gif);
}
li.docwmv {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docwmv.gif);
}
li.docwma {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docwma.gif);
}
li.docwav {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docwav.gif);
}
li.doctxt {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/doctxt.gif);
}
li.docppt {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docppt.gif);
}
li.docpdf {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docpdf.gif);
}
li.docmp3 {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docmp3.gif);
}
li.doclog {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/doclog.gif);
}
li.docjpg {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docjpg.gif);
}
li.dochtm {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/dochtm.gif);
}
li.docgif {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docgif.gif);
}
li.docexe {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docexe.gif);
}
li.docdoc {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docdoc.gif);
}
li.docbmp {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/docbmp.gif);
}
li.doc {
	padding:0px 5px 5px 5px;
	margin:0px;
	list-style-image:url(../pictures/design/down16.gif);
}
li {
	color:#3d3d3d;
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	padding:0.2em 0 0.4em 0.2em;
}
ol {
	display:block;
	font-size:1em;
	padding:2px 2px 2px 20px;
	margin:2px 4px 2px 20px;
}
p.topofpage a {
	width:50px;
	color:#error;
	height:32px;
	margin:0 14px 0 0;
	padding:3px 21px 3px 23px;
	text-decoration:none;
	line-height:1.9em;
	text-shadow:0 1px 2px rgba(0,0,0,0.25);
}
p.topofpage a:hover {
	color:#error;
}
p.topofpage {
	font-size:0.9em;
	float:left;
	width:960px;
	height:24px;
	background-image:url(../pictures/design/main-bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	text-align:right;
display:none;
}
p.test{
	color:#fff;
	color:#ccc;
}
p.shadow {
	margin:0px;
	width:98%;
	color:#000;
	font-size:2.5em;
	line-height:120%;
	font-style:italic;
	box-shadow: 12px 12px 7px rgba(0,0,0,0.5);
}
	
	
p.right {
	text-align:right
}
p.reverse {
	background-color:#error;
	color:#error;
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:4px 4px 4px 4px;
}
p.post_head {
	cursor:pointer;
	font-size:0.9em;
	background:#e2e2e2;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:0.3em;
	box-shadow:0 0.1em 0.15em rgba(0,0,0,0.15);
	color:#3d3d3d;
	margin: 0 0 0.5em 0.5em !important;
	padding:0.5em !important;
	width:90% !important;
	white-space:nowrap;
}
p.normal {
	color:#3d3d3d;
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	padding:0.2em 0 0.4em 0;
	margin:0;
}
	
	
	
	
	
	
	
	
p.message {
	color:#008C45;
	font-size:1.2em;
	margin:0 0 20px 0;
	padding:4px;
	border:1px;
	border-style:solid;
	border-color:#008C45;
}
p.logos {
	text-align:center;
	margin-top:20px;
}
p.left {
	text-align:left
}
p.indent {
	margin-left:40px
}
p.hr {
	margin-top:5px;
	border-top:1px solid #error;
}
p.highlight {
	color:#6b992f;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	line-height:1.5em;
	padding:0.2em 0 0.4em 0;
	margin:0;
}
	
	
	
p.header {
    float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}
p.frantic {
	color:#error;
	text-align:center;
	border:0px;
	border-style:solid;
	border-color:#error;
	color:lime;
}
p.center {
	text-align:center
}
p.cat {
	font-size:smaller;
	margin-top:4px;
	padding-top:2px;
}
p.blog {
	float:right;
	background:#error;
	padding:2px 4px;
	width:23%;
}
p.bignormal {
	color:#3d3d3d;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
	padding:0.2em 0 0.4em 0;
	margin:0;
}
p.bighighlight {
	color:#6b992f;
	font-size:1.4em;
	font-weight:normal;
	font-style:italic;
	line-height:1.5em;
	padding:0.2em 0 0.4em 0;
	margin:0;
}
	
p {
	color:#3d3d3d;
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	padding:0.2em 0 0.4em 0;
	margin:0;
}
p img {
	border-radius:0.3em;
}
select {
	color:#error;
	font-size:0.9em;
	background-color:#error;
	margin:0px 4px 0px 2px;
}
span.underline {
	text-decoration:underline
}
span.strikethrough {
	text-decoration:line-through
}
span.small {
	font-size:0.9em;
}
	
	
	
	
span.items {
	position:absolute;
	height:14px;
	right:-9px;
	top:-6px;
	background:#cc0000;
	padding:0 3px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #8c0404;
	line-height:14px;
	font-size:10px;
}
	
	
	
span.big {
	font-size:1.2em;
	line-height:1em;
}
table.quiz {
	margin-bottom:1em;
}
table.items {
}
#footer-nav {
            background-image:url(images/footer-nav-bg.png);
            height:35px;
            line-height:29px;
        }
table.address {
}
table {
	font-size:1em;
	border-collapse:collapse;
	margin-left:4px;
	width:98%;
}
td.thumb {
	min-width:7em;
}
	
	
td.submenu {
	background-color:#error;
}
td.small {
	font-size:0.8em;
}
td.money {
	text-align:right;
}
td.label {
	font-size:0.9em;
	vertical-align:top;
	color:#error;
}
td.items {
}
td.help {
	font-size:0.8em;
	color:#error;
}
td.answer {
	margin-top:5px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	width:90%;
}
td {
	color:#error;
	padding:5px;
	line-height:1.5em;
}
textarea {
	font-family:Trebuchet MS, Verdan, arial, sans serif;
	float:left;
	font-size:1em;
	width:100%;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	margin:0;
	padding:0.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #e2e2e2;
}
	
	
th.money {
	text-align:right;
}
th.items {
}
th {
	background-color:#error;
	color:#error;
	text-align:left;
	padding:5px;
}
ul.toolbar  {
	margin-left:0px;
}
ul.tags {
float:left;
width:100%;
margin:0;
padding:0;
}
ul.tags li {
list-style:none;
float:left;
margin:0 6px 6px 0;
}
ul.tags a {
font-family:verdana, arial, sans-serif;
font-size:11px;
color:#fff;
text-decoration:none;
padding:5px 6px;
background:#6b992f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition:background 0.1s linear;
}
ul.tags a:hover {
background:#565656;
}
ul.tabmenu {
	float:left;
	width:100%;
	clear:both;
	list-style:none;
	margin:2px 0 10px 0;
	padding:0;
	font-size:0.9em;
	border-bottom:solid 1px #error;
}
ul.tabmenu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
ul.picture {
	list-style:none;
	padding:8px;
	margin:0;
}
ul.link {
	margin:0px 0px 0px 5px;
	padding:2px 2px 2px 20px;
}
ul {
	display:block;
	font-size:1em;
	padding:2px 2px 2px 20px;
	margin:2px 4px 2px 20px;
}
	
	
	

@media only screen and (max-width: 30em) {
    #footer .col_1_of_3 {
        text-align:center;
    }    
    .column {
        margin: 1% 0 1% 0%;
    }
    .col_1_of_2 {
        width: 100%;
    }
    .col_1_of_3 {
        width: 100%;
    }
    .col_1_of_4 {
        width: 100%; 
    }
    .panel {
        width:100%;
        margin-top:0;
        margin-bottom:0.75em;
    }    
    .panel:nth-child(n+1) {
        margin-left:0;
        margin-top:0;
        margin-bottom:0.75em;
    }  
	/* Smart Menu 480px */
	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
    ul.sm-ssidm{width:auto !important;}
    ul.sm-ssidm ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
    ul.sm-ssidm>li{float:none;width:100%;}
    ul.sm-ssidm>li>a,ul.sm-ssidm ul.sm-nowrap>li>a{white-space:normal;}
    ul.sm-ssidm iframe{display:none;}
    	
    /* Uncomment this rule to disable completely the sub menus for small screen devices */
    /*.sm-ssidm ul, .sm-ssidm span.sub-arrow, .sm-ssidm iframe {
    	display:none !important;
    }*/
    	
	/* Menu box
	===================*/
    .sm-ssidm ul {
    	border:0;
    	padding:0;
    	/* darken the background of the sub menus */
    	background:#0099cc;
    	-moz-border-radius:0 !important;
    	-webkit-border-radius:0 !important;
    	border-radius:0 !important;
    	-moz-box-shadow:none;
    	-webkit-box-shadow:none;
    	box-shadow:none;
    }
    	
	/* Menu items
	===================*/
    .sm-ssidm a {
    	border:0 !important;
    	padding:13px 23px !important;
    	background:transparent !important;
    	color:#fff !important;
    	-moz-border-radius:0 !important;
    	-webkit-border-radius:0 !important;
    	border-radius:0 !important;
    	-moz-box-shadow:none !important;
    	-webkit-box-shadow:none !important;
    	box-shadow:none !important;
    }
    .sm-ssidm a.current {
    	font-weight:bold;
    }
    	/* add some text indentation for the 2+ level sub menu items */
    .sm-ssidm ul a {
    	border-left:8px solid transparent !important;
    }
    .sm-ssidm ul ul a {
    	border-left:16px solid transparent !important;
    }
    .sm-ssidm ul ul ul a {
    	border-left:24px solid transparent !important;
    }
    .sm-ssidm ul ul ul ul a {
    	border-left:32px solid transparent !important;
    }
    .sm-ssidm ul ul ul ul ul a {
    	border-left:40px solid transparent !important;
    }
    	
	/* Sub menu indicators
	===================*/
    .sm-ssidm a span.sub-arrow {
    	right:auto !important;
    	margin-top:-7px !important;
    	margin-left:-16px !important;
    	border-left:9px solid #fff !important; /* tweak size of the arrow */
    	border-top:6px dashed transparent !important;
    	border-bottom:6px dashed transparent !important;
    }
    /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
    .sm-ssidm a.highlighted span.sub-arrow {
    	display:none !important;
    }
	/* Items separators
	===================*/
    .sm-ssidm li {
    	border-top:1px solid #fff;
    }
    .sm-ssidm li:first-child {
    	border-top:0;
    }
}
@media only screen and (max-width: 45em) {
    #options {
        width:98%;
    }
    #header .right {
        float:left;
    }
    #main-container {
        padding:0 0.5em 0.5em 0.5em;
    }
    .col_1_of_4 {
        width: 49.2%;
    }
    .col_1_of_4:nth-child(2n+1) { 
	clear: both;
	margin-left: 0;
    }
    .part_1_of_4 {
        width: 100%;
    	clear: both;
    	margin-left: 0;
    }
    .part_3_of_4 {
        width: 100%;
    	clear: both;
    	margin-left: 0;
    }    
    /* Smart Menu 720px */
    .sm-ssidm:not(.sm-ssidm-vertical) > li > a {
    	padding-left:6px;
    	padding-right:6px;
    }
    .sm-ssidm:not(.sm-ssidm-vertical) > li > a.has-submenu {
    	padding-right:18px;
    }
    .sm-ssidm:not(.sm-ssidm-vertical) a span.sub-arrow {
    	right:3px;
    }    
}
@media only screen and (max-width: 45em) and (min-width: 30em) {
     .panel {
        width:49.2%;
    }
    .panel:nth-child(2) {
        margin-top:0;
    }
    .panel:nth-child(n+3) {
        margin-top:0.5em;
        clear:both;
    }    
    .panel:nth-child(2n+2) {
        margin-left:1.6%;
    }  
}
@media screen and (min-width:30em) {
    /* Calendar */
    #calendar ul {
        margin-top:1.25em;
    }
	#calendar tr {
	    display: table-row;
	}
	#calendar th, #calendar td {
	    display: table-cell !important;
	    margin: 0;
	    width: 14.2857%;
	    padding: 0.4166em;/*10*/
	    border: 1px solid #babcbf;
	    vertical-align: top;
	}
	#calendar .prev-month .day {
	    color: #bbb;
	}
	#calendar .next-month .day {
	    color: #ccc;
	}
	#calendar td .day {
	    display: block;
	    float: right;
	    margin: 0;
	    font-weight: normal;
	}
	#calendar td .day:before {
	    display: none;
	}
	#calendar td .suffix {
	    display: none;
	}    
}
@media screen and (min-width:40em) {
    /* show full days (e.g. "Mon" to "Monday") */
	#calendar th span {
	    display: inline;
	}
}
@media only screen and (min-width: 40em) and (min-height: 20em) {
	#calendar td {
	    height: 2.5em;/*30*/
	}
}
@media only screen and (min-width: 40em) and (min-height: 40em) {
	#calendar td {
	    height: 6.25em;/*75*/
	}    
}


