/* Clickable Designs | CSS1-CSS2 Document */

/* wrap properties */
html, body {
		height: 100%;
		margin: 0px auto;
		padding: 0;
		background: #000000 url(../images/wrap/bg_site.jpg) no-repeat center top;
		font-family: Verdana, Geneva, sans-serif; font-size: 13px; line-height: 18px; font-weight: normal; color: #999999; }

		a:link, a:visited { color: #E40C6E; text-decoration: none; outline: none; }
		a:hover, a:active { color: #E40C6E; text-decoration: underline; outline: none; }
		
		h1 { margin: 0; padding: 0 0 25px 0; font-size: 22px; line-height: 24px; font-weight: normal; font-family: Verdana, Geneva, sans-serif; color: #EC1B7A; }
		h2 { margin: 0; padding: 0; font-size: 13px; line-height: 18px; font-weight: bold; color: #E40C6E; }
		h3 { margin: 0; padding: 0; font-size: 22px; line-height: 24px; font-weight: normal; color: #999999; }
		p { margin: 0; padding: 0 0 25px 0; text-align: justify; }
		
		ul { margin: 0; padding: 0 0 25px 0; list-style-type: none; }
		ul li { margin: 0; padding: 0 0 8px 18px; background: url(../images/wrap/ul_li.gif) no-repeat 0px 8px; font-size: 11px; line-height: 15px; }

#wrap {
		width: 937px;
		margin: 0px auto;
		padding: 0;
		/* display: table; */
		/* height: 100%; */
		/* min-height: 100%; */
		/* height: auto !important; */
		/* background-color: none; */
		/* background: url(../images/wrap/bg_body.gif) repeat-y; */ }
		
		.left { float: left; display: inline; }
		.right { float: right; display: inline; }
		.inline { display: inline; }
		.center { text-align: center; }
		.end { clear: both; }
		.block { display: block; }
		
		img { border: 0; }
		
		form { margin: 0; padding: 0; }

/* page properties */
		.header { height: 78px; }
		
		.col_1 { width: 239px; }
		.col_2 { width: 661px; }
		
		.sep { padding: 10px 0 10px 0; background: url(../images/wrap/sep.gif) repeat-x 10px 0px; }
		
		.sep_h_69 { height: 69px; font-size: 0px; line-height: 0px; }
		.sep_h_35 { height: 35px; font-size: 0px; line-height: 0px; }
		.sep_h_10 { height: 10px; font-size: 0px; line-height: 0px; }
		.sep_h_7 { height: 7px; font-size: 0px; line-height: 0px; }
		.sep_h_4 { height: 4px; font-size: 0px; line-height: 0px; }
		
		.menu { padding: 0 0 0 25px; }
		.title { height: 80px; }
		
		.address { padding: 0 0 0 48px; font-size: 13px; line-height: 18px; color: #DEDEDE; background: url(../images/wrap/address_bullet.gif) no-repeat 25px 6px; }
		.address h1 { margin: 0; padding: 0; font-size: 13px; line-height: 18px; font-weight: bold; color: #DEDEDE; }
		.address_numbers { width: 29px; padding: 0 6px 0 0; text-align: right; }
		.address_arrow { padding: 0 0 0 12px; background: url(../images/wrap/address_arrow.gif) no-repeat 0px 5px; }
		
		.content { padding: 25px 40px 0 40px; background-color: #000000; }
		.content_top { height: 26px; }
		.content_bottom { height: 26px; }
		
		.content_cms h1 { padding: 0 0 10px 0; }
		.content_cms h2 { margin: 0; padding: 0; font-size: 13px; line-height: 18px; font-weight: bold; color: #999999; }
		
		.anchor { height: 70px; padding: 0 40px 0 40px; background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; }
		.anchor_sep { padding: 0 12px 0 12px; }
		
		.list { width: 180px; padding: 0 0 1px 0; }
		.list_sep { width: 20px; height: 100px; font-size: 0px; line-height: 0px; }
		
		.list2 { width: 270px; padding: 0 0 1px 0; }
		.list2_sep { width: 40px; height: 100px; font-size: 0px; line-height: 0px; }
		
		.gallery_img { width: 180px; height: 120px; background-color: #363636; }
		.gallery_img_sep { width: 20px; height: 120px; font-size: 0px; line-height: 0px; }
		
		
/* home properties */
		.title_home { height: 280px; padding: 60px 0 0 0; background: url(../images/page/home.gif) no-repeat center top; text-align: center; }
		.col_1_home { width: 350px; }
		.col_2_home { width: 185px; }
		.col_2_home ul { margin: 0; padding: 0 0 25px 0; list-style-type: none; }
		.col_2_home ul li { margin: 0; padding: 0 0 8px 18px; background: url(../images/wrap/ul_li.gif) no-repeat 0px 8px; font-size: 13px; line-height: 18px; }
		
