html {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	height: 100%;
	color: #FFFFFF;
}

body {
	padding: 0px;
	margin: auto;
	/*width: 780px;*/
	background: transparent url(../images/page_pg.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	color: #FFFFFF;
}

.popup_body {
	background: transparent;
	color: #000000;
}

img {
	border: 0px;
}

div, form {
	margin: 0px;
	padding: 0px;
}

td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
}

.whitebold {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.header_right {
	height: 187px;
	width: 560px;
	background: url(../images/hdr.jpg) no-repeat;
}


a:link, a:visited ,a:hover, a:active {
	text-decoration: none;
}

ul.links_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.links_list li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}

ul.links_list li a:link, ul.links_list li a:visited {
	text-decoration: underline;
}

ul.links_list li a:hover {
	color: #DBC272;
}

.menu_link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu_link:link, a.menu_link:visited, a.menu_link:hover, a.menu_link:active {
	text-decoration: none;
}

a.menu_link:hover {
	color:#DBC272;
}

.menu_line_top {
	height: 3px;
	font-size: 0px;
	background: url(../images/menu_line_top.gif) repeat-x;
}

.menu_line {
	height: 40px;
	background: url(../images/top_bg.gif) repeat-x;
}

.menu_line_bottom {
	height: 3px;
	font-size: 0px;
	background: url(../images/menu_line_bottom.gif) repeat-x;
}

.contents1 {
	background: #AF3432;
}

.contents2 {
	background: #922E29;
}

.dots {
	height: 5px;
	font-size: 0px;
	background: url(../images/dots.gif) repeat-x;
}

.dots1 {
	height: 5px;
	font-size: 0px;
	background: url(../images/dots1.gif) repeat-x;
}

.bg_blue_line {
	width: 2px;
	font-size: 0px;
	background: url(../images/bg_blue_line.gif) repeat-y;
}

.footer_copy {
	background: url(../images/bottom_bg.gif) repeat-x;
	text-align: right;
	padding-right: 15px;
}

.maintxt {
	/*color: #CBE6FF;*/
	color: #ffffff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

p {
	text-align: justify;
}
.txtfield {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	/*background: #eeeeee;
	background: #96AD92;*/
}

.link {
	color: #DBC272;
	text-decoration: underline;
}


a.link:link, a.link:visited, a.link:hover, a.link:active {
	color: #DBC272;
	text-decoration: underline;
}

.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AF3432;
	border: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.smile {
	font-family: Wingdings;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.error {
	font-weight: bold;
	color:#DBC272;
	margin-bottom:5px;
}

/* ajax forms */
#contactError, #signupError {
	display:none;
	font-weight: bold;
	/*color:#ffcc00;*/
	color:#DBC272;
	margin-bottom:5px;
}

#contactDetails tr td {
	padding-right: 2px;
	padding-bottom: 2px;
}

#requestProcessing {
	text-align:center
}

#requestProcessing, #requestResult {
	display: none;
	clear: both;
}

#contactFname, #contactLname, #contactEmail, #contactCompany, #contactPhone {
	width: 180px;
}

.require, .notes {
	color: #DBC272;
	text-decoration: none;
}

.steps {
	font-weight: bold;
}

.plus {
	color: #FFFFFF;
}

#tags_cloud {
	/*text-align:justify;*/
	width: 100%;
}

#tags_cloud span{
	padding-right: 12px;
	color: #DBC272;
	/*white-space: nowrap;*/
}

#tags_cloud a{
	color: #DBC272;
	text-decoration: none;
}