* {
	outline:none;
}
a.toolbar {
	color:#error;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
}
a.toolbar:hover {
	color:#error;
}
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 {
	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.right {
	float:right;
}
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;
}
	
	
	
div.panel {
    float:left;
	background-color:#FFFFFF;
	color:#3d3d3d;
	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.panel p {
	padding: 0.5em 0.5em 0 0.5em;
}
div.panel h3 {
	padding: 0.5em 0.5em 0 0.5em;
}
div.panel h4 {
	padding: 0.5em 0.5em 0 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;
	background-color:#f2f2f2;
	color:#3d3d3d;
	width:100%;
	margin:0 0 0.9375em 0;
	border:1px solid #3d3d3d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 0.9em;
}
div.light p {
	padding: 0.5em 0.5em 0 0.5em;
}
div.light h3 {
	padding: 0.5em 0.5em 0 0.5em;
}
div.light h4 {
	padding: 0.5em 0.5em 0 0.5em;
}
div.left {
	float:left;
}
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 {
	float:left;
    width:100%;
    margin:5px 0 20px 0;
}
div.home h4 {
    float:left;
    height:41px;
    width:630px;
    margin:0 0 15px 0;
    padding:0 0 0 20px;
    background:url(../pictures/design/heading-bg.png) left top no-repeat;
    font-family:Arial;
    font-size:18px;
    font-weight:normal;
    color:#fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.9);
    line-height:32px;
}
/*
div.home {
	background-color:#d8ecff;
	color:#003399;
	float:left;
	width:100%;
	min-height:16em;
	margin:5px 0 20px 0;
	padding:0px 0px 0px 0px;
	border:1px solid #error;
	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;
	background:url(../pictures/design/heading-bg.png) left top no-repeat;
}
	
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.center {
	padding-top:4px;
	padding-bottom:8px;
	text-align:center;
}
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%;
}
	
	
#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;
	/*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;
}
	
	
	
	
	
	
	
#rightbox {
	float:left;
	width:65%;
}
	
#rightbox #rightbox-inner {
	float:left;
	width:100%;
}
	
	
	
#popup {
	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:#cc0000;
	color:#fff;
	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%;
	margin-bottom: 1em;
	padding:0.5em 1em;
	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);
}
#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-inner {
	position:relative;
	width:100%;
	max-width:50em;
	margin:0 auto;
	padding:0.5em 0 0 0;
}
#options {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 1em;
	/*background-color:#d8ecff;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
	
#options .left {
	width:50%;
}
#options .right {
	width:50%;
	float:right;
}
	
#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:1em auto 0 auto;
	padding:0;
}
	
	
	
	
	
	
	
	
#leftbox-inner {
	float:left;
	width:100%;
}
	
#leftbox{
	float:right;
	width:30%;
}
	
	
#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.5em 1.8em 0.85em 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;
}
	
	
	
	
#fullpage {
	float:left;
	width:100%;
	margin-bottom: 1em;
	padding: 1.25em;
	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);
}
#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:#fff;
}
	
#left {
	float:left;
	width:32%;
}
	
#mid {
	float:left;
	width:32%;
	text-align:center;
	margin:0 2%;
}
	
#right {
	float:left;
	width:32%;
	text-align:right;
}
	
#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 div {
	clear: both;
}
	
#calendar table {
	width:100%;
}
	
#calendar table tbody{
	padding:0;
}
	
#calendar table.year {
	width:958px;
}
	
#calendar caption {
	background-color:#error;
	color:#error;
	font-size:1.2em;
	font-weight:bold;
}
	
#calendar td {
	font-size:0.8em;
	width:103px;
	margin:0;
	padding:0;
	white-space:nowrap;
	vertical-align:top;
}
	
#calendar td.month {
	background-color:#error;
	height:40px;
	min-height:40px;
	width:100px;
}
	
#calendar td.blank {
	background-color:#error;
	width:22px;
}
	
#calendar td.yearday {
	background-color:#error;
	width:22px;
}
	
#calendar td.yearend {
	background-color:#error;
	width:22px;
}
	
#calendar th {
	background-color:#error;
	color:#error;
	font-weight:bold;
	text-align:center;
}
	
#calendar td.weekend {
	background-color:#error;
	height:60px;
	min-height:60px;
}
	
#calendar td.weekday {
	background-color:#error;
	height:60px;
	min-height:60px;
}
	
#calendar td.other {
	background-color:#error;
	height:60px;
	min-height:60px;
}
	
#calendar td.a {
	font-size:1em;
}
	
#calendar div {
	vertical-align:top;
	text-align:center;
	padding:1px;
}
	
#calendar div.date {
	background-color:#error;
	border:1px solid #error;
}
	
#calendar div.other {
	background-color:#error;
	border:1px solid #error;
}
	
#calendar div.event {
	background-color:#error;
	border-left:1px solid #error;
	border-right:1px solid #error;
	padding-bottom:4px;
	border-bottom:1px solid #error;
	margin-bottom:2px;
}
	
	
#bottom {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}
#bottom p {
	text-align:center;
}
#basket-bar {
	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.left {
	float:left;
}
	
#basket-bar div.left ul {
	float:left;
	width:auto;
	height:33px;
	margin:0;
	padding:0;
}
	
#basket-bar div.left li {
	float:left;
	height:33px;
	margin:0;
	padding:0 20px 0 10px;
	list-style:none;
	line-height:32px;
	background:url(../pictures/design/breadcrumb.png) right no-repeat;
}
	
#basket-bar div.right {
	float:right;
}
	
#basket-bar div.right ul {
	float:right;
	width:auto;
	height:33px;
	margin:0 10px 0 0;
	padding:0;
}
#basket-bar div.right li {
	float:left;
	height:33px;
	margin:0 0 0 7px;
	text-align:right;
	list-style:none;
	line-height:32px;
}
#basket-bar div.right a {
	padding:2px 8px 2px 0;
}
	
#basket-bar div.right 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 div.right a.button:hover {
	
}
#basket-bar div.right 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 div.right 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 {
}
#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%;
	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;
	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;
	color:;#fff;
}
	
	
	
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:#e5ffe5;
	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:#e5ffe5;
	margin: 0 0 0.5em 0.5em !important;
	padding:0.5em !important;
	width:90% !important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
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.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: 25em) {
    #options, #header-container, #top-menu, #main-container, #footer-container {
    	padding-right:1.2em;
    	padding-left:1.2em;
    }
    #rightbox, #leftbox, #sidepage, #mid, #right {
    	margin-top:1.2em;
    }
}
@media only screen and (max-width: 30em) {
    #fullpage {
    	padding: 0.25em;
    }
    div.home {
    	width:100%;
    }
}
@media only screen and (max-width: 36em) {
    #top-menu, #main-container, #footer-container {
        padding-left:0;
        padding-right:0;
    }
    #main-container {
        margin-bottom:0em;
    }
    #header-container {
        margin-top:4.25em;
    }
    #options .left {
        width:100%;
    }
    #options .right {
        width:100%;
        float:left;
    }
    #options form {
        float:left;
        margin-top:0.25em;
    }
    #partpage, #sidepage {
        margin:0;
    }
	
	/* Smart Menu 640px */
	/* 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) {
    #page {
        background:#3b74bb;
    }
    #header-container {
        margin-bottom:0;
    }
    #rightbox, #leftbox, #partpage, #sidepage, #left, #mid, #right {
    	float:left;
    	width:100%;
    }
    /*#rightbox, #sidepage, #mid, #right {
    	margin-top:1.4em;
    }*/
    #left, #mid, #right {
    	text-align:center;
    }
    div.panel {
        margin-bottom: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: 50em) {
    #banner img {
        width:100%;
        float:left;
    }
    /*
    #options, #top-menu, #main-container, #footer-container {
        padding:0 0.8em;
    }
    #main-container {
        margin-bottom:0.2em;
    }*/
    div.home {
    	width:48%;
    }
    /* Smart Menu 850px */
    .sm-ssidm:not(.sm-ssidm-vertical) > li > a {
    	padding-left:12px;
    	padding-right:12px;
    }
    .sm-ssidm:not(.sm-ssidm-vertical) > li > a.has-submenu {
    	padding-right:24px;
    }
    .sm-ssidm:not(.sm-ssidm-vertical) a span.sub-arrow {
    	right:9px;
    }    
}


