@CHARSET "UTF-8";
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear_right{clear: right;}
.null{font-size: 1px;}
.small{font-size: 10px;}
.middle{font-size: 12px;}
.large{font-size: 14px;}
.xlarge{font-size: 16px;}
.xxlarge{font-size: 18px;}
.xxxlarge{font-size: 22px;}
.bold{font-weight: bold;}
.textRight{text-align: right;}
.i{font-style: italic;}

.blue{color: #01527e;}
.black{color: #000000;}
.red{color: #ed1c24;}
.gray{color: #808080;}
.white{color: #ffffff;}

.uppercase{text-transform: uppercase;}
.nodecorate{text-decoration: none;}
.underline{text-decoration: underline;}

.color_black{color: #000000;}
.color_silver{color: #cccccc;}
.color_red{color: #e50000;}

.absolute{position: absolute;}

.pointer{cursor: pointer;}

BODY{
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

HTML{
	height: 100%;
}

BODY, SPAN, DIV, INPUT, TD, P, A{
	font-family: arial; 
	color: #808080;
	font-size: 12px;
}

A {
	text-decoration: none;
}

A:hover {
	color: #000000 !important;
}

H1,H2,H3,H4,H5,H6{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px; 
}

.menu_item{
	font-size: 14px; 
}

.menu_item A{
	color: #808080;
	text-decoration: none;
	font-size: 14px; 
}

.menu_item A:hover{
	color: #000000;
	text-decoration: none;
	font-size: 14px; 
}

.menu_item A.choose{
	color: #000000;
	text-decoration: none;
	font-size: 14px; 
}

.menu_sub_page_item{
	font-size: 12px; 
}

.menu_sub_page_item A{
	color: #808080;
	text-decoration: none;
	font-size: 12px; 
}

.menu_sub_page_item A:hover{
	color: #000000;
	text-decoration: none;
	font-size: 12px; 
}

.menu_sub_page_item A.choose{
	color: #000000;
	text-decoration: none;
	font-size: 12px; 
}

.blogPost{
	padding: 27px;
	background-color: #ffffff;
}

INPUT.price{
	width: 340px;
	height: 30px;
	background-color: #ffffff;
	border: 0px;
}

TEXTAREA.price{
	width: 340px;
	height: 110px;
	background-color: #ffffff;
	border: 0px;
}

#gallery { position:relative; width: 900px; height: 550px;}
#gallery img { position:absolute; left:0; top:0; }

#button_send{
	width: 119px;
	height: 33px;
	background-image: url('/images/button_send.gif');
	cursor: pointer;
}

