body {
	background:#c66 url(../images/design/back.png) repeat-x;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:9pt;
	color:#000;
	behavior:url(csshover.htc);
}

* {
	margin:0;
	padding:0;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	height:0px;
}

.clearfix {
	display:block;
}

#main {
	width:968px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
	background:#fff url(../images/design/mainBack.png) repeat-y 0 50px ;
}

#header {
	background:url(../images/design/top.png) no-repeat top left;
	height:130px;
}

#header h1 {
	padding-top:25px;
	margin-left:20px;
	display:block;
	float:left;
	width:440px;
	height:93px;
	background:url(../images/content/logo.png) no-repeat 0px 20px;
	text-indent:-9999px;*/ 
}

* html #header h1 {
	margin-left:10px;
}

#header a h1 {
	color:#000;
	text-decoration:none;
}

#header ul {
	float:right;
	list-style-type:none;
	font-size:10pt;
	margin:20px 20px 0 0;
	padding-right:200px;
	height:100px;
}

#header ul a {
		color:#c00;
		text-decoration:none;
		cursor:hand;
}

#header ul a:hover {
	text-decoration:underline;
}

#content {
	height:100%;
	padding-bottom:40px;
}

#left { 
	width:620px;
	float:left;
	height:100%;
	margin-right:20px;
	line-height:13pt;
}

#left h1, #left h2, #left h3, #left p, #left ul, #left ol, #left span, #left table {
	margin-left:40px;
}

#left img {
	margin-left:95px;
}

#left a {
	color:#c00;
	text-decoration:underline;
}

#left th a {
	color:#fff;
	text-decoration:none;
}

#left a:hover {
	text-decoration:none;
}

#left h1 {
	font-size:18pt;
	margin-top:40px;
	padding-bottom:10px;
	font-weight:normal;
	border-bottom:1px solid #f00;
	color:#c00;
	display:block;
}

#left h2 {
	font-size:12pt;
	margin-top:40px;
	font-weight:normal;
	border-bottom:1px solid #f00;
	color:#c00;
	padding-bottom:1px;
}

#left h3 {
	margin-top:10px;
	margin-bottom:2px;
	font-size:9pt;
}

#left p {
	margin-top:15px;
	line-height:13pt;
}

#left blockquote {
	margin-left:60px;
	line-height:13pt;
	font-style:italic;
}

#left ul li {
	margin-left:20px;
}

#left ul.noBullets {
	list-style-type:none;
	margin-top:10px;
}

#left ul.noBullets li {
	margin-left:0;
}

#left ul.noBullets li.bold {
	font-weight:bold;
}

#left div.product {
	display:block;
}

#left div.product h2 {
	margin-top:10px;
}


#left p img {
	float:right;
	margin:0 0 10px 10px;
}

#left table {
	margin-top:10px;
}

#left table td a {
	display:block;
	padding:5px 0 10px;
}

#left table td {
	padding:4px;
}

#left table th {
	color:#fff;
	font-weight:bold;
	padding:4px;
}

#right { 
	width:245px;
	float:left;
	height:100%;
	padding-top:30px;
	margin-left:40px;
	color:#000;
}

#right ul.side a {
	color:#c00;
	text-decoration:none;
}

#right ul.side a:hover {
	text-decoration:underline;
}


#right ul.side {
	margin-bottom:20px;
	padding-bottom:25px;
	background: url(../images/design/sideBottom.png) no-repeat bottom left;
}

#right ul.side li, #right h2, #right h3 {
	padding:4px 24px 4px 20px;
}

#right ul.side li { 
	list-style-type:none;
	color:#000;
	background: url(../images/design/sideBack.png) repeat-y;
	line-height:normal;
}

#right ul.side li.indent { 
	padding-left:30px;
	padding-top:2;
	padding-bottom:2;
}

#right ul.side li.action { 
	font-size:12pt;
	padding-top:15px;
	font-style:italic;
}

#right h2 {
	font-size:14pt;
	color:#fff;
	font-weight:bold;
	background: url(../images/design/sideTop.png) repeat-y;
	padding-top:20px;
	padding-bottom:8px;
	text-align:center;
}

#right h3 {
	font-size:14pt;
	color:#c00;
	font-weight:bold;
	background: url(../images/design/sideBack.png) repeat-y;
	padding-top:8px;
	padding-bottom:4px;
}

#right img {
	margin-left:auto;
	margin-right:auto; 
}

/*** Footer ***/

#footer {
	background:#34230c url(../images/design/greyBack.png) no-repeat left bottom;
	margin:0 4px;
	height:130px;
	color:#d1a873;
}

#footer ul.copy {
	margin-left:590px;
	list-style-type:none;
	text-align:center;
}

#footer a {
	color:#fff;
}

#right a:hover, #footer a:hover {
	text-decoration:none;
}

#bottom {
	background:#c66 url(../images/design/bottom.png) no-repeat;
	text-align:center;
	height:18px;
}




	