/* CSS Document */

/* ------------------------------------------------------------- */
/* Template Area DIVs */

* html .visualIEFloatFix { height: 0.01%; }

.wrapper {
	width:760px;
	border:10px solid #FDF9FC;
	
}

#container {
	width:740px;
	padding:10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ccff99;
}

#banner {
	text-align:left;
	width:740px;
}

#banner2 {
	text-align:left;
	width:740px;
	padding-bottom:11px;
}

#content{
	text-align:left;
	width:740px;	
}

#content_left {
	text-align:left;
	width:335px;
	float:left;
}

#content_right {
	text-align:left;
	width:394px;
	float:right;
}

#content_inner {
	text-align:left;
	width:480px;
	float:left;
}

#side_inner {
	text-align:left;
	width:249px;
	float:right;
}


#content_admin {
	text-align:left;
	width:550px;
	float:left;
}

#side_admin {
	text-align:left;
	width:179px;
	float:right;
}

#footer {
	text-align:left;
	clear:both;
	width:740px;
	height:65px;
	background: url(../../_sharedimg/footer_background.gif) no-repeat right;
	background-color:#99cc66;
}

#footer p {
	color:#FFFFFF;
	padding:7px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* ------------------------------------------------------------- */
/* Tag Selectors */

table {
	margin-left:5px;
	margin-right:5px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#666666;
	background-color:#C1E1F8;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../../_sharedimg/bg.jpg);
	background-repeat:repeat-x;
	
}

h2 {
	font-size:12px;
	color:#ff3366;
	margin-left:5px;
	margin-right:5px;
}

p {
	margin-left:5px;
	margin-right:5px;
}

input, 
select, 
textarea {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

a {
	color:#669933;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#cc3366;
}

/* ------------------------------------------------------------- */
/* Custom Classes */

p.news_date {
	padding-left:8px;
	margin-top:-8px;
	font-size:9px;
	color:#bbbbbb;
}

p.smallertext {
	font-size:9px;
}

.hr { 
    padding: 0;
    margin: 0;
    padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
    line-height: 1px;
}

img.button {
	border: 0px;
	}

img.menulink {
	border: 0px;
	padding-right: 0px;
	}
	
img.product {
	float:left; 
	padding-right:10px;
}

.line_green {
	background: url(../../_sharedimg/line_green.gif) repeat-x;
	height:3px;
}

.line_red {
	background: url(../../_sharedimg/line_red.gif) repeat-x;
	height:3px;
}

.req {
	color:#FF0000;
}

.error {
	color: #FF3300;
	background-color: #e8e8e8; 
	padding: 0.3em 12px;
	margin-left:5px;
	margin-right:5px;
	border: solid 1px #ccccc3;
	}
/* ------------------------------------------------------------- */
	
