html {
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	font-family: "trebuchet MS", verdana;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #bf201f;
}

p {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	font-size: 13px;
	color: #fefefe;
	line-height: 15px;
}

a {
	font-size: 13px;
	color: #fefefe;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 28px;
	margin-bottom: 35px;
	padding: 0px;
	color: #fefefe;
	font-size: 20px;
}

h2 {
	margin-top: 17px;
	margin-bottom: 0px;
	padding: 0px;
	height: 18px;
	color: #fefefe;
	font-size: 14px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fb9191;
}

h4 {
	font-size: 12px;
	color: #fefefe;
	margin: 0px;
	padding: 0px;
}

div#main {
	float: left;
	width: 100%;
	height: 100%;
	margin: auto;
}

div#main_body {
	float: left;
	width: 100%;
}

div#main_container {
	width: 1003px;
	height: auto;
}

div#left_content {
	float: left;
	padding-left: 134px;
	width: 240px;
}

div#right_content {
	float: left;
	padding-left: 12px;
	width: 607px;
}

div#text {
	float: left;
	width: 354px;
}

div#text_b {
	float: left;
	width: 354px;
	border-bottom: 1px dotted;
	border-color: #ffffff;
}

div#phone {
	float: left;
	margin-left: -12px;
	margin-top: 21px;
	padding-bottom: 22px;
}

/* IE6 */
* html div#phone {
	float: left;
	margin-left: -6px;
	margin-top: 21px;
	padding-bottom: 22px;
}

/* IE7 Only */
*:first-child+html div#phone {
	float: left;
	margin-left: -12px;
	margin-top: 21px;
	padding-bottom: 22px;
}

div#download_brochure {
	float: right;
	padding-right: 101px;
}

/* ADMIN PANEL */
div#admin_panel {
	width: 97px;
	height: 110px;
	position: absolute;
	top: 385px;
	left: 7%;
}

/* IE6 */
* html div#admin_panel {
	position: fixed;
	top: 385px;
	left: 10px;
}

/* IE7 Only */
*:first-child+html div#admin_panel {
	width: 97px;
	height: 110px;
	position: absolute;
	top: 385px;
	left: 7%;
}

.admin_option {
	margin-bottom: 5px;
}

.admin_option a {
	color: #fefefe;
	font-size: 12px;
	text-decoration: none;
}

.admin_option a:hover {
	text-decoration: underline;
}

.fckDiv {
	float: left;
	border: 1px dotted;
	border-color: #fefefe;
	cursor: pointer;
}

iframe#Fragmenteditor_box {
	height: 270px !important;
}