@charset "UTF-8";
html {
	font-size: 62.5%;
}
body {
	background: #014a6c;
	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: #FFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.01em;
	word-spacing: 0.05em;
}
.important {
	border-bottom-width: 0.1em;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFFFFF;
	clear: right;
}
.oneColFixCtrHdr  #products   {
	height: 175px;
	width: 845px;
	margin-left: -20px;
}
.oneColFixCtrHdr    .products   {
	height: 120px;
	width: 500px;
	float: right;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #045a82;
	background-color: #045a82;
	background-image: url(../i/mixedberry2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #introcontainer {
width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #mainContent img {
	margin-left: -10px;
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 230px;
}
.oneColFixCtrHdr #headerintro {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 100px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #headerintro h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px;
	min-height: 600px;
}
.oneColFixCtrHdr #flashContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	min-height: 600px;
}
.oneColFixCtrHdr #footer {
background-image: url(../images/footer_bg2.png);
	background-repeat: repeat-x;
	min-height: 90px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 30px;
	min-height:100px;
}
.oneColFixCtrHdr #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 */
}
.first {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
}
.mid {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
}
.last {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}
.copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 250px;
	display: inline;
}
#mainContent h1 {
	font-size: 22px;
	color: #FFF;
}
.productheader {
	border-bottom-width: 0.06em;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.01em;
	font-variant: normal;
}
.oneColFixCtrHdr table .one {
	table-layout: automatic;
}
.oneColFixCtrHdr #break {
	border-top-width: 0.1em;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-bottom: 2.5em;
	clear: both;
}	
.oneColFixCtrHdr #break_edu {
	border-top-width: 0.1em;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-bottom: 2.5em;
	margin-top: 2.5em;
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a{text-decoration:none; font-weight:none;}
a:link, a:active, a:visited{
	color:#FFF;
}
a:hover{
	color:#CCC;
	text-decoration:none;
}

/*-------------NAV Section-------------*/

#nav {
	padding-top:190px;
	float: right;
	padding-right: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background-image: url(i/nav_bg2.png);
	background-repeat: repeat-x;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	padding:0 12px;
	color:#fff;
	text-decoration:none;
	background-image: url(../i/nav_bg2.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#nav a:hover, #nav a:focus {
	background-color: #045a82;
	background-image: url(../i/nav_bg2.png);
	background-repeat: repeat-x;
}
#nav .sel a {
	background-image: url(../i/nav_bg2.png);
	background-repeat: repeat-x;
}
#nav .sel a:hover, #nav .sel a:focus {
	background-image: url(i/nav_bg2.png);
	background-repeat: repeat-x;
}

/*-------------NAV Section-------------*/








/*-------------Footer Section-------------*/



#footerbar

{

	width:846px;

	height:36px;

	background-image:url(../images/bg_footerbar.jpg);

	margin:auto;

	text-align:left;

	font-family:Helvetica;

}



#footerbar_left

{

	float:left;

	width:210px;

	margin:12px 0px 0px 33px;

	font-size:9px;

	color:#740b1a;

	font-weight:bold;	

}



#footerbar_right

{

	float:left;

	width:560px;

	margin:13px 0px 0px 0px;

	font-size:9px;

	color:#21201e;

}



#footerbar_right a

{

	font-family:Arial;

	font-size:9px;

	margin:0px 3px 0px 3px;

	color:#21201e;

	font-weight:bold;	

}



#footerbar_right a:hover

{

	color:#921123;

}



#footerphone

{

	width:830px;

	margin:auto;

	padding:10px 0px 15px 0px;

	text-align:left;

	font-family:Arial;

	font-size:14px;

	color:#ffffff;

	font-weight:bold;

}



#footer ul

{

	list-style:none;

	margin:0px;

	padding:0px;

}



#footer li

{
	height:240px;
	float:left;
	line-height:17px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #111111;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}



#footer .lastcolumn

{

	border-right:none;

}



#footer img

{

	margin:0px 0px 5px 0px;

}



#footer a

{
	font-family:Helvetica;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}



#footer a:hover

{

	color:#999999;

}



#footerbottom

{

	width:945px;

	margin:30px auto 0px auto;

	text-align:left;

}



#footerbottom_left

{
	width:400px;
	float:left;
	margin:10px 0px 0px 30px;
}



#footerbottom_right

{
	width:300px;
	float:right;
	margin:70px 80px 40px 0px;
	text-align: right;
}

#footer_intro a

{
	font-family:Helvetica;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}



#footer_intro a:hover

{

	color:#000000;

}

.oneColFixCtrHdr #footer_intro {
	min-height: 90px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 30px;
}


/*-------------Footer Section-------------*/
.oneColFixCtrHdr #logobox {
	background-image: url(../i/SqwincherLogoWHITEONLY.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin: 0px;
	float: left;
	height: 225px;
	width: 260px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
.feature {
	height: 375px;
	width: 220px;
	color: #FFFFFF;
	margin: 5px;
	text-align: center;
	clear: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.25pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.featureCopy {
	width: 80%;
	margin-left: 20px;
	float: left;
	clear: left;
}
.featureBottom {
	width: 740px;
	height: 250px;
	text-align: left;
	clear: both;
}
.oneColFixCtrHdr #inline {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-right: 75px;
	margin-left: 10px;
}

.oneColFixCtrHdr #inline a

{
	font-family:Helvetica;
	font-size:11px;
	color:#111111;
	text-decoration: none;
}



.oneColFixCtrHdr #inline a:hover

{

	color:#111111;

}

.oneColFixCtrHdr #skip {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 400px;
	margin-left: 400px;
}

.oneColFixCtrHdr #skip a

{
	font-family:Helvetica;
	font-size:12px;
	color:#666666;
	text-decoration: none;
}


.oneColFixCtrHdr #skip a:hover

{
	color:#CCCCCC;
}

