/*<group=General Styles>*/

body {
	background-image:url('../images/bg_fade_red.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 5px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font: 0.75em helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 2.0em;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #0074d8;
	text-decoration: none;
}

a:hover, a:active {
	color: #373737;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position:relative;
}

.clearer {
	clear: both;
}

#pageHeader {		
	height: 150px;
	margin-top:20px;
	margin-bottom:10px;
	position: relative;

}

#header1{
/*	position:absolute;
	top:10px;
	left:200px;/**/
}

#logo {
	behavior: url(iepngfix.htc);
	position: absolute;
	top: -27px;
	left: 10px;
}

#pageHeader h1 {
	behavior: url(iepngfix.htc);
	color: #fff;
	margin: 0px;
	padding: 15px 30px 0px 210px;
	letter-spacing: 2px;
	font-size: 4em;
	position:relative;
}

#pageHeader h2 {
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px 20px 0px 245px;
	font-size: 1.5em;
}

#contentContainer {
/*	background-color:#FFFFFF; */
	padding: 0px;
	margin: 15px 215px 10px 0px;
	position: relative;
	z-index: 10;
	color:#000000;
}

#contentContainer #content {
	background-color:#FFFFFF; 
	padding: 10px 40px 20px 25px;
	border: 1px solid #ccc; 
}


#sidebarContainer {
	float: left;
	width: 200px;	
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 5px 0 10px ;
	padding: 0;
	position: relative;
}

#sidebarContainer #sidebar {
	padding: 0px 10px 10px;
	line-height: 18px;
}

#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #0074d8;
}
#footBG{
	width:100%;
	background-overflow:visible;
	background-position:bottom;
	background-image:url('../images/footer_fade_red.jpg');
	background-repeat: repeat-x;
	overflow:visible;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer {
	padding-top:15px;
	clear:both;
	text-align: center;
	height: 50px;
	color:#ffffff;
	}
#footer p {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color: #f33;
	text-decoration: none;
}

#parent_bill{
	width:600px;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
/*	background: #ffffff; */
	line-height: 2.0em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
}

#navcontainer #current {
	color: #333333;
	font-weight: bold;
/*	background: #f1f1f1;*/
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #333333;
	font-weight: bold;
/*	background: #f1f1f1; */
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
/*	border-bottom: 1px solid #cccccc; */
	height: 25px;
}

#navcontainer a:hover {
	background: #f1f1f1;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	background: #ffffff;
}

#navcontainer ul ul a {
	padding: 0px 0px 0px 30px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	font-weight: bold;
	background: #f9f9f9;
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	background: #f9f9f9;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 50px;
	color: #333333;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	font-weight: bold;
	background: #fdfdfd;
}

#navcontainer ul ul ul .currentAncestor {
	font-weight: bold;
}


/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	color: #999999;
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	color: #b3b3b3;
	padding: 0px 0px 0px 90px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	color: #cccccc;
	padding: 0px 0px 0px 110px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	font-style: italic;
	color: #666666;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}
	
/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
	margin-left: -5px;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size:1em;
	line-height:normal;
}
/*</group>*/
#packing_tips tlt{
	font-weight:bold;
	text-decoration:underline;
}

.prices th {
	color:#A02100;
}

#register{
	font-size:2em;
}
#onepercent{
	text-align:center;
}