/* CSS Document */

/* Fixed Positioning Styles
--------------------------------------------------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.box {
	position: fixed;
	right: 5%;
	top: 73%;
	margin: 0 0 0 0;
	background:#FF0000;
}

* html .box { 
	position: absolute;
}

/* Global Styles
--------------------------------------------------------------- */

body, html {
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/mainBg.jpg) top repeat-x #fff;
	margin-top: 0px;
}

a:link, a:visited, a:focus {
	color: color:#000099;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	margin:0px;
	padding:0;
}

.hiddenp{
	visibility:hidden;
	height:0px;
}

.heading{
	font-size: 20px;
	font-weight:bold;
	margin:0px;
	padding:0;
}

body#home h1{
	visibility:hidden;
	height:0px;
}

body#home p.header1 {
	font-size:26px;
	float:right;
	width:290px;
	text-align:right;
	font-weight:900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cb0101;
	padding:5px;
	padding-top:10px;
	margin:0px;
	line-height:30px;
	font-style:italic;
}

h2 {
	font-size: 1.6em;
	color:#000099;
	text-align:center;l
}

h3 {
	color:#cc0000;
	font-size:1.4em;
	text-align:center;
}
h2 span {
	color:#cc0000;
}
h4 {
	color:#cc0000;
	font-size:1.2em;
	margin:20px 0 0 0;
}

.orderDetailsForm {
	width: 350px !important;
	text-align:right !important;
}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:20px;
	border:1px solid #000;
}

#header {
	width: 736px;
	height: 126px;
	font-size: 1px;
	border-bottom:1px solid #000;
	padding:2px 2px;
}

	#header #header-text {
		float: right;
	}
	
	#header #logo {
		float: left;
	}

#navHolder {
	background-color:#cb0000;
	width:740px;
	display:block;
	float:left;
}

#flashSlideshow {
	width: 740px;
	height: 200px;
}

#contentContainer {
	width: 740px;
}

body#home #contentLeft {
	float: left;
	width: 200px;
	padding:0px;
}

#contentLeft {
	float: left;
	width: 470px;
	padding:20px;
	color:#838383;
}
#contentLeft p {
	font-size:1.1em;
}

body#home div#contentContainer {
	background:url(../../images/home-bg.jpg) bottom left no-repeat #fff;
}
body#home div#contentLeft {
	height:40px;
	width:500px;
}
body#home div#contentLeft a {
	float:left;
	margin:20px 0px 0px 20px;
}
body#home div#contentLeft p {
padding:0;margin:0;
}
#contentLeft-text {
	padding: 20px;
}

#contentRight {
	float: right;
	width: 228px;
	text-align:center;
}

#contentRight p {
	padding:6px;
	color:#838383;
}

#contentRight-text {
	padding: 0px;
}

form#form1 {
	width:200px;
	border:1px solid #666;
	background-color:#e8e8e8;
	text-align:center;
	padding:8px;
	margin:0 auto;
	font-weight:bold;
	font-size:1.2em;
}

form#form1 .order {
	border:1px solid #008000;
	background-color:#cc0000;
	color:#fff;
	font-weight:bold;
	margin:10px 5px 5px 5px;
}

	#alert {
		background: #CB0000 url(../../images/warning.jpg) 5px 5px no-repeat;
		padding: 2px 10px 2px 60px;
		margin: 10px 0px;
		font-size: 12px;
		color: #fff;
	}
	
	#alert p {
		margin: 10px 0px;
	}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	background-color:#cb0000;
	width:540px;
	display:block;
	float:right;
}

#navigation ul {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px;
	width:740px;
	border-bottom:1px solid #000;
	background-color:#cb0000;
	height:15px;
}

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	float:left;
    background: url(../../images/navBg_a.jpg) right no-repeat #cb0000;
	color: #fff;
    text-decoration:none;
	padding: 7px 14px 7px 14px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform:uppercase;
	
}

#navigation a:hover {
	background-color:#990000;
	text-decoration:underline;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #000;
	background: #fff;
	font-size: 1.1em;
	border-top:1px solid #000;
}
	#footer a {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 720px;
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	float: right;
	margin: 0px;
	padding: 0px;
}
	ul#footerW3C li {
		display: inline;
	}



/* Class Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.img-left {
	border: 1px solid #fff;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #fff;
	float: right;
	margin: 0px 0px 10px 10px;
}

.img-leftNB {
	border: none;
	float: left;
	margin: 0px 10px 10px 0px;
}


.img-rightNB {
	border: none;
	float: right;
	margin: 0px 0px 10px 10px;
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
.nationwide {
	font-weight:bold;
	float:right;
	font-size:17px !important;
	font-style:italic;
	color:#010163;
	clear:both;
	padding:4px 0px 0px 0px !important;
	width:320px;
	text-align:right;
}
.homenumber {
	font-weight:bold;
	float:right;
	font-size:48px !important;
	font-style:italic;
	color:#636563;
	clear:both;
	padding:2px !important;
	width:330px;
	text-align:right;
}
.time {
	float:right;
	width:75px;
	color:#fff;
	margin:0;
	padding:0;
	padding-right:2px;
	padding-top:8px;
	text-align:right;
}

.fullcol {
	width:450px
}

.leftcol {
	width:160px;
	float:left;
}

.rightcol {
	width:280px;
	float:right;
}

p.blue {
	color:#000099 !important;
	text-align:justify;
}

.videomargin {
	margin:20px;
}
p.center {
	text-align:center;
}
img.center {
	margin-left:auto;
	margin-right:auto;
}
.note {
	color:#cc0000;
}
p.privacy {
	color:#999999;
	padding:5px 20px;
	margin:0px;
}
#flashVideo {
	margin:70px;
}

#bottom-links {
	margin-top: 50px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#bottom-links ul{
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;	
}

#bottom-links li{
	display: inline;
}

#bottom-links a{
	padding: 5px 10px;
	color: #666;
	font-size: 10px;
}

#bottom-keywords{
font-size: 9px;
color:#CCCCCC;
width: 740px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
padding-top:10px;
padding-bottom: 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#attention {
	color: #CC0000;
	font-size:16px;
	text-align:center;
	padding:20px;
	margin-top: 30px;
	border: 1px solid #333333;
	background-color:#C0C0C0;
}