/* -----------------------------------------------------------------------------
** MAIN
------------------------------------------------------------------------------*/
html { 
	height: 100%; 
	margin-bottom: 1px; 
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background: #FEFDEE url(../images/bg_grad.jpg) top left repeat-x;
	}

img {
	border: none; 
	vertical-align: top;
	}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	}

/* -----------------------------------------------------------------------------
** CONTAIN ME
------------------------------------------------------------------------------*/

#container_bg {
	width: 770px;
	margin: 0 auto;
	background: url(../images/bg_content.jpg) no-repeat;
	}

#container_home {
	width: 750px;
	margin: 0 auto;
	}
	
/* -----------------------------------------------------------------------------
** DOTTED BORDERS
------------------------------------------------------------------------------*/

.b_btm {
	background: url(../images/dotted_horiz.gif) bottom left repeat-x;
	}
	
.b_top {
	background: url(../images/dotted_horiz.gif) top left repeat-x;
	}
	
.b_left {
	background: url(../images/dotted_vert.gif) top left repeat-y;
	}
	
.b_right {
	background: url(../images/dotted_vert.gif) top right repeat-y;
	}

/* -----------------------------------------------------------------------------
** CONTENT
------------------------------------------------------------------------------*/
 
table.content_table {
	width: 750px;
	margin: 0 auto;
	}

table.content_table td.td_left {
	width: 200px;
	}

table.content_table td.td_right {
	width: 550px;
	}

/* -----------------------------------------------------------------------------
** TYPE
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	}
	
h1 {
	font-size: 30px;
	line-height: 37px;
	color: #999;
	margin: 37px 15px 30px 35px;
	}

h2 {
	color: #24629A;
	margin-top: 48px;
	}
	
h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
	
h5 {
	color: #24629A;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px dotted #999999;
	}
	
p { 
	margin-top: 10px; 
	}

/* -----------------------------------------------------------------------------
** List Menu
------------------------------------------------------------------------------*/

.list_menu{
	text-align: center;
	list-style-type: none;
	font-size: medium;
	line-height: 2;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0;
	border: solid 1px silver;
	border-top-width: 0;
	border-left-width: 0;	
}

.list_menu li {
	border-top: solid 1px white;
	background-color: #f0f0f0;
	padding: 0px;
}

#active {
	background-color: #e0e0e0;
}

/* -----------------------------------------------------------------------------
** Links
------------------------------------------------------------------------------*/

a:link {
	color: #24629A;
	text-decoration: none;
}

a:visited {
	color: #24629A;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a:active {
	color: red;
	text-decoration: none;
}

#current {
	color: #333;
}

#current:visited {
	color: #333;
}

#current:hover {
	color: #333;
}

#current:active {
	color: #333;
}

/* -----------------------------------------------------------------------------
** FOOTER
------------------------------------------------------------------------------*/

table#footer {
	width: 710px;
	margin: 30px auto;
	}

table#footer td {
	font-size: 10px;
	color: #666;
	}

table#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #666;
	}

table#footer a:hover {
	text-decoration: underline;
	}

table#footer .f_left {
	text-align: left;
	}

table#footer .f_right {
	text-align: right;
	}
	
table#footer .f_right a{
	margin-left: 10px;
	}

/* -----------------------------------------------------------------------------
** Order Table
------------------------------------------------------------------------------*/

.order_form_cell{
	padding: 15px;
	background: url(../images/dotted_horiz.gif) bottom left repeat-x;

}