@font-face {
	/* define the font name to use later as font-family */
	font-family: "PT Sans";
	/* define the font for IE which totally ignores local() directive */
	src: url('../webfonts/PTSans/PTC55F-webfont.eot');
	/* use local to let IE jump this line and */
	/* redefine the src for this font in order to let */
	/* other clever browser download *only* this font rather than 2 */
	src: url('../webfonts/PTSans/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/PTSans/PTC55F-webfont.woff') format('woff'),
		url('../webfonts/PTSans/PTC55F-webfont.ttf') format('truetype'),
		url('../webfonts/PTSans/PTC55F-webfont.svg') format('svg');
}

html,body{
	margin:0;
	padding:0;
}

body{
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	text-align:center;
	background-image:url('../images/dark_tile.jpg'); 	
}

p{
	color: #000066;
	margin:0 10px 10px;
}

a{
	display:block;
	color: #981793;
	padding:0px;
}

div#header{
	position:relative;
	border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	padding:0px 0px 4px 5px; 
	height: 120px; 
	/*color:#ffffff; */
	background: rgba(23, 35, 35, .5);
	/*background-image:url('../images/banner_br_lg.jpg'); 	*/
	/*line-height: 1.5em;*/
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	/*font-size: 12px;*/
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
}

div#container{
	text-align:left;
}

div#content p{
	line-height:1.4;
}

div#navigation{
	background:#B9CAFF
}

div#extra{
	text-align:left;
}
div#footer{
	background: #333;
	color: #FFF;
}

div#footer p{
	margin:0;
	padding:5px 10px;
}

div#container{
	width:1070px;
	margin:0 auto;
	background: rgba(0,143,221,.4);
	border-radius: 0px 0px 30px 30px;
}

div#content{
	float:left;
	width:765px;
	color: #000066;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border-radius: 30px;
	padding:10px 10px 20px 10px; 
	/*background: rgba(23, 35, 35, .8);*/
	background: #f0f9ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2NiZWJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWRiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-8 */
	font-weight: normal;
	border: thin solid rgb(102,102,102);
	background-color: rgb(255,255,255);

}

div#navigation{
	float:right;
	width:230px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
	padding:20px 10px 20px 10px; 
	background: rgba(23, 35, 35, .5);
}

div#extra{
	float:left;
	width:750px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 5px 5px 5px 5px;
}

div#orderpad{
	float:left;
	width:250px;
	width:310px;
	margin-left:10px;
        border: thin solid rgba(102,102,102,0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	background: rgba(235,241,247,1);
}

div#shoppinghistory{
	float:left;
	width:180px;
	height:310px;
	margin-left:50px;
	margin-bottom:10px;
        border: thin solid rgba(102,102,102,0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	background: rgba(235,241,247,1);
}

div#titlespace{
	float:left;
	width:90%;
       	/*height: 120px;*/
	padding:5px 0px 0px 0px; 
	color: #FFFFFF;
	text-align: center;
}

div#footer{
	width:100%;
	clear:both;
	font-size: 0.6em;
	color: #FFFFFF;
	margin-top: -10px;
	padding: 10px 0px 10px 0px;
	border-top-color: rgba(153,153,153,1);
	background: rgba(23, 35, 35, .5);
	border-radius: 0px 0px 30px 30px;
	text-align: center;

}

#scrollbox {
	position: relative;
	overflow: scroll;
	padding-top: 0px;
 	margin: 0 auto;
	width: 100%;
	height: 485px;
	color: #FFFFFF;
	text-align:left;
}

.slausonblue {
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #008FDD; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}

.slausonblue18{
	color: #008FDD; 
	text-decoration: none;
	font-size: 18pt;
	font-weight: bold;  
	font-family: "PT Sans", Verdana, Helvetica;
	margin-left: 20px;
	margin-top: 10px;
}

.anchorgray {
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 16px; 
	color: #444444; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}

table.myTable {
    border-color: #008FDD;
    border-width: 1px;
    border-style: solid;
}

div#bogus{
	text-decoration: none;
	color: #000066;
	font-size: 12pt;
	font-family: "PT Sans", Verdana, Helvetica;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
    }

.customtext3{
	text-decoration: none;
	color: #000066;
	font-size: 12pt;
	font-family: "PT Sans", Verdana, Helvetica;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
    }

.customtext4{
	text-decoration: none;
	color: #000066;
	font-size: 18pt;
	font-weight: bold;  
	font-family: "PT Sans", Verdana, Helvetica;
	margin-left: 20px;
	margin-top: 10px;
    }

.customtext5{
	text-decoration: none;
	color: #000066;
	font-size: 10pt;
	font-family: "PT Sans", Verdana, Helvetica;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	text-align: justify;
    }

.stpborder1 {
	color: #000066;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
	border-collapse: collapse;
	padding: 0px;
  }

a.cta:link, a.cta:visited, a.cta:active {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	margin: 0.5em 0 0;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 20px;
	border: thin dotted rgb(153,153,153);
	background-image: url(../images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right +4px;
	border-radius: 5px;
	color: #FF9900;
}

a.cta:hover {
        background-position: right -46px;
        font-size: 0.85em;
        background-color: rgba(23,35,35,.7);
        color: #ffffff;
}

td.padded {
	padding-left:30px;
	padding-right:30px;
 }  

a.homepage:link, a.homepage:visited, a.homepage:active {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	margin: 0.5em 0 0;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 20px;
	/*border: thin dotted rgb(153,153,153);*/
	background-image: url(../images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right +4px;
	border-radius: 5px;
	color: #FF9900;
}

a.homepage:hover {
	background-position: right -46px;
	font-size: 0.85em;
	background-color: rgba(23,35,35,.7);
	color: #ffffff;
}
 
a.navbar:link, a.navbar:visited, a.navbar:active {
	color:  rgb(255,102,0);
	/*color: rgb(255,153,0);*/
}
a.navbar:hover {
	color:#000066;
}
a.navbarsm:link, a.navbarsm:visited, a.navbarsm:active {
	color:  rgb(204,0,0);
        font-size: 10pt;
	display: inline;
	clear: none;
        font-weight: bold;
}
a.navbarsm:hover {
	color: #000066;
        font-size: 10pt;
	display: inline;
	clear: none;
}
a.softparts:link, a.softparts:visited, a.softparts:active {
	color: rgb(255,102,0);        font-weight: bold;

}
a.softparts:hover {
	color: #ffffff;
}
a.hardparts:link, a.hardparts:visited, a.hardparts:active {
	color: rgb(255,102,0);		
}
a.hardparts:hover {
	color: #ffffff;
}
a.thumbnails:link, a.thumbnails:visited, a.thumbnails:active {
	color: rgb(255,102,0);		
	line-height:18px; 
}
a.thumbnails:hover {
	color: #ffffff;
	line-height:18px; 
}

a:link, a:visited, a:hover, a:active {
        font-family: "PT Sans", Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #FF9900;
        line-height: 18px;
        text-decoration: none;
        font-weight: bold;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active {
        font-family: "PT Sans", Verdana, Geneva, sans-serif;
        color:rgb(255,153,0);
        font-size: 11pt;
        display: inline;
        clear: none;
        font-weight: bold;
}
