body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#page_container{
	background:url(../images/redesign2007/pillow_bkgr.jpg);
	width:1000px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	overflow:hidden;
}
#sitenav{
	height:80px;
	background-image: url(../images/redesign2007/bannerbkgr.png);
}
#sitenav ul{
	list-style: none;
	margin:0 0 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#sitenav li{
	float:left;
	padding-top:10px;
	margin-top:20px; 
	text-align:center;
	display:inline-block;
	height:40px;
	width:80px;
/*	background: url(../images/redesign2007/top_button_ball.png) no-repeat 50% 0%;*/
	background: url(../images/redesign2007/pillowbutton.png) no-repeat 50% 0%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sitenav a{
	text-decoration:none;
	color:#ffffff;
}
#sitenav a:hover{
	color:#FFFF00;
}

#navpanel{
	float:left;
	width: 130px;
	height: 80%;
	font-size: 13px;
	background-color: #FF9900;
/*	background-image: url(../images/redesign2007/orange_bg1.jpg);*/
	background-image: url(../images/redesign2007/orange_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	color: #FFFFFF;
	margin-right:5px;
	padding-right:7px;
	padding-left:4px;
}

#navpanel ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
#navpanel li{
	list-style-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navpanel a{
	color:#FFFFFF;
	text-decoration: none;
}
#navpanel a:hover{
	color:#FFFFFF;
	font-weight:bold;
}

#subnav {
	display:inline-block;
	text-align:right;
/*	max-width:60%;*/
	width: 500px;
	font-weight: bold;
	font-size: 10px;
	float:right;
	z-index:2;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#subnav ul li {
/*	display:inline;*/
	float:right;
	background: url(../images/redesign2007/subnav_right.jpg) no-repeat top right;  
}
#subnav li a{
/*	display:block; */
	padding: 0 1.5em;
	line-height: 2.0em;
	background: url(../images/redesign2007/subnav_left.jpg) no-repeat top left;
	text-decoration: none;
	color:#FFF;
/*	float:left;*/
}
#subnav li a:hover{
	color:#000066;
}

#page_welcome{
	font-size:18px;
	margin: 0;
	padding: 0;
}

#main_content{
	height: 500px;
	overflow:auto;
}

#footer{
	font-size:14px;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}

.page_segment{
	padding-top: 10px;
}
.page_segment img{
	float:left;
	margin-right:10px;
}
.table_list{
	font-size:12px;
	vertical-align:top;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_list thead{
	border-bottom: solid 1px #000000;
}
.table_list tfoot{
	border-top: solid 1px #000000;
}
.table_list thead th{
	text-align:center;
	vertical-align: top;
}
.table_list tfoot th{
	text-align:center;
	vertical-align: top;
}
.table_list tbody th{
	width: 150px;
	text-align:left;
	vertical-align: top;
}
.table_list tbody th p{
	text-align:left;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.yes_box {
	background-image: url(../images/redesign2007/agt_action_success.png);
	background-repeat: no-repeat;
	background-position: center;
}
.no_box {
	background-image: url(../images/redesign2007/agt_action_fail.png);
	background-repeat: no-repeat;
	background-position: center;
}


.table_list td{
	vertical-align: top;
}
.table_list .price{
	text-align:right;
}



.mandatory_field {
	background-color: #FFEEFF;
	border: 1px solid #FF3300;
}
#eula_frame {
	height: 100px;
	width: 95%;
	overflow: auto;
	border: solid 1px #000000;
	background:#FFFFFF;
	display: block;
}
.formtable {
	font-size: 10px;
	color: #333333;
}
.formtable th{
	text-align: left;
	width: 120px;
	vertical-align: top;
}
.formtable td{
	vertical-align: top;
}
#error{
	color:#CC0000;
	font-weight:bold;
}
.frontpageblock {
	border: 1px solid #000000;
	background-image: url(../images/redesign2007/blue_blend.png);
	background-repeat: repeat-x;
	height: 189px;
	background-position: top;
}
.side_floater {
	float: right;
	width: 200px;
}
.front_snippet {
	height: 150px;
	width: 255px;
	border: thin groove #999999;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	padding: 4px;
	float: left;
	font-weight: bold;
	background-position: right bottom;
	background-repeat: no-repeat;
}
