﻿/* common */
* {
	margin:0px;
	padding:0px;
}
body {
	margin-top:40px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#202020;
	font-size:13px;
}
h1 { /* site title */
	letter-spacing:2px;
	font-size:10px;
	font-weight:bold;
	color:#444444;
}
h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	color:#110404;
}
h2 { /* body title */
	padding-bottom:7px;
}
h3 { /* column title */
	border-bottom:2px solid #EBEBEB;
}
h4 { /* body heading */
	font-size:14px;
	color:#FF0000;
	padding-bottom:7px;
}
p, ul {
	line-height:2em;
	margin-bottom:7px;
}
ul {
	list-style:square inside;
}
a {
	color:#FF0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
}
.round {
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
/* header */
#header {
	width:892px;
	height:91px;
	margin:0px auto;
	overflow:auto;
}
/* logo */
#logo {
	float:left;
	width:270px;
	height:76px;
	padding:15px 0px 0px 30px;
	background:url(/images/img01.jpg) no-repeat left top;
}
/* menu */
#menu {
	float:right;
	width:592px;
	height:91px;
	background:url(/images/img02.jpg) no-repeat left top;
}
#menu ul {
	margin:6px 0px 0px 50px;
	list-style:none;
	line-height:normal;
}
#menu li {
	display:inline;
}
#menu a {
	float:left;
	margin-right:5px;
	padding:5px 20px 5px 20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
#menu a:hover, #menu .active a {
	background-color:#FFFFFF;
	color:#000000;
}
/* page */
#page {
	width:832px;
	margin:0px auto;
	padding:30px;
	background:url(/images/img03.jpg) repeat-y left top;
	overflow:auto;
}
/* body	 */
#body {
	float:left;
	width:560px;
}
#body .left {
	float:left;
	width:275px;
}
#body .right {
	float:right;
	width:275px;
}
/* column */
#column {
	float:right;
	width:208px;
}
#column ul {
	list-style:none;
	line-height:3em;
	padding-bottom:10px;
}
#column li {
	border-bottom:1px dashed #CCCCCC;
}
/* footer */
#footer {
	width:892px;
	height:50px;
	margin:0px auto;
	padding-top:40px;
	background:url(/images/img04.jpg) no-repeat left top;
}
#footer p {
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
/* form 1.2 */
.form {
	margin:5px 0px;
}
.form td {
	height:25px;
	vertical-align:top;
}
.form label {
	font-weight:bold;
}
.form input {
	margin-left:10px;
}
.form .field {
	border:1px solid #999999;
	width:150px;
}
/* pages table */
.cms-table {
	border:none;
	width:560px;
	text-align:center;
}
.cms-table td {
	border-bottom:1px solid #000000;
	padding:5px 5px 5px 5px;
}
.cms-table .top td {
	font-weight:bold;
}
.cms-table .bottom td {
	border-bottom:none;
}
.delete img {
	padding-left:7px;
	vertical-align:text-bottom;
}
.copy-heading input {
	margin:0px 15px 0px 5px;
}
/* preview */
.preview-logo {
	padding:10px 15px;
}
.preview-stripe {
	overflow:auto;	
	text-align:center;
}
.preview-stripe ul {	
	list-style:none;
}
.preview-stripe li {
	float:left;
	height:30px;
	padding:0px 15px;
}
.preview-stripe p {
	margin-top:2px;
}
.preview-copy {
	overflow:auto;
	padding:15px;
}
.preview-body {
	float:left;
	width:60%;
	padding:10px;
}
.preview-column {
	float:right;
	width:30%;
	padding:10px;
}
