@charset "utf-8";
/* CSS Document */

body{
	background:#fffbd0 url(../images/bgSQ.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#C13100;
}

a:hover{
	color:#FFFBDO;
}

#container{
	background:#ff9900 url(../images/bgOrange.gif) repeat-y;
	margin:0 auto 0 auto;
	width:796px;
}

#topBar{
	background:#ff9900 url(../images/topBar.gif) no-repeat;
	height:31px;
}

#botBar{
	background:#ff9900 url(../images/botBar.gif) no-repeat;
	height:31px;
}

.header{
	width:780px;
	background: url(../images/Logo2.jpg) no-repeat top center;
	height:131px;
}

h1.header span{
	display:none;
}

#content{
	text-align:center;
	font-weight:bold;
	width:780px;
}

#sections{
	background-color:#fffbd0;
	width:666px;
	margin:0 auto 0 auto;
}

.sections, th, td{
	text-align:left;
}
.sections td{
	font-size:10px;
	width:33%;
	padding:5px;
}

#sectTop{
	background:#fffbd0 url(../images/sectTop.gif) repeat;
	height:12px;
}

#sectMid{
	padding:10px;
}

#sectBot{
	background:#fffbd0 url(../images/sectBot.gif) repeat;
	height:12px;
}

#footer{
	font-weight:bold;
	font-size:12px;
	width:796px;
	text-align:center;
}

.center{
	text-align:center;
}

td.cTitle{
	font-size:18px;	
}

td.cDesc{
	font-size:14px;
	vertical-align:top;
	font-weight:normal;
}

td.cPrice{
	font-size:18px;	
	width:20px;
	white-space:nowrap;
}

td.cHeading{
	width:30px;
	white-space:nowrap;
	font-size:16px;
	vertical-align:top;
}

td.cText{
	vertical-align:top;
}