html {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;/*setting font size to 62.5 means that 1.0em is equal to 10px. Size renders more accurately across platforms*/
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FF3192;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header { 
	height: 102px; /* if you're changing the source order of the columns, you may want to use a height on the header so that you can give the columns a predictable top value */
	background: #ff0078; /* #fe8d3b; fea442 */
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#mainContent { 
	margin: 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
	font-size:1.2em;
}
#mainContent a {
	/*font-size:11px;*/
	color:#0000ff;
}

#content {
	color:#000000; 
	background-color:#ffffff; 
	position:absolute; 
	top:56px; 
	left:170px;
}

a.deflinknav:link, a.deflinknav:visited { color:#0000ff; text-decoration:none; }
a.deflinknav:active { color:#ffff00; text-decoration:none; }
a.deflinknav:hover { color:#000000; text-decoration:underline; }
a.deflinkuline:link, a.deflinkuline:visited  { color:#0000ff; text-decoration:underline; }
a.deflinkuline:active { color:#ffff00; text-decoration:underline; }
a.deflinkuline:hover { color:#000000; text-decoration:underline; }

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

div .bannertext { position:relative; top: 0px; left: 0px; margin: 0 230px; padding: 14px 20px 10px; text-align:center; vertical-align:middle; font-size:4.5em; color:#EEE; font-family:'Comic Sans MS', 'Arial'; height: 98px;
    }
nav { background: #6f8fff; padding: 10px 0; min-height: 60px; }
nav #container {width: 90%; max-width: 800px; margin: 0 auto; position: relative; }
nav ul, nav li { margin: 0; padding: 0; list-style: none; }
nav a { font-family: arial, helvetica, sans-serif; text-decoration: none; padding: 0 1em; color: #EEE; font-size: 1.8em; height: 60px; line-height: 60px; display: block; }
nav a:hover { background: #1776fe; color: #eee; text-decoration: none; }
nav a:active { background: #0766fe; }
nav #menu { overflow: hidden; max-height: 0; clear: left; }
nav #menu.open { max-height: 9999px; }
nav #menu-toggle { position: absolute; right: 0; top: 0; font-size: 1.5em; padding: 0 16px; }
nav #menu-toggle img { margin-top: 15px; }
nav ul.user { border-top: 1px solid #0A4D69; }

p.faq { text-align:left; font-size:1.2em; /*margin:14px 0 40px;*/ }
.priv { text-align:left; font-size:1.2em; /*margin:14px 0 40px;*/ }
.container { width: 90%; max-width: 850px; margin: 20px auto; position: relative;  display:inline-block; }
.container table { text-align:center; margin:0 auto; }
.onlineorder { border:1px solid; margin:0 auto; border-collapse: separate; border-spacing: 0px;  }
.onlineorder tr { background:#FFFFEE; }
.onlineorder td { padding:5px; border:0; text-align:left; font-size:1.1em; }
.contactform { display:block; margin:0 auto; text-align:left; width:460px; border:none; }
.contactform label { display:block; margin-top:20px; letter-spacing:2px; font-size:1.5em; color:#FE8DC2; font-weight:bold; }
.contactform input, textarea { width:439px; height:27px; background:#f8ffff; border:1px solid #dedede; padding:10px; margin-top:3px; font-size:1.5em; color:#3a3a3a; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.contactform input#submit { width:127px; height:38px; background:url(graphics/submit.jpg); text-indent:-9999px; border:none; margin-top:20px; cursor:pointer; margin:20px auto; display:block; }
.contactform input#submit:hover { opacity:.9; }
.contactform #website { display: none; }
.g-recaptcha { width: 127px; height: 38px; background: url(graphics/submit.jpg); text-indent: -9999px; border: none; margin-top: 20px; cursor: pointer; margin: 20px auto; display: block; }
.g-recaptcha:hover { opacity: .9; }

.contactform textarea { height:213px; no-repeat #f8ffff; font-size:1.9em; }
input:focus, textarea:focus { border:1px solid #97d6eb; }

#wrap { width:200%; overflow:hidden; clear:both; }
#one, #two { width:50%; float:left;  text-align:center; }
#one {  }
#two {  }

.pagetitle { padding-top:20px; }

@media only screen and (max-width:399px) {
  div .bannertext { position:relative; top: 0px; left: 0px; margin: 0 0px; padding: 14px 10px 10px; text-align:center; vertical-align:middle; font-size:1.5em; 
                    color:#EEE; font-family:'Comic Sans MS', 'Arial'; height: 56px;
    }
  #header { height: 60px; }
  .pagetitle { padding-top: 1px; font-size:1.5em; }
  nav, nav #menu { height: 60px !important; }
  nav li, nav a { float:left; text-align:center; }
  nav ul.site { display:inline-block; padding: 0; clear: none; }
  nav ul.site li { margin: 0 0 0 10px; }
  nav #menu-toggle { display: none !important; }
  nav #menu { max-height: 9999px; clear: none; } 
  .image img, .image .screenshot { margin: 0; max-width: 200px; width: 100%; padding: 20px 10px; }
  .image .screenshot { float: right; }
  .image .image1 { float: left; }
  .image .image2 {float: right; }
  .image .image3 { float: left; }
  .image .image4 { float: right; }
  .image .image5 { float: left; }
  .image .image6 { float: right; }
  .image .image7 { float: left; }
  .image .image8 { float: right; }
  .image .image9 { float: left; }
  .image .image10 { float: left; }
  .text { min-height: 200px; }
  .text { display: block; float: right; width: 500px; padding: 10px 2%; text-align: left; }
  .image { margin: -1em 0; min-height: 100px; }
  .container { width: 90%; max-width: 850px; margin: 20px auto; position: relative;  display:inline-block; }
}

@media only screen and (min-width:400px) and (max-width: 509px) {
  div .bannertext { position:relative; top: 0px; left: 0px; margin: 0 0px; padding: 14px 20px 10px; text-align:center; vertical-align:middle; font-size:1.8em; 
                    color:#EEE; font-family:'Comic Sans MS', 'Arial'; height: 56px;
    }
  #header { height: 60px; }
  .pagetitle { padding-top: 1px; font-size:1.8em; }
  nav, nav #menu { height: 60px !important; }
  nav li, nav a { float:left; text-align:center; }
  nav ul.site { display:inline-block; padding: 0; clear: none; }
  nav ul.site li { margin: 0 0 0 10px; }
  nav #menu-toggle { display: none !important; }
  nav #menu { max-height: 9999px; clear: none; } 
  .image img, .image .screenshot { margin: 0; max-width: 200px; width: 100%; padding: 20px 10px; }
  .image .screenshot { float: right; }
  .image .image1 { float: left; }
  .image .image2 {float: right; }
  .image .image3 { float: left; }
  .image .image4 { float: right; }
  .image .image5 { float: left; }
  .image .image6 { float: right; }
  .image .image7 { float: left; }
  .image .image8 { float: right; }
  .image .image9 { float: left; }
  .image .image10 { float: left; }
  .text { min-height: 200px; }
  .text { display: block; float: right; width: 500px; padding: 10px 2%; text-align: left; }
  .image { margin: -1em 0; min-height: 100px; }
  .container { width: 90%; max-width: 850px; margin: 20px auto; position: relative;  display:inline-block; }
}

@media only screen and (min-width: 510px) and (max-width:629px) {
  div .bannertext { position:relative; top: 0px; left: 0px; margin: 0 0px; padding: 14px 20px 10px; text-align:center; vertical-align:middle; font-size:2.2em; 
                    color:#EEE; font-family:'Comic Sans MS', 'Arial'; height: 56px;
    }
  #header { height: 68px; }
  .pagetitle { padding-top:1px; font-size:2.2em; }
  nav, nav #menu { height: 60px !important; }
  nav li, nav a { float:left; text-align:center; }
  nav ul.site { display:inline-block; padding: 0; clear: none; }
  nav ul.site li { margin: 0 0 0 10px; }
  nav #menu-toggle { display: none !important; }
  nav #menu { max-height: 9999px; clear: none; } 
  .image img, .image .screenshot { margin: 0; max-width: 200px; width: 100%; padding: 20px 10px; }
  .image .screenshot { float: right; }
  .image .image1 { float: left; }
  .image .image2 { float: right; }
  .image .image3 { float: left; }
  .image .image4 { float: right; }
  .image .image5 { float: left; }
  .image .image6 { float: right; }
  .image .image7 { float: left; }
  .image .image8 { float: right; }
  .image .image9 { float: left; }
  .image .image10 { float: left; }
  .text { min-height: 200px; }
  .text { display: block; float: right; width: 500px; padding: 10px 2%; text-align: left; }
  .image { margin: -1em 0; min-height: 100px; }
  .container { width: 90%; max-width: 850px; margin: 20px auto; position: relative;  display:inline-block; }
}

@media only screen and (min-width: 630px) and (max-width: 929px) { /* this is ok - fix smaller screens */
  div .bannertext { position:relative; top: 0px; left: 0px; margin: 0 0px; padding: 14px 20px 10px; text-align:center; 
                    vertical-align:middle; font-size:2.6em; color:#EEE; font-family:'Comic Sans MS', 'Arial'; height:56px; 
    }
  #header { height: 68px; }
  .pagetitle { padding-top:1px; font-size:2.6em; }
  nav, nav #menu { height: 60px !important; }
  nav li, nav a { float:left; text-align:center; }
  nav ul.site { display:inline-block; padding: 0; clear: none; }
  nav ul.site li { margin: 0 0 0 10px; }
  nav #menu-toggle { display: none !important; }
  nav #menu { max-height: 9999px; clear: none; } 
  .image img, .image .screenshot { margin: 0; max-width: 250px; width: 100%; padding: 20px 10px; }
  .image .screenshot { float: right; }
  .image .image1 { float: left; }
  .image .image2 {float: right; }
  .image .image3 { float: left; }
  .image .image4 { float:right; }
  .image .image5 { float:left; }
  .image .image6 {float:right; }
  .image .image7 {float: left; }
  .image .image8 { float:right; }
  .image .image9 { float: left; }
  .image .image10 { float: left; }
  .text { min-height: 200px; }
  .text { display: block; float: right; width: 500px; padding: 10px 2%; text-align: left; }
  .image { margin: -1em 0; min-height: 100px; }
  .container { width: 90%; max-width: 850px; margin: 20px auto; position: relative;  display:inline-block; }
}

@media only screen and (min-width: 930px) { 
  div .bannertext { position:relative; top: 0px; left: 0px; margin: 0 0px; padding: 14px 20px 10px; text-align:center; vertical-align:middle; font-size:4.0em; color:#EEE; font-family:'Comic Sans MS', 'Arial'; height: 98px;
    }
  #subtitle { font-size:0.5em; color:#EEE; font-family:'Comic Sans MS', 'Arial'; 
  }
  .pagetitle { padding-top:20px; font-size:3.6em; }
  #header { height: 116px; }
  nav, nav #menu { height: 60px !important; }
  nav li, nav a { float:left; text-align:center; }
  nav ul.site { display:inline-block; padding: 0; clear: none; }
  nav ul.site li { margin: 0 0 0 10px; }
  nav #menu-toggle { display: none !important; }
  nav #menu { max-height: 9999px; clear: none; } 
  .image img, .image .screenshot { margin: 0; max-width: 250px; width: 100%; padding: 20px 10px; }
  .image .screenshot { float: right; }
  .image .image1 { float: left; }
  .image .image2 {float: right; }
  .image .image3 { float: left; }
  .image .image4 { float:right; }
  .image .image5 { float:left; margin-top:-120px; }
  .image .image6 {float:left; margin-top:10px; margin-left:10px; }
  .image .image7 {float: right; }
  .image .image8 { float:left; margin-top:-120px; }
  .image .image9 { float: left; }
  .image .image10 { float: left; }
  .text { min-height: 200px; }
  .text { display: block; float: right; width: 500px; padding: 10px 2%; text-align: left; }
  .image { margin: -1em 0; min-height: 100px; }
  .container { width: 90%; max-width: 850px; margin: 20px auto; position: relative;  display:inline-block; }
}

.thirds, .halves { margin-top: 1em; box-sizing: border-box; }

footer { color: #E0E0E0; position: relative; padding: 30px 0; font-family: arial, helvetica, sans-serif; }
footer a { color: #E0E0E0; text-decoration: none; }
footer a:hover { color: #fff; }
footer .t-and-c { color: #E0E0E0; text-align: center; padding: 0; width: 100%; font-size: 1.3em; margin: 0; }



