/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background:url(../images/sales/repeating_bground2.gif) repeat-y top right;
	text-align:right;
}
#wrapper {
	width:100%;
	height:100%;
	
	text-align:right;
}
#header {
	width:100%;
	height:101px;
	background-image:url(../images/sales/header.gif) no-repeat top right;
	text-align:right;
}
#headertext {
	width:150px;
	font:bold 0.70em Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-align:right;
	line-height:1.40em;
}
#headertext a{
	color:#ffffff;
	text-decoration:none;
}
#headertext a:visited{
	color:#ffffff;
	text-decoration:none;
}
#headertext a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#bodycontainer {
	width:100%;
	height:100%;
	background:url(../images/sales/main_background.gif) no-repeat top right;
}
#bodytext{
	padding-top:65px;
	padding-left:15px;
	float:left;
	width:55%;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.70em;
	color:#144176;
	line-height:1.30em;
	text-align:left;
}
#bodytext p{
	margin-bottom:15px;
}
#bodytext a{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#144176;
	text-decoration:none;
}
#bodytext a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#144176;
	text-decoration:none;
}
#bodytext a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#144176;
	text-decoration:underline;
}
#rightcolumn {
	width:150px;
	height:100%;
	padding-top:60px;
	float:right;
}
/*-------------navigation styles---------------*/
#nav {
	margin:0;
	padding-top:60px;
	width:141px;
	height:100%;
	float:left;
	font:0.80em Helvetica, Arial, sans-serif;
	text-align:left;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	margin-bottom:3px;
}
#nav a{
	color:#FFFFFF;
	background:url(../images/blue_button.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav a:hover {
	background:url(../images/blue_button_over.gif) no-repeat;
}
#nav #sales {
	color:#FFFFFF;
	background:url(../images/sales.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #salesover {
	color:#FFFFFF;
	background:url(../images/sales_over.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #support {
	color:#FFFFFF;
	background:url(../images/support.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #supportover {
	color:#FFFFFF;
	background:url(../images/service_over.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #over {
	background:url(../images/blue_button_over.gif) no-repeat;
}
/*---------------general styles--------------*/
.clear {
	clear:both;
}
.hrdiv{
	height:29px;
	width:100%;
	border:0px;
	text-align:center;
	background:url(../images/sales/purple_seperator.gif) no-repeat center;
	
}
.bottomdot_border{
	border-bottom:1px dotted #FFF;
}
.redtxt {
	font:bold 1em Helvetica, Arial, sans-serif;
	color:#FF0000;
}
h1 
	{
	font-size:1.6em;
	line-height:1.7em;
	}
h2
	{
		font-size:1.2em;
		line-height:1.4em;
	}