
body
{
	font-family: Arial;
	background-color: #dddddd;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

#pagewrapper
{
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	min-height: 1px;
	width: 995px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	position: relative;
}

#headerwrapper
{
	height: 255px;
	position: relative;
}

#logo
{
	padding: 25px 0px 0px 25px;
	width: 250px;
	height: 67px;
}

.contact
{
	float: right;
	width: 261px;
	height: 65px;
	padding: 25px 25px 0px 0px;
	background-image: url('/images/contact.png');
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

.contact .phone
{
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	color: #484d95;
	margin: 0px;
	padding: 9px 55px 6px 0px;
	text-align: right;
}

.contact .email
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #484d95;
	margin: 0px;
	padding: 0px 55px 0px 0px;
	text-align: right;
}

.contact .email a
{
	color: #484d95;
	text-decoration: none;
}

#icon
{
	position: absolute;
	right: 27px;
	top: 107px;
}

#leftcolumn
{
	width: 195px;
	float: left;
	min-height: 1px;
}

#mainmenu
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#mainmenu li
{
	margin: 0px;
	padding: 6px 0px 6px 35px;
	font-size: 10pt;
	line-height: 12pt;
	border-bottom: 1px solid #e5e6f0;
	background-image: url('/images/menu.gif');
	background-repeat: no-repeat;
	color: #484d95;
}

#mainmenu li a
{
	color: #484d95;
	text-decoration: none;
	font-weight: normal;
}

#mainmenu li.first
{
	background-image: url('/images/menu_first.png');
}

#mainmenu li.hover
{
	background-image: url('/images/menu_over.gif');
}

#mainmenu li.divider
{
	background-image: none;
}

#mainmenu li.breadcrumb
{
	background-image: url('/images/menu_top.gif');
	background-color: #ededf2;
}

#mainmenu li ul
{
	margin: 0px;
	list-style: none;
	padding: 11px 0px 0px 0px;
	display: none;
}

#mainmenu li ul li
{
	font-size: 9pt;
	line-height: 11pt;
	background-image: url('/images/menu2.gif');
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 2px 0px 4px 13px;
	background-position: 0px 7px;
}

#mainmenu li ul li.hover
{
	background-image: url('/images/menu2_over.gif');
}

#mainmenu li ul li.hover a
{
	color: #0d1252;
}

#rightcolumn
{
	margin: 0px 0px 0px 220px;
	padding: 15px 0px 0px 0px;
	color: #505050;
}

h1
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 15pt;
	line-height: 17pt;
	color: #484d95;
	font-weight: bold;
}

.intro
{
	font-size: 10pt;
	line-height: 13pt;
	padding: 0px 45px 10px 0px;
}

.intro p
{
	margin: 0px;
	padding: 0px 0px 10px 1px;
}

.home_item
{
	width: 231px;
	padding: 0px 5px 0px 0px;
}

.home_item h2
{
	font-size: 10.5pt;
	line-height: 12.5pt;
	color: #484d95;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.home_item h2 a
{
	color: #484d95;
	text-decoration: none;
}

.home_item_intro
{
	font-size: 14pt;
	color: #8f8f8f;
	font-weight: bold;
	line-height: 16pt;
	padding: 0px 0px 12px 0px;
}

.home_item p
{
	font-size: 9pt;
	margin: 0px;	
	padding: 12px 0px 0px 0px;
}

.button
{
	background-image: url('/images/button.gif');
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
	text-decoration: none;
	display: block;
	width: 113px;
	height: 19px;
	padding: 2px 0px 0px 5px;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
}

.button:hover
{
	background-image: url('/images/button_over.gif');
}

.button2
{
	background-image: url('/images/button2.gif');
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
	text-decoration: none;
	display: block;
	width: 142px;
	height: 19px;
	padding: 2px 0px 0px 5px;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
}

.button2:hover
{
	background-image: url('/images/button2_over.gif');
}

.button3
{
	background-image: url('/images/button3.gif');
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
	text-decoration: none;
	display: block;
	width: 163px;
	height: 19px;
	padding: 2px 0px 0px 5px;
	text-align: left;
	font-weight: normal;
}

.button3:hover
{
	background-image: url('/images/button3_over.gif');
}

.middle_line
{
	width: 1px;
	background-color: #cbcddb;
	height: 309px;
}

.middle_line_2
{
	width: 1px;
	background-color: #cbcddb;
	height: 126px;
}

.top_line
{
	height: 1px;
	overflow: hidden;
	background-color: #cbcddb;
}

.home_item img
{
	float: right;
}

.home_item b, .home_item strong
{
	color: #484d95;
}

.odd .home_item_intro
{
	padding-bottom: 5px;
}

.odd img
{
	float: none;
}

.block
{
	background-image: url('/images/block.gif');
	width: 241px;
	height: 341px;
}

.block .title
{
	font-size: 12pt;
	line-height: 14pt;
	color: #484d95;
	font-weight: bold;
	padding: 70px 0px 10px 0px;	
}

.block p
{
	font-size: 9pt;
	line-height: 15pt;
	margin: 0px;
	padding: 0px 10px 15px 10px;
}

.box
{
	background-color: #e2e3ef;
	position: relative;
	background-image: url('/images/hometopleft.gif');
	background-repeat: no-repeat;
	min-height: 1px;
	padding: 95px 15px 15px 15px;
	margin: 0px 23px 0px 0px;
	font-size: 10pt;
}

.box p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.box b, .box strong
{
	color: #484d95;
	font-size: 12pt;
}

.topright
{
	background-image: url('/images/topright.gif');
	position: absolute;
	top: 0px;
	right: 0px;
	width: 13px;
	height: 12px;
}

.topleft
{
	background-image: url('/images/topleft.gif');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 12px;
}

.bottomright
{
	background-image: url('/images/bottomright.gif');
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 12px;
}

.bottomleft
{
	background-image: url('/images/bottomleft.gif');
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 13px;
	height: 12px;
}

#footer
{
	padding: 0px 155px 0px 25px;
	font-size: 8pt;
	color: #484d95;
}

#footer b
{
	font-size: 10pt;
}

#bottom_corner
{
	background-image: url('/images/bottom_corner.png');
	width: 208px;
	height: 129px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#wrapper
{
	height: 260px;
	background-image: url('/images/fade.gif');
	background-repeat: repeat-x;
	background-position: 0px 100%;
	padding: 0px 10px 0px 20px;
	position: relative;
}

#wrapper2
{
	height: 260px;
	overflow: hidden;
	position: relative;
}

#banner_wrapper
{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 475px;
}

#maincontent
{
	padding: 0px 20px 0px 0px;
	font-size: 10pt;
}

#maincontent p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#maincontent h2
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 13pt;
	line-height: 15pt;
	color: #484d95;
	font-weight: bold;
}

a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.banner
{
	padding: 0px 10px 0px 15px;
	float: left;
	cursor: pointer;
}

.banner div
{
	height: 214px;
}

.banner p
{
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #484d95;
	font-weight: bold;
}

.banner p a
{
	color: #484d95;
	text-decoration: none;
}

#content1
{
	font-size: 10pt;
	width: 485px;
}

#content1 p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content1 b, #content1 strong
{
	color: #484d95;
}

#content2
{
	font-size: 10pt;
	width: 230px;
	position: relative;
	background-color: #e2e3ef;
	padding: 10px 10px 10px 10px;
	float: right;
}

#content2 p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content2 b, #content2 strong
{
	color: #484d95;
}

#content2 ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#content2 ul li
{
	margin: 0px;	
	padding: 0px 0px 1px 10px;
	font-size: 10pt;
	line-height: 13pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#content3 h2
{
	font-size: 11pt;
	line-height: 13pt;
	color: #484d95;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#content3
{
	font-size: 9pt;
	width: 380px;
	line-height: 13pt;
}

#content3 p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content3 b, #content3 strong
{
	color: #484d95;
}

#content4
{
	font-size: 10pt;
	position: relative;
	background-color: #e2e3ef;
	padding: 15px 15px 10px 15px;
}

#content4 p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content4 ul
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	width: 310px;
	float: left;
}

#content4 ul li
{
	margin: 0px;	
	padding: 0px 0px 2px 10px;
	font-size: 10pt;
	line-height: 13pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#content4 h2
{
	font-size: 12pt;
	line-height: 14pt;
	color: #484d95;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content4 a
{
	color: #484d95;
	font-weight: bold;
	text-decoration: none;
}

.cat_item
{
	width: 225px;
	padding: 10px 10px 13px 12px;
	position: relative;
}

#maincontent .cat_item h2
{
	font-size: 10.5pt;
	line-height: 13.5pt;
	color: #484d95;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

#maincontent .cat_item h2 a
{
	color: #484d95;
	text-decoration: none;
}

#maincontent .cat_item p
{
	font-size: 9pt;
	margin: 0px;	
	padding: 0px 0px 0px 0px;
	height: 87px;
}

.title1
{
	color: #484d95;
	font-size: 17pt;
	font-weight: bold;
	line-height: 19pt;
	padding: 0px 0px 10px 0px;
}

.title2 h2
{
	color: #484d95;
	font-size: 10.5pt;
	font-weight: bold;
	line-height: 12.5pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.link
{
	color: #484d95;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5pt;
	line-height: 12.5pt;
}

.fieldname
{
	padding-left: 0px;
}

.fieldinput input
{
	width: 200px;
}

.fieldtextarea textarea
{
	width: 400px;
}

.title
{
	font-size: 10.5pt;
	color: #484d95;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.title span
{
	font-size: 8.5pt;
	font-weight: normal;
}

#mini_gallery
{
	float: right; 
	width: 242px;
}

#news_images
{
	float: right; 
	width: 242px;
	padding: 0px 0px 0px 20px;
}

.caption
{
	padding: 4px 0px 20px 0px;
	text-align: center;
}

#left_corner
{
	width: 12px;
	height: 9px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url('/images/left_corner.gif');
}

#right_corner
{
	width: 12px;
	height: 9px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url('/images/right_corner.gif');
}

#log_res
{
        position: absolute;
        left: 50%;
        width: 800px;
        background-color: #fff;
        margin-left: -400px;
        display: none;
        z-index: 9002;
}

#log_res.show
{
        display: block;
}

#log_res.ajax-loading {
        background-color: #fff;
        background: url('/images/spinner.gif') no-repeat center;
        display: block;
}

#fade.black_overlay {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 3000px;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    display: none;
}

#popup_wrapper
{
	padding: 20px 0px 0px 20px;
	color: #505050;
}

#sitemap a
{
	color: #484d95;;
	font-size: 9pt;
}

.base
{
	width: 365px;
	float: left;
}

.image
{
	width: 150px;
	float: right;
}

.text
{
	font-size: 9pt;
}

#maincontent .text p
{
	padding: 0px 0px 5px 0px;
}

#content1 ul
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	list-style: none;
}

#content1 ul li
{
	margin: 0px;	
	padding: 0px 0px 2px 10px;
	font-size: 10pt;
	line-height: 13pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.tableheader
{
	font-weight: bold;
	background-color: #484d95;
	color: #fff;
	font-size: 9pt;
	padding: 2px 0px 2px 0px;
	text-align: center;
	border: 1px solid #e2e3ef;
}

.tablebody
{
	text-align: center;
	background-color: #cfd0d9;
	padding: 2px 0px 2px 0px;
	border: 1px solid #e2e3ef;
}

.tabletitle
{
	text-align: center;
	border: 1px solid #e2e3ef;
	background-color: #cfd0d9;
	padding: 4px 0px 4px 0px;
}

.content5 ul
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	list-style: none;
}

.content5 ul li
{
	margin: 0px;	
	padding: 0px 0px 2px 10px;
	font-size: 10pt;
	line-height: 13pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#left1
{
	width: 187px;
	height: 78px;
	color: #484d95;
	background-image: url('/images/left_1.jpg');
}

#left1 a
{
	color: #484d95;
	font-weight: normal;
}

#left2
{
	width: 188px;
	height: 225px;
	color: #484d95;
	background-image: url('/images/left_2.jpg');
}

#left3
{
	width: 188px;
	height: 226px;
	color: #484d95;
	background-image: url('/images/left_3.jpg');
}

#news_wrapper h2
{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	font-size: 11pt;
	line-height: 13pt;
}

#news_wrapper h2 a
{
	color: #484d95;
	text-decoration: none;
}

#news_wrapper h2 span
{
	font-size: 9pt;
}

.news_intro a
{	
	font-size: 9pt;
}

.news_intro
{
	padding: 0px 100px 20px 0px;
}

.gallery_item
{
	float: left;
	width: 217px;
	height: 250px;
	margin: 0px 20px 0px 0px;
}

#price_list
{
	border: 2px solid #7e82b8;
	color: #484d95;
	padding: 20px 20px 20px 20px;
	position: relative;
}

#price_list h2
{
	font-size: 11pt;
	line-height: 13pt;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#price_list p
{
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.price_footer
{
	color: #fff;
	font-weight: bold;
	background-color: #484d95;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.topleftcorner
{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 17px;
	height: 17px;
	background-image: url('/images/topleftcorner.gif');
}

.toprightcorner
{
	position: absolute;
	top: -2px;
	right: -2px;
	width: 17px;
	height: 17px;
	background-image: url('/images/toprightcorner.gif');
}

.bottomleftcorner
{
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 17px;
	height: 17px;
	background-image: url('/images/bottomleftcorner.gif');
}

.bottomrightcorner
{
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 17px;
	height: 17px;
	background-image: url('/images/bottomrightcorner.gif');
}

