body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color:#4F2347;
	margin:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#4F2347;
	font-size:1.7em;
	font-weight:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#4F2347;
	font-size:1.4em;
	font-weight:normal;
}

form {
	margin:0px;
}

a {
	color:#30BCBA;
	text-decoration:none;
}

a:hover {
	color:#30BCBA;
	text-decoration:underline;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
.left {
	float:left; 
	width:672px;
	padding:0px; 
}
.right {
	float:right; 
	width:246px; 
	padding:0px; 
}

#frame {
	width:938px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
}
#header {
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	color:#58595B;
	width:100%;
	height:128px;
	position:relative;
	z-index:1;
}
#content {
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#FFFFFF;
	color:#58595B;*/
	width:926px;
	margin-left:5px;
	overflow:auto;
	padding-bottom:15px;
	z-index:2;
}
#content a {
	color:#747565;
	text-decoration:none;
}
#content h1, h2 {
	color:#FFFFFF;
}

#footer {
	background-image:url(../images/footer_tile.gif);
	background-repeat:repeat-x;
	width:926px;
	margin-left:5px;
	padding-top:6px;
	color:#FFFFFF;
	position:relative;
}
#product {
	margin-top:23px;
}
#product ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
}
#product li {
	float:left;
	width:104px;
	margin-right:15px;
}
#product div.left {
	width:193px;
}
#product div.right {
	width:718px;
}
#menu ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
}
#menu li {
	float:left;
	height:18px;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
}
#menu li:hover {
	background-color:#007777;
}
#product_box {
	position:fixed; 
	top:335px; 
	left:50%; 
	margin-left:-465px; 
	width:170px; 
	z-index:2; 
	background-color:#FFFFFF; 
	color:#58595B; 
	padding:7px;
}

.text_blue {
	color:#36B3B3;
}
.text_grey {
	color:#747565;
}
.text_purple {
	color:#4F2347;
}

.text_white, a.text_white:hover {
	color:#FFF;
}
.bg_blue {
	background-color:#36B3B3;
}
.bg_l_blue {
	background-color:#d5e9e8;
}
.bg_d_blue {
	background-color:#007777;
}
.bg_l_purple {
	background-color:#6f4d66;
}

.big {
	font-size:1.1em;
}
.bigger {
	font-size:1.2em;
}
.biggest {
	font-size:1.3em;
}
.small {
	font-size:0.9em;
}
.smaller {
	font-size:0.8em;
}
.smallest {
	font-size:0.7em;
}

.input_text {
	background-image:url(/doors/images/input_bg.gif);
	background-repeat:repeat-x;
	border:0px;
}

