/* REDEFINED TAGS */

body {
	background-color: #e0efd2;
	margin: 0px auto 10px auto;
	width: 792px;
	text-align: center;
	position:relative;
}

div {
	overflow: hidden;
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

p {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align:justify;
	line-height: 1.5em;
	margin: 0px 5px 15px 0px;

}


.plan {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align:left;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;

}


.italic {
	font-style:italic;
	color: #666666;
	}


.whitebold {
	color: #ffffff;
	font-weight:bold;
	}


.bold {
	font-weight:bold;
	}
	
.purple {
	color: #812779;
	}
	
.green {
	color: #6aa025;
	}
	
.wee {
	font-size: 0.6em;
	}
	
.optionlinks_italic {
	text-align:left;
	font-size:0.75em;
	font-weight:normal;
	font-style:italic;
	color:#666666;
	line-height:1.6em;
	margin:10px 20px 0px 20px;	
}
	
h1 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 1.2em;
	color: #336600;
	margin: 0px 0px 15px 0px;
	font-weight: bold;

}

h1.archive {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 1.2em;
	color: #336600;
	text-align:center;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	border-bottom: 1px solid #336600;
	padding: 5px 0 5px 0;

}

h2 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	text-align:center;
	color: #003300;
	font-size: 0.9em;
	margin: 10px 5px;
}

h3 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	color: #336600;
	font-size: 0.9em;
	margin: 15px 0px 5px 0px;
}


h3.line {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	color: #336600;
	font-size: 0.9em;
	margin: 15px 0px 5px 0px;
	border-bottom: 1px solid #336600;
	border-top: 1px solid #336600;
	padding: 5px 0 5px 0;
}


h4 {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #336600;
	font-size: 0.8em;
	margin: 0px 5px 15px 0px;
}


ul {
	list-style-image:url(graphics/bullet.gif);
	margin-top:7px;
}

li {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
}



/* TABLES */

table {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

/* Defines the table border and font for the table. Removes unwanted right table border. Also spaces table from content above using margin */

table.planlist {
	border: 1px solid #336600;
	border-right: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 20px;

}


/* Defines the table header bottom border - (first row only) Gives the header row a background image  */

table.planlist, th {
	border-bottom: 1px solid #336600;
	background-image:url(graphics/table_head.gif);
	background-repeat:repeat-x;
}

/* Defines the cell right border for table cells and table header. Specifies padding */

.planlist td, .planlist th {
	border-right: 1px solid #336600;
	color:#336600;
	padding: 5px 0px 5px 10px;

}

/* Defines the table row background colour of odd rows */

.odd {
	background-color:#eff4ec;

}

/* LINKS */



a {
	color: #812779;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6aa025;
}

a:active {
	text-decoration: none;
}

.navlinks {
	text-align:center;
	font-size:0.7em;
	letter-spacing:.5px;
	font-weight:bold;
	color:#ffffff;
	margin:3px 2px 2px 2px;	
}

.navlinks a {
	color:#ffffff;
}

.navlinks a:hover {
	text-decoration: none;
	color:#F9F18B;
}

#here {
	color:#F9F18B;
}


.greyfooterlinks {
	font-size:0.6em;
	font-weight:normal;
	margin:0px 0px 20px 0px;	
	color:#666666;
}

.greyfooterlinks a {
	color:#666666;
}


.subnavlinks {
	font-weight:bold;
	font-size:0.7em;
	color: #003300;
}


.optionlinks {
	text-align:left;
	font-size:0.8em;
	font-weight:normal;
	color:#003300;
	margin:10px 20px 0px 20px;	
}

.optionlinks a {
	font-weight:bold;
	color:#003300;
}

.optionlinks a:hover {
	text-decoration: none;
	color:#FFF;
}

a.backtotop {
	font-size: 0.8em;
	}
	


/* HR TAGS */

/*hr.dotted {
	border: none 0;
	border-top: 1px dashed #D5D5D5;
	height: 1px;
	width: 520px;
}*/

hr.dotted {
	border: none 0;
	border-top: 1px dashed #d1bdb7;
	height: 1px;
	width:648px;
}

hr.solid {
	border: none 0;
	border-top: 1px solid #D5D5D5;
	height: 1px;
	width: 520px;
}

/* CLASSES */

.headerimages {
	margin-bottom: 20px;
}


/* FORMS */

.form {
	font-family: Verdana, Arial, arial, sans-serif;
	font-size: 0.7em;
	color: #373737;
	line-height: 17px;
	margin: 0px 0px 10px 10px;
}

#dropdown {
	padding: 0px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: -2px;
	width: 151px;
	font-family: Verdana, Arial, arial, sans-serif;
	font-size: 1em; 
}


/* DIV TAGS */

#container {
	background-image:url(graphics/page_bg.gif);
	background-repeat:repeat;
	width:792px;
	position:relative;
	z-index:1; 
	left: 0px;
	top: 0px;
	text-align:left;
}

#header {
	background-image:url(graphics/header.gif);
	background-repeat:no-repeat;
	width:771px;
	height:158px;
	margin-left:10px;
	z-index: 1;
}

#nav {
	background-image:url(graphics/navbar.gif);
	background-repeat:no-repeat;
	width:771px;
	height:26px;
	margin-left:10px;
	z-index: 1;
}

#fadebar {
	background-image:url(graphics/fadebarbar.gif);
	background-repeat:no-repeat;
	width:771px;
	height:25px;
	margin-left:10px;
	z-index: 1;
}

#content {
	padding-left:10px;
}

#leftcolumn {
	width:470px;
	padding-left:25px;
	float:left;
	}


#rightcolumn {
	float:left;
	position:relative;
	margin-left:20px;
}

#fullpage {
	width:730px;
	padding-left:25px;
	float:left;
}

#fullpage2 {
	width:600px;
	padding-left:86px;
	float:left;
}


#thumb{
	margin:5px;
}

#pricelist {
	width:656px;
	padding-left:126px;
	float:left;

}

#options_top {
	margin-top:20px;
	width:230px;
	height:5px;
	background-image:url(graphics/opt_top.gif);
	background-repeat:no-repeat;
}

#options {
	width:230px;
	background-image:url(graphics/opt_mid.gif);
	background-repeat:repeat;
	position:relative;
	z-index:1; 
	left: 0px;
	top: 0px;
	text-align:left;
	padding-bottom:10px;
}

#options_blank {
	margin-top:20px;
	width:230px;
	position:relative;
	z-index:1; 
	left: 0px;
	top: 0px;
	text-align:left;
	padding-bottom:10px;
}

#options_bot {
	width:230px;
	height:5px;
	background-image:url(graphics/opt_bot.gif);
	background-repeat:no-repeat;
}

#footer {
	width:792px; 
	height:60px; 
	background-image:url(graphics/footer.gif); 
	background-repeat:no-repeat;
} 

/* SPACERS */

.marginbottom10 {
	margin-bottom:10px;
}
