
body {
	background-color:#000000;
	background-image:url('http://www.onetrueorder.com/images/oto_logo1.jpg');
	background-repeat:no-repeat;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	padding:0;
	margin:10px;
	border: 0px 0px 0px 0px;
	text-align:center;
	height:100%;
}

#page {
	//background-color:#efefef;
	background-color:#fff;
	width:800px;
	position:relative;
	margin: 0px auto;
	padding:2px 2px 2px 2px;
	min-height:100%;
	border:2px solid #fff;
	outline:1px solid #fff;
	text-align:left;
}

#headerSection {
	position:relative; 
	top:0xp; 
	left:0px;
	opacity:0;
}

#titleTxt {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:26px; 
	position:relative; 
	top:0px; 
	left:0px; 
}

#bodySection { 
	position: relative;
	padding-bottom:60px;
	opacity:0;
}

#footerSection {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background:#fff;
	opacity:0;
}

#productBox {
	background-image:url('http://www.onetrueorder.com/images/vectorBoxBlue.png');	
	background-position:center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
	position: relatve;
}

#lineBreak {
	height:.5px;
	color:#c00;
	background-color:#ccc;
	border:none;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}

li {
	
}
hr {
	background-color:#000000;
	color:#000000;	
}

