/* CSS Document */

body {
	background-image: url(/retail/images/page_comps/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a {
	font-weight:bold;
	color:#000000;
}
.case {
	width:780px;
	text-align:center;
    height: 412px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -390px;
    margin-top: -206px;
}
#foot_text p {
	font-size:9px;
	width:700px;
}
#frontpage_logo {
	background-color:#FFFFFF;
	background-image: url(/retail/images/page_comps/frontpage_logo.gif);
	background-repeat:no-repeat;
	background-position:center;	
	height:421px;
	width:700px;
}
#content_logo {
	background-color:#FFFFFF;
	background-image: url(/retail/images/page_comps/content_bg.gif);
	background-repeat:no-repeat;
	background-position:center;	
	height:421px;
	width:700px;
}
#navigation_holder {
	background-color:#FFFFFF;
	text-align:left;
	height:35px;
	width:700px;
}
#navigation_buttons {
	float:left;
	width:95%;
	text-align:center;
}
#navigation_copy {
	background-color:#FFFFFF;
	float:right;
	text-align:right;
	width:18%;
}
#content {
	width:95%;
	height:95%;
	text-align:left;
}
#content_left {
	width:60%;
	height:330px;
	text-align:left;
	overflow:scroll;
	float:left;
	vertical-align:middle;
	padding-right:10px;
}
#content_right {
	width:35%;
	height:350px;
	text-align:left;
	float:right;
}
	input,button,textarea
	{
		border:1px solid #333333;
	}
	button
	{
		background-color:#dddddd;
		color:#000000;
	}

	label,input,textarea,button
	{
		display:inline;
	}

	input
	{
		margin:1px 3px 0px 3px;
	}
	textarea,button
	{
		margin:3px;
	}