/* general */
.bullet {
	margin:0 0 -2px 0;
}
/* header styles */
#header {
	height:100px;
	position:relative;
	background-color: #fff;
}
#logo {
	position:absolute;
	left:10px;
	top:10px;
}
/* menu styles */
#menu {
	position:absolute;
	left:193px;
	top:46px;
	width:500px;
	height:40px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	font-weight:bold;
}
#menu li a {
	height: 2em;
	line-height: 2em;
	float: left;
	padding:0 1em 0 1em;
	display: block;
	border-bottom: 1px solid #7cc04d;
	color: #7cc04d;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #7cc04d;
}
#menu li a:hover {
	border-bottom: 1px solid #00377d;
	color: #00377d;
}
#menu .left {
	border-left: 1px solid #7cc04d;
}
#menu .right {
	border-right: 1px solid #7cc04d;
}
/* log in box */
#loginbox {
	
	position:absolute;
	right:10px;
	top:8px;
	width:160px;
	height:81px;
	background-image:url(../images/layout/emailbg.jpg);
	
}
#loginbox input {
	width:80%;
	font-size: 0.95em;
	margin-top:4px;
	
}
#loginbox #formitems {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:0.95em;
	padding:4px 10px 5px 10px;
	margin-top:13px;
	position:relative;
}
#loginbox #formitems #submitbutton {
	position:absolute;
	width:19px;
	height:27px;
	right:9px;
	bottom:14px;
}
/* frontimage */
#frontimage {
	height:300px;
	position:relative;
	background-image:url(../images/layout/frontpic.jpg);
}
#fp1, #fp2, #fp3 {
	position:absolute;
	left:18px;
}
#fp1 {
	top:-1px
}
#fp2 {
	top:95px
}
#fp3 {
	top:93px
}
/* content */
#contentbar {
	background-color:#fcfbf7;
	height: 400px;
	position:relative;
	border-bottom:1px #d9d9ce solid;
}
#callcenter {
	position:absolute;
	right:0px;
	bottom:0px;
}
#callcenter img{
	margin:0 0 0 0;
}
#ct1, #ct3, #ct2 {
	float:left;
	
}
#ct1, #ct3 {
	width:273px;
}
#ct2 {
	width:320px;
	border-left:#b3b3a5 dotted 1px;
	border-right:#b3b3a5 dotted 1px;
}
#ct1 .content {
	margin-left:20px;
	padding-right:10px;
}
#ct2 .content {
	margin-left:20px;
	padding-right:10px;
}
#ct3 .content {
	margin-left:20px;
	padding-right:10px;
}
.green {
	color:#7cc04d;
}
/* buttons */
/* rollover buttons */

#ro_button {

height:25px;
margin:0;
padding:0 1em;


width:35px;
}
div.ro_button_outer {
float:left;
height:35px;
margin:0 3px 0 0;
width:35px;
}
div.ro_button_outer a {

color:#FFF;
display:block;
height:35px;
line-height:1;
margin:0;
overflow:hidden;
padding:0;
text-decoration:none;
width:35px;
}
div.ro_button_outer span {
display:block;
margin:0;

}
div.ro_button_outer a:hover {
background-image:none;
}
div.ro_button_outer a:active {
color:black;
}
.button_go {
background:transparent url(../images/site/bt_go.png) no-repeat scroll 0 -35px;
}
.button_go a{
background:transparent url(../images/site/bt_go.png) no-repeat scroll left top;
}


/* footer */
#footer {
	height:143px;
	background-image: url(../images/site/gradbg.png);
	background-repeat: repeat-x;
	padding-top:30px;
	text-align:center;	
}
#footerlinks {
text-align:center;
font-size:0.95em;
padding:20px 0 20px 0;
background-color:#00377d;
color:#FFFFFF;
}
#footerlinks a{

color:#fff;
}
#footerlinks a:hover{

color:#7cc04d;
}
#contentarea {
/*border-top:1px #7cc04d solid;*/
padding:10px;	
}
#columnright {
float:right;	
}
#columnleft {

padding:0px 10px 10px 0px;
	/*background-color:#f0ede5;*/
	
}
#columnmain {

	
}
#columnright {

	padding:10px;
	background-color:#F8F7F3;
}
th {
	background:#72AC18;
	color:#ffffff;
	font-weight:bold;
}
#buynow {
	top:189px;
}
#buynow {
	position:absolute;
	left:16px;
}
