@import url(normalize.css);
@import url(component.css);
@import url(nivo-slider.css);
@import url(jquery.qtip.min.css);

/* ##################### viewport ##################### */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


@font-face {
    font-family: 'PhilmoreRegular';
    src: url('philmnor-webfont.eot');
    src: url('philmnor-webfont.eot?#iefix') format('embedded-opentype'),
         url('philmnor-webfont.woff') format('woff'),
         url('philmnor-webfont.ttf') format('truetype'),
         url('philmnor-webfont.svg#PhilmoreRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	outline: none !important;
	text-decoration: none;
}
a img {
	border: none;
}
html {
	background-color: #242424;
}
body {
	background: #242424 url(images/bk.jpg) no-repeat fixed center top;
	background-size: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#base {
	padding: 0px;
	max-width: 1000px;
	margin: 0 auto;
}
#leftside {
	position: fixed;
	height: auto;
	float: left;
	display: inline;
	min-width: 235px;
	padding: 10px 0;
}

#rightside {
	width: 74%;
	display: inline;
	float: right;
	padding: 0;

}
h2 {
	font-family: "PhilmoreRegular", Helvetica, Arial, sans-serif;
	font-size: 45px;
	line-height: 55px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 15px 0px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.65);
}
h3 {
	font-family: Arial, sans-serif;
	color: #626e74;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
}
h4 {
	font: normal 25px/35px "PhilmoreRegular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
	border-bottom: 1px solid #6E94B2;
	padding-bottom: 5px;
	margin: 0px 0px 15px 0px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.65);
}

hr {
	color: #778288;
	padding: 2px 0, 2px, 0;
	border-style: dotted;
	border-width: 1px;
}
#textbox {
	margin: 25px 0px;
	padding: 20px;
	min-height: 500px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#textbox p, #textbox li {
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #626e74;
}
#textbox li {
	padding: 3px 0;
}
#textbox:after {
	content: "";
	display: block;
	clear: both;
}
#logo {

	width: 100%;
	height: auto;
	margin-top: 15px;
}
.itembox {
	background: #F1F1F1;
	font: normal 13px Arial, sans-serif;
	color: #284E75;
	padding: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.itembox p {
	margin: 6px 0 0 0;
}
.itembox span {
	float: right;
}
.vpicbox {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.hpicbox {
	display: block;
	text-align: center;
	margin: 10px;
}
#cartinfo {
	max-width: 90%;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
}
#cartinfo > h3 {
	color: #FFF;
	margin: 5px 0;
}
#cartinfo > p {
	font: normal 15px Helvetica, Arial, sans-serif;
}
#cartinfo span {
	font: normal 20px Helvetica, Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#cartinfo .chckbutton a {
	display: block;
	background-color: #7F301E;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #8BBBBA;
	margin-top: -15px;
	padding: 6px 10px;
	text-align: center;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#cartinfo .chckbutton a:hover {
	background-color: #FFF;
	color: #7F301E;
}
.info {
	display: inline;
}
#textbox table {
	width: 100%;
	border-top: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
	margin: 0 0 20px 0;
}
#textbox table th {
	height: 25px;
	color: #60271A;
	text-align: center;
	line-height: 25px;
	border-bottom: 1px solid #A4A4A4;
}
#textbox table th:first-child {
	text-align: left !important;
}
#textbox table td {
	padding: 8px 0;
}
#textbox input[type="number"] {
	width: 75px;
}
#textbox tr td {
	text-align: center;
}
#textbox tr td:first-child {
	text-align: left !important;
}
.shippingRow {
	border-top: 1px double #A4A4A4;
}
.final {
	height: 30px;
	border-top: 5px double #A4A4A4;
	font-weight: bold;
}
#sc_checkout_breadcrumb {
	margin: 0;
	padding: 0;
}
#sc_checkout_breadcrumb li {
	display: inline;
	padding: 0;
}

#sc_checkout_breadcrumb li:after {
	content: ' > ';
	padding: 0 3px;
}
#sc_checkout_breadcrumb li:last-child:after {
	content: '';
}
#buyerinfo input[type="text"], #buyerinfo input[type="email"] {
	font-family: Arial, sans-serif;
	width: 90%;
	font-size: 15px;
	line-height: 28px;
	height: 28px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: 5px;
}
#buyerinfo p {
	display: inline-block;
	width: 50%;
	margin: 10px 0;
}
.greetings {
	width: 100% !important;
}
.sc_active, .reqstar {
	color: #8E1D01 !important;
}
#recap p {
	margin: 5px 0;
}
#recap .reqstar {
	display: none;
}
.cartcount {
	display: inline-block;
	background: url(images/cart-icon.png) no-repeat right top;
	padding-right: 30px;
	color: #344354;
}
	
	
/* ########## navigation ######### */

#navigation {
	width: 230px;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 25px;
	padding-left: 12px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-type: none;
	margin-left: 15px;
	color: #FFF;
	font-family: "PhilmoreRegular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #4b9aaf;
	text-decoration: none;
	-webkit-transition: background .5s ease, color 0.3s linear;
	-moz-transition: background .5s ease, color 0.3s linear;
	-o-transition: background .5s ease, color 0.3s linear;
	transition: background .5s ease, color 0.3s linear;
}
.current a {
	color: #4b9aaf !important;
}
#pull {
	display: none;
}

/* Main container anchors */

#rightside a {
	color: #284E75;
	font-weight: normal;
	text-decoration: none;
}
#rightside a:hover {
	color: #419BAF;
}

/* footer stuff */
#footer {
	min-height: 200px;
	width: 100%;
	clear: both;
	-webkit-box-shadow: inset 0 7px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 7px 4px rgba(0, 0, 0, 0.65);
	box-shadow: inset 0 7px 4px rgba(0, 0, 0, 0.65);
	background-color: #242424;
}
#footerbox {
	max-width: 975px;
	margin: 20px auto 20px auto;
}
#footerbox ul {
	margin: 0;
	padding: 0;
}
.footercopy {
	padding: 12px;
	min-height: 220px;
	border: 1px solid #778288;
	background-color: rgba(58, 77, 82, 0.4);
	-webkit-box-shadow: inset 3px 5px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 3px 5px 4px rgba(0, 0, 0, 0.35);
	box-shadow: inset 3px 5px 4px rgba(0, 0, 0, 0.35);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.footercopy p {
	color: #fff;
	text-align: left;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.footercopy a {
	color: #95A2AA;
	text-decoration: none;
}
.footercopy a:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background .5s ease, color 0.3s linear;
	-moz-transition: background .5s ease, color 0.3s linear;
	-o-transition: background .5s ease, color 0.3s linear;
	transition: background .5s ease, color 0.3s linear;
}
.footercopy h4 {
	color: #95A2AA;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.footelements {
	margin-top: 20px;
	margin-right: 2%;
	float: left;
	display: inline;
	width: 32%;
	min-width: 280px;
}
.footelements:last-child {
	margin-right: 0px;
}
.clear {
	clear: both;
}
.clear p {
	display: none;
}
/* stock photo logo list */
#affiliates {
	background: url(images/agencies.gif) no-repeat right center;
}
#affiliates ul {
	margin: 0px;
	padding: 0px;
}
#affiliates li {
	list-style: none;
	text-align: left;
	padding-left: 30px;
	margin: 5px 0px 5px 0px;
	background: url(images/arrow.gif) no-repeat left top;
}
#affiliates li:hover {
	background: url(images/arrow.gif) no-repeat left -36px;
	-webkit-transition: background .5s ease, 0.3s linear;
	-moz-transition: background .5s ease, 0.3s linear;
	-o-transition: background .5s ease, 0.3s linear;
	transition: background .5s ease, 0.3s linear;
}
#affiliates li a {
	border: none;
}
.affiliatelogo {
	border: 1px solid #0E1516;
	background-color: #fff;
	width: 155px;
	height: 26px;
	text-align: center;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
.affiliatelogo img {
	border: none;
}
/* end of stock logos */

/* end of footer stuff */

/* The home page slideshow css */

#picwindow {
	max-width: 700px;
	position: relative;
	margin: 25px auto 20px auto;
	float: right;
}
#picwindow img {
	width: 100%;
	height: auto;
}
#slider {
	position:absolute;
	top: 0;
	max-width:700px;
	/* max-height:467px; */
	background:url(images/loading.gif) no-repeat 50% 50%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: solid 8px #fff;
	clear: left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right: 3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* end homepage slideshow */

/* a little protection. Not much though */
#gotya {
	position: absolute;
	z-index: 1000;
	max-width: 700px;
	max-height: 534px;
	top: 0px;
	left: 0px;
}
#gotya p {
	display: none;
}

.tooltiptext {
	display: none;
}


/* model form */

.model {
	
}
#subform {
	width: 65%;
	max-width: 500px;
	background: rgba(255, 255, 255, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 25px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #626e74;
}
.twoup {
	width: 50%;
	display: inline;
	float: left;
	margin-bottom: 9px;
}
#subform > hr {
	clear: both;
	height: 1px;
	background: #778286;
	border: 0;
}
#subform select {
	width: 150px;
	height: 22px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #626e74;
}
textarea:focus, input[type=text]:focus, input[type=email]:focus, select:focus {
	background: #ecf1f2;
	-webkit-box-shadow: 0 0 8px rgba(138, 29, 3, 0.5);
	-moz-box-shadow: 0 0 8px rgba(138, 29, 3, 0.5);
	box-shadow: 0 0 8px rgba(138, 29, 3, 0.5);
}
.textfield {
	width: 100%;
}
.textfield textarea, #buyerinfo textarea {
	width: 100%;
	height: 85px;
	padding: 7px;
	resize: vertical;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#subform input[type="text"], #subform input[type="email"] {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	height: 25px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: 5px;
}
#subform button, input[type="submit"] {
	background-color: #7F301E;
	font: normal 17px Arial, sans-serif;
	padding: 4px 10px;
	border: 1px solid #8BBBBA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#subform button:hover {
	background-color: #9F7972;
}


/* contact form */

#contactform * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contactform {
	background: rgba(255, 255, 255, 0.4);
	max-width: 500px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px auto;
	padding: 10px 20px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#contactform ul { 
	margin: 0;
	padding: 0;
}
#contactform li { 
	list-style: none; 
	margin: 1em 0; 
	padding: 0; 
} 
#contactform li label { 
	font-weight: bold; 
} 
#contactform li p { 
	margin: 0; 
} 
#contactform li p.description { 
	font-style: italic; 
} 
#contactform textarea, #contactform .InputfieldMaxWidth { 
	width: 100%; 
	resize: vertical;
} 
#contactform .InputfieldSubmit label, .important { 
	display: none; 
} 
.ui-state-error-text { 
	color: red; 
}
#contactform input, #contactform textarea {
	width: 100%;
	min-height: 32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #A6A6A6;
	text-align: left;
	padding-left: 10px;
	color: #868686;
}
#contactform textarea {
	padding: 10px;
}
#contactform button {
	height: 30px;
	background-color: #7F301E;
	font: normal 17px/17px 'PhilmoreRegular',sans-serif;
	text-transform: uppercase;
	padding: 6px 10px 2px 10px;
	border: 1px solid #8BBBBA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FFF !important;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#contactform button:hover {
	background-color: #4896AF;
}


/* log in forms */

.error, .errors, li p span.ui-state-error {
	font-weight: bold;
	text-align: center;
	color: #e20101 !Important;
}
.InputfieldPassword .pass-confirm > span, .InputfieldPassword .pass-scores > span {
    display: none;
}
.login, .register {
	background: rgba(255, 255, 255, 0.4);
	max-width: 500px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px auto;
	padding: 20px 30px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.login #user, .login #email {
	background: #fff url(images/login-icons.png) no-repeat 5px top;
	width: 100%;
	height: 35px;
	padding: 0 0 0 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #A6A6A6;
	text-align: left;
	text-indent: 25px;
	color: #868686;
}
 .login #pass {
 	background: #FFF url(images/login-icons.png) no-repeat 5px -32px;
	width: 100%;
	height: 35px;
	padding: 0 0 0 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #A6A6A6;
	text-align: left;
	text-indent: 25px;
	color: #868686;
}
.first-p {
	margin-top: 0;
	text-align: center;
}
.login p {
	text-align: center;
}

#sbplogin, #sbpregister {
	display: block;
	padding: 0 10px 10px 10px !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.login h3 a {
	text-align: center;
	display: block;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #b5cdd5;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.login h3 a:hover {
	background-color: #F5F5F5;
}
#sbpregister ul {
	margin: 0;
	padding: 0;
}
#sbpregister li {
	border: none !important;
	list-style: none;

	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 5px;
}
#sbpregister label {
	font-weight: bold;
}
#sbpregister input {
	width: 100%;
	height: 35px;
	text-indent: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #A6A6A6;
	color: #868686;
}
#sbpregister label span {
	display: none;
}
.description {
	margin: 4px 0;
	font-size: 90% !important;
	color: #467394;
}
.btn, #sbpregister button {
	width: 100%;
	height: 30px;
	background-color: #7F301E;
	font: normal 17px/17px 'PhilmoreRegular',sans-serif;
	text-transform: uppercase;
	padding: 6px 10px 2px 10px;
	border: 1px solid #8BBBBA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FFF !important;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.btn:hover, #sbpregister button:hover {
	background-color: #4896AF;
}
.sbpreg {
	padding: 9px 18px 3px 18px;
	margin-top: 5px;
	display: inline-block;
	font: normal 18px/18px 'PhilmoreRegular', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#054c83), to(#5782bd));
	background-image: -moz-linear-gradient(0 100% 90deg, #5782bd, #054c83);
	-moz-border-radius: 6px;
	border: 3px solid #EEE;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
a.sbpreg {
	color: #FFF !important;
}
a.sbpreg:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4896AF), to(#74b7cc));
	background-image: -moz-linear-gradient(0 100% 90deg, #74b7cc, #4896AF);
}
.ty {
	text-align: center;
	color: #485a6e;
}
#submit_forgot {
	padding: 9px 18px 3px 18px;
	margin-top: 5px;
	display: inline-block;
	font: normal 18px/18px 'PhilmoreRegular', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#054c83), to(#5782bd));
	background-image: -moz-linear-gradient(0 100% 90deg, #5782bd, #054c83);
	-moz-border-radius: 6px;
	border: 3px solid #EEE;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#username, #email {
	width: 100%;
}
.Inputfields {
	margin: 0;
	padding: 0;
}
#wrap_username label {
	font-weight: bold;
	color: #005185;
}
.Inputfields li {
	list-style: none;
}
.InputfieldHeaderHidden {
	display:none;
}


/* media queries */

@media only screen and (max-height: 675px) {
	#leftside {
		position: absolute;
	}
}
@media only screen and (max-width: 940px) {
    #leftside {
    	position: static;
		float: none;
		display: block;
		width: 100%;
		padding: 1px 0;
	}
	#logo {
    width: 230px;
    height: auto;
    margin: 15px auto 0 auto;
	}
    #rightside {
    	width: 100%;
    	display: block;
    	float: none;
    	padding: 0 20px;
	}
	#picwindow {
    	float: none;
	}
	#navigation {
    	width: 100%;
    	margin-top: 5px;
    	margin-left: 0;
    	margin-bottom: 5px;
    	padding-left: 0;
    }
    #navigation ul {
    	text-align: center;
    }
	#navigation ul li {
		margin-left: 0;
		display: inline;
		padding: 0 10px;
	}
	#footerbox {
		padding: 10px;
	}
	.footelements {
    	float: left;
    	display: inline;
    	width: 48%;
    	min-width: 300px;
	}
}

@media only screen and (max-width: 700px) {
	.footelements {
    	float: none;
    	display: block;
    	width: 100%;
    	min-width: 300px;
	}
	#navigation ul {
		display: none;
		height: auto;
	}
	#navigation ul li {
		margin-left: 0;
		background-color: #5D5D5D;
		border-bottom: 1px solid #FFF;
		display: block;
		padding: 7px 0;
	}
	#navigation ul li a {
		display: block;
	}
	#pull {  
        display: block;  
        line-height: 40px;
        background-color: #404040;  
        width: 100%;  
        position: relative; 
        color: #FFF !important; 
        text-decoration: none;
        font-weight: bold !important;
        text-indent: 15px;
        z-index: 10;
        -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
		box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
    }  
	#pull:after {  
        content:"";  
        background: url(images/nav-icon.png) no-repeat;  
        width: 30px;  
        height: 30px;  
        display: inline-block;  
        position: absolute;  
        right: 15px;  
        top: 10px;  
    }
    #subform {
    	width: 100%;
    	padding: 15px;
	}
}
@media only screen and (max-width: 440px) {
	.twoup {
    	width: 100% !important;
    	display: block;
    	float: none;
	}
	#subform select {
		width: 100%;
	}
	#subform input[type="text"], #subform input[type="email"] {
		width: 100%;
	}
}