body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 1.6em;
	background: url('img/bg.jpg') #ffd8b0;
	font: normal 13px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { text-decoration: none; color: #335577; font-weight: bold; }

a:visited { text-decoration: none; color: #557799; font-weight: bold; }

a:hover, a:active { color: #e94539; }

/* HTML Elements */

h1, h2, h3, h4, h5, h6 
{ 
	font-weight: normal; 
	margin: 0; 
	padding: 10px 0; 
	color: #443d35;
}

h1 { font-size: 28px; }

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; font-weight: bold; }

h6 { font-size: 14px; text-transform: uppercase; }

ul { list-style-type: square; }

dl { margin: 0 20px; border-left: 5px solid #485ba8; }

dt, dd { margin: 0; padding: 0 10px; }

dt { padding-top: 5px; }

dd { padding-top: 10px; padding-bottom: 10px; }

dt.alt, dd.alt { background-color: #eeeeee; }

blockquote 
{ 
	background-color: #e1d2b5; 
	border-left: 5px solid #335577; 
	padding: 10px; 
	margin: 5px 20px; 
}

code { color: #996633; font-family: Consolas, Verdana, "Courier New", Sans-Serif; font-size: 12px; }

acronym { border-bottom: 1px dotted #000000; }

/* Structure */

#container {  color: #000000; float: left; width: 100%;2}

#header {color: #f9f9f9; background: url(img/bg_t_b.jpg) #443d35; height: 100px;}

#navigation { float: left; width: 100%; } 

#wrapper { width: 80%; margin: 0 auto;}

#content-wrapper { float: left; width: 70%; }

#content { float: left; padding: 20px; }

#sidebar-wrapper { float: left; width: 30%; }

#sidebar { float: left; padding: 20px; width: 85%; margin-left: 25px;}

#sidebar h6 {
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid;
}

#sidebar ul li {
list-style: none;
}


#footer 
{
	text-align: center; 
	clear: both;
	font-size: 11px; 	
	color: #999999;
	padding: 10px 0;
	background: url(img/bg_t_b.jpg) #443d35;
}

#subfooter {
	clear: both;
	font-size: 11px; 	
	color: #999999;
	padding: 10px 150px 10px 150px;
	background: url(img/bg_t_b.jpg) #443d35;
}

/* Header */

#header h1, #header h2 { padding-left: 10px; margin: 0; }

#header h1 { padding-bottom: 10px; padding-top: 20px; margin-left: 50px; text-transform: uppercase;}

#header h1 span { font-size: 16px; text-transform: none;}

#header h2 { padding-bottom: 20px; color: #999999; font-size: 16px; }

#header h1 a:link, #header h1 a:visited { color: #ffd8b0; padding: 0; }

#header h1 a:hover, #header h1 a:active { background-color: transparent; }

/* Navigation */

#navigation ul 
{ 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	float: left; 
	width: 100%; 

}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation li a
{
	float: left;
	display: block;
	padding: 5px 10px; 
}

#navigation li a:hover,
#navigation li a:active
{
	background-color: #000033;
	color: #ffffff;
}

#navigation .active a
{
	background-color: #e94539;
	color: #faddb1;
}

/* Content */

#content a:link{ border-bottom: 1px dotted #335577; }

#content a:visited { border-bottom: 1px dotted #557799; }

#content a:hover, #content-wrapper a:active { border-bottom-color: #990000; }

#content dt
{
	font-size: 24px; 
}

#content dt a:link, #content dt a:visited { border-bottom-width: 0; padding: 0; }

#content dt a:hover, #content dt a:active { background-color: transparent; }

/* Footer */

#footer a:link, #footer a:visited { padding: 0; color: #b7bfbf;}

#footer a:hover, #footer a:active { background-color: transparent; color: #cfcfcf; border-bottom: 1px dotted;}

#tprice {
border: 1px solid #000;
border-collapse: collapse;
}

#tprice td, th {
border: 1px solid #000;
padding: 0 15px 0 15px;
text-align: center;
}

#tprice .tpoint {
padding-left: 5px;
}

#tprice th {
background: #443d35;
height: 40px;
color: #ffd8b0;
padding: 0;
}

#tprice .left {
text-align: left;
padding-left: 10px;
}

#tprice .sub {
background: #e94539;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #ffd8b0;
}

.term {
clear: both;
}