/* CSS Document */

/******************** LAYOUT **************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#022a1d;
	line-height:17px;
	padding:0 1px 0 0;
	margin:0px;
	text-align:left;
	background:#076340 url(../images/background.gif) top center;
}

* html body {
	padding:0 0 0 1px;
}

#header_wrapper {
	width:100%;
	background:url(../images/header-bg.gif) top center;
	height:197px;
}

#main_wrapper {
	width:900px;
}

#header {
	width:822px;
	height:187px;
	padding:10px 25px 0px 53px;
	line-height:normal;
}

#shop-online {
	display: block;
	width: 158px;
	height: 29px;
	background: url(../images/shop-online.gif) no-repeat 0 0;
	margin-top:10px;
	margin-bottom:15px;
	float:right;
}

#shop-online:hover { 
	background-position: 0 -29px;
}

#shop-online span {
	display: none;
}

#nav_wrapper {
	width:100%;
	background:url(../images/nav_bg.gif) top center;
	height:47px;
}

#navbar {
	width:900px;
	height:47px;
	color:#FFFFFF;
	line-height:normal;
	/* hack for expanding content 
	width: 1100px;
	margin-left: -200px;
	margin-right: -400px; */
}

#content {
	width:900px;
	background:url(../images/content-bg.gif) repeat-y;
}

#main_col {
	width:680px;
	float:right;
	margin-left:-220px;
}

#main-col-pad {
	padding:10px 45px 10px 45px;
}

#left_col {
	float:left;
	width:210px;
	background:url(../images/left-col-bg.gif) top no-repeat;
	color:#FFFFFF;
	padding:80px 10px 0px 0px;
}

#left_col h2 {
	color:#54e6b1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
}

#left_col a {
	color:#54e6b1;
}

#footer {
	float:right;
	width:680px;
	color:#FFFFFF;
}

#footer a {
	color:#54e6b1;
}

/******************** STYLES **************************/

table {
	font-size:12px;
}

a {
	color:#df2d4b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.box_pad {
	padding:7px;
	color:#4c5451;
	font-size:12px;
}

.nav_link {
	display:block;
	float:left;
	height:25px;
	padding:3px 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover {
	color:#f7b1bd;
	text-decoration:none;
}

.nav_spacer {
	height:22px;
	padding-top:6px;
	float:left;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
}

.title {

}

.subtitle {
	color:#888888;
}

.header1 {
	color:#df2d4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	font-size:26px;
}

.header2 {
	color:#df2d4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	font-size:21px;
}

.header3 {
	color:#df2d4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	font-size:16px;
}

h1 {
	font-size:26px;
	margin-top:0;
	margin-bottom:0;
	color:#df2d4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
}

h2 {
	font-size:21px;
	margin-top:0;
	margin-bottom:0;
	color:#df2d4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
}

h3 {
	font-size:16px;
	margin-top:0;
	margin-bottom:0;
	color:#df2d4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

