
* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
}

#container {
	width: 980px;
	font-size: 0.75em;
	margin: 0 auto;
}

/* Header */

/* Logo */
#logo {
    float: left;
    height: 214px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Menu */

#menu {
    float: left;
	width: 980px;
    height: 56px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/bg_menu.jpg) repeat-x;

}
#menu ul {
	margin: 0 auto;
	width: 750px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline
	
}

#menu a {
	display: block;
	float: left;
	width: 102px;
	height: 34px;
	padding: 22px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #393939;
	background: url(images/menu_separator.jpg) no-repeat right;
}
#menu .end {
	background: none;
}
#menu .end_red {
	background: url(images/menu_separator2.jpg) no-repeat right;
	color:#d00808;
	width: 120px;
}
#menu a.end_red:link {
}
#menu a.end_red:hover {
	background: url(images/menu_separator2_hover.jpg) no-repeat right;
	color:#ffffff;
}

#menu .open {
	background: url(images/bg_button_menu.jpg) no-repeat right;
	color: #ffffff;
}

#menu a:hover {
	background: url(images/bg_button_menu.jpg) no-repeat right;
	color: #ffffff;
}

/* Left, Right columns */
#leftcolumn, #rightcolumn {
    float:left;;
	width: 201px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

/* Center column */
#centercolumn {
    float:left;
	width: 558px;
	margin-top: 0px;
}

/* BLUE BOX */

#leftcolumn .box_blue{
	}
#leftcolumn .box_blue h2{
	width: 161px;
	height: 22px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:8px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/box_header_blue.jpg) no-repeat left;
	}
	
#leftcolumn .box_blue .content{
	padding:5px 0px 5px 0px;
	background: #f1f1f1;
	}
		
#leftcolumn .box_blue .content ul {
	list-style: none;
	line-height: normal;
}

#leftcolumn .box_blue .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #393939;
	background: url(images/arrow_blue.jpg) no-repeat 20px ;
	border-bottom: 1px solid #FFF;
	
}

#leftcolumn .box_blue .content a {
    text-decoration: none;
	color:#000;
}
#leftcolumn .box_blue .content a:hover {
    text-decoration: underline;
	color:#000;
}

/* RED BOX */

#leftcolumn .box_red{
	}
#leftcolumn .box_red h2{
	width: 161px;
	height: 22px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:8px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/box_header_red.jpg) no-repeat left;
	}
	
#leftcolumn .box_red .content{
	padding:5px 0px 5px 0px;
	background: #f1f1f1;
	}
		
#leftcolumn .box_red .content ul {
	list-style: none;
	line-height: normal;
}

#leftcolumn .box_red .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #393939;
	background: url(images/arrow_red.jpg) no-repeat 20px ;
	border-bottom: 1px solid #FFF;
	
}

#leftcolumn .box_red .content a {
    text-decoration: none;
	color:#000;
}
#leftcolumn .box_red .content a:hover {
    text-decoration: underline;
	color:#000;
}
/* GREEN BOX */

#leftcolumn .box_green{
	}
#leftcolumn .box_green h2{
	width: 161px;
	height: 22px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:8px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/box_header_green.jpg) no-repeat left;
	}
	
#leftcolumn .box_green .content{
	padding:5px 0px 5px 0px;
	background: #f1f1f1;
	}
		
#leftcolumn .box_green .content ul {
	list-style: none;
	line-height: normal;
}

#leftcolumn .box_green .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #393939;
	background: url(images/arrow_green.jpg) no-repeat 20px ;
	border-bottom: 1px solid #FFF;
	
}

#leftcolumn .box_green .content a {
    text-decoration: none;
	color:#000;
}
#leftcolumn .box_green .content a:hover {
    text-decoration: underline;
	color:#000;
}

/* BLUE BOX RIGHT */

#rightcolumn .box_blue{
	}
#rightcolumn .box_blue h2{
	width: 161px;
	height: 22px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:8px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/box_header_blue2.jpg) no-repeat left;
	}
	
#rightcolumn .box_blue .content{
	padding:5px 0px 5px 0px;
	background: #f1f1f1;
	}
		
#rightcolumn .box_blue .content ul {
	list-style: none;
	line-height: normal;
}

#rightcolumn .box_blue .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #393939;
	border-bottom: 1px solid #FFF;
	
}

#rightcolumn .box_blue .content a {
    text-decoration: none;
	color:#000;
}
#rightcolumn .box_blue .content a:hover {
    text-decoration: underline;
	color:#000;
}

/* RED BOX RIGHT */

#rightcolumn .box_red{
	}
#rightcolumn .box_red h2{
	width: 161px;
	height: 22px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:8px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/box_header_red2.jpg) no-repeat left;
	}
	
#rightcolumn .box_red .content{
	padding:5px 0px 5px 0px;
	background: #f1f1f1;
	}
		
#rightcolumn .box_red .content ul {
	list-style: none;
	line-height: normal;
}

#rightcolumn .box_red .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #393939;
	border-bottom: 1px solid #FFF;
	
}

#rightcolumn .box_red .content a {
    text-decoration: none;
	color:#000;
}
#rightcolumn .box_red .content a:hover {
    text-decoration: underline;
	color:#000;
}

/* GREEN BOX RIGHT */

#rightcolumn .box_green{
	}
#rightcolumn .box_green h2{
	width: 161px;
	height: 22px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:8px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/box_header_green2.jpg) no-repeat left;
	}
	
#rightcolumn .box_green .content{
	padding:5px 0px 5px 0px;
	background: #f1f1f1;
	}
		
#rightcolumn .box_green .content ul {
	list-style: none;
	line-height: normal;
}

#rightcolumn .box_green .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #393939;
	border-bottom: 1px solid #FFF;
	
}

#rightcolumn .box_green .content a {
    text-decoration: none;
	color:#000;
}
#rightcolumn .box_green .content a:hover {
    text-decoration: underline;
	color:#000;
}

/* CENTER BOX */

#centercolumn .box_center{
	}
#centercolumn .box_center h1{
	width: 508px;
	height: 30px;
	color: #000000;
	margin:0px 0 0 0; 
	padding:0px 0px 0px 50px;
	font-size: 22px;
	text-align: left;
	background: #ffffff url(images/arrow_center.jpg) no-repeat left;
	font-weight: normal;
	}
	
#centercolumn .box_center .content{
	padding:5px 0px 5px 0px;
	}
		
#centercolumn .box_center .content ul {
	list-style: none;
	line-height: normal;
}

#centercolumn .box_center .content li{
	display: block;
	padding: 0px 0px 0px 15px;
	margin: 3px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	color: #393939;
	background: url(images/arrow_red.jpg) no-repeat 4px 4px ;
	
}

#centercolumn .box_center .content a {
    text-decoration: none;
}
#centercolumn .box_center .content a:hover {
    text-decoration: underline;
}

#centercolumn .box_center span {
    color: #d00808;
}

#centercolumn .box_center .small {
    color: #d00808;
	font-size: 15px;
	font-weight: bold;
}

/* BANNER 468x60 */

#centercolumn .banner468x60{
	width: 468px;
	height: 60px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	}

/* CENTER BOX 2 SMALL */

#centercolumn .box_center2small{
	background: #ffffff url(images/bg_center2box.jpg) no-repeat right top;
	width: 269px;
	margin-left: 5px;
	margin-right: 5px;
	}
#centercolumn .box_center2small h3{
	height: 31px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:12px 0px 0px 55px;
	font-size: 14px;
	text-align: left;
	background: transparent url(images/arrow_center2.jpg) no-repeat left;
	font-weight: bold;
	}
#centercolumn .box_center2small h3 a{
	color: #ffffff;
	}
#centercolumn .box_center2small .content{
	padding:5px 0px 5px 0px;
	}
		
#centercolumn .box_center2small .content ul {
	list-style: none;
	line-height: normal;
}

#centercolumn .box_center2small .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #393939;
	border-bottom: 1px solid #FFF;
	
}

#centercolumn .box_center2small .content a {
    text-decoration: none;
}
#centercolumn .box_center2small .content a:hover {
    text-decoration: underline;
}

#centercolumn .box_center2small span {
    color: #d00808;
}

/* CENTER BOX 2 */

#centercolumn .box_center2{
	background: #ffffff url(images/bg_center2box.jpg) no-repeat right top;
	width: 558px;
	}
#centercolumn .box_center2 h3{
	height: 31px;
	color: #ffffff;
	margin:0px 0 0 0; 
	padding:12px 0px 0px 55px;
	font-size: 14px;
	text-align: left;
	background: transparent url(images/arrow_center2.jpg) no-repeat left;
	font-weight: bold;
	}
#centercolumn .box_center2 h3 a{
	color: #ffffff;
	}	
#centercolumn .box_center2 .content{
	padding:5px 0px 5px 0px;
	}
		
#centercolumn .box_center2 .content ul {
	list-style: none;
	line-height: normal;
}

#centercolumn .box_center2 .content li{
	display: block;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #393939;
	border-bottom: 1px solid #FFF;
	
}

#centercolumn .box_center2 .content a {
    text-decoration: none;
}
#centercolumn .box_center2 .content a:hover {
    text-decoration: underline;
}

#centercolumn .box_center2 span {
    color: #d00808;
}









/* Welcome center */

#center .box_welcome{
	}
#center .box_welcome h2{
	width: 492px;
	height: 23px;
	color: #000;
	margin:0px 0 0 0; 
	padding:10px 0px 0px 40px;
	font-size: 12px;
	border-bottom: 8px solid #70bc01;
	text-align: left;
	background: #ffffff url(images/icon_welcome.jpg) no-repeat left;
	}
	
#center .box_welcome .content{
	height: 144px;
	padding:4px 0px 0px 5px;
	border-bottom: 2px solid #70bc01;
	}
#center .box_welcome .content h3{
	color: #000;
	padding:0px 0px 0px 20px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/arrow_blue.jpg) no-repeat left;
	}
#center .box_welcome .content a{
	text-decoration: underline;
	}
#center .box_welcome .content a:hover{
	text-decoration: none;
	}
#center .box_welcome .content p{
	margin: 5px 2px 2px 2px;
	}

/* Support */

#center .box_support{
	margin-left: 4px;
	}
#center .box_support h2{
	width: 160px;
	height: 23px;
	color: #000;
	margin:0px 0px 0px 0px; 
	padding:10px 0px 0px 60px;
	font-size: 12px;
	border-bottom: 8px solid #ffb20e;
	text-align: left;
	background: #ffffff url(images/icon_support.jpg) no-repeat left;
	}
	
#center .box_support .content{
	height: 123px;
	padding:25px 0px 0px 10px;
	border-bottom: 2px solid #ffb20e;
	}
#center .box_support .content h3{
	color: #000;
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	}
	
#center .box_support .content a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
#center .box_support .content a:hover{
	text-decoration: underline;
	}
#chat{
   background: #ffffff url(images/icon_live_chat.jpg) no-repeat left;
   padding: 3px 0px 0px 30px;
   height: 39px;
   width: 70px;
   display: block;
   float: left;
	}
#contact_us{
   background: #ffffff url(images/icon_contact_us.jpg) no-repeat left;
   padding: 3px 0px 0px 30px;
   height: 39px;
   width: 70px;
   display: block;
   float: left;
	}
#follow_us{
   padding: 3px 0px 0px 30px;
   height: 39px;
   width: 140px;
   display: block;
	}
#center .box_support .content p{
	margin: 0px;
	}
/* Categories */

#left .box_categories{
	}
#left .box_categories h2{
	width: 170px;
	height: 23px;
	color: #000;
	margin:5px 0 0 0; 
	padding:10px 0px 0px 50px;
	font-size: 12px;
	border-bottom: 8px solid #70bc01;
	text-align: left;
	background: #ffffff url(images/icon_categories.jpg) no-repeat left;
	}
	
#left .box_categories .content{
	padding:10px 0px 0px 10px;
	border-bottom: 2px solid #70bc01;
	}
#left .box_categories .content .arrow_line_blue {
	font-size: 11px;
	background: url(images/arrow_green.jpg) no-repeat left;
	padding: 0px 0px 4px 20px;
	color: #0099FF;
	
}
#left .box_categories .content .arrow_line_blue a {
	text-decoration: none;
	
}
#left .box_categories .content .arrow_line_blue a:hover {
	text-decoration: underline;
	
}
#left .box_categories .content .arrow_line_blue_open {
	font-size: 11px;
	background: url(images/arrow_green.jpg) no-repeat left center;
	padding: 0px 0px 4px 20px;
	color: #0099FF;
	
}
#left .box_categories .content .arrow_line_blue_open a {
	color: #0099FF;
	text-decoration: underline;
	
}
#left .box_categories .content .arrow_line_blue_open a:hover {
	text-decoration: none;
	
}
#left .box_categories .content .arrow_line_blue a {
	font-size: 11px;
	color: #0099FF;
	
}
#left .box_categories .content .arrow_line2 {
	font-size: 11px;
	background: url(images/arrow_green_small.jpg) no-repeat left;
	padding: 0px 0px 4px 15px;
	margin-left: 10px;
}

#left .box_categories .content .arrow_line2 a {
	text-decoration: none;
	
}
#left .box_categories .content .arrow_line2 a:hover {
	text-decoration: underline;
	
}

#left .box_categories .content .arrow_line2_open {
	font-size: 11px;
	background: url(images/arrow_green.jpg) no-repeat left center;
	padding: 0px 0px 8px 10px;
	margin-left: 5px;
}

#left .box_categories .content .arrow_line2_open a {
	text-decoration: underline;
	
}
#left .box_categories .content .arrow_line2_open a:hover {
	text-decoration: none;
	
}

#left .box_categories .content .arrow_line {
	font-size: 11px;
	background: url(images/arrow_green.jpg) no-repeat left center;
	padding: 2px 0px 6px 20px;
	
}
#left .box_categories .content .arrow_line a {
	text-decoration: none;
	
}
#left .box_categories .content .arrow_line a:hover {
	text-decoration: underline;
	
}
/* Testimonials */

#left .box_testimonials{
	}
#left .box_testimonials h2{
	width: 170px;
	height: 23px;
	color: #000;
	margin:5px 0 0 0; 
	padding:10px 0px 0px 50px;
	font-size: 12px;
	border-bottom: 8px solid #329dfb;
	text-align: left;
	background: #ffffff url(images/icon_testimonials.jpg) no-repeat left;
	}
	
#left .box_testimonials .content{
	padding:8px 0px 0px 5px;
	border-bottom: 2px solid #329dfb;
	}
#left .box_testimonials .content h3{
	color: #000;
	padding:0px 0px 0px 20px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/arrow_blue.jpg) no-repeat left;
	}
#left .box_testimonials .content a{
	text-decoration: none;
	}
#left .box_testimonials .content a:hover{
	text-decoration: underline;
	}
#left .box_testimonials .content p{
	margin: 0px 2px 10px 2px;
	text-align: left;
	}
	
/* Website builder */

#left .box_websitebuilder{
	}
#left .box_websitebuilder h2{
	width: 170px;
	height: 23px;
	color: #000;
	margin:5px 0 0 0; 
	padding:10px 0px 0px 50px;
	font-size: 12px;
	border-bottom: 8px solid #ffb20e;
	text-align: left;
	background: #ffffff url(images/icon_websitebuilder.jpg) no-repeat left;
	}
	
#left .box_websitebuilder .content{
	padding:8px 0px 0px 5px;
	border-bottom: 2px solid #ffb20e;
	}
#left .box_websitebuilder .content h3{
	color: #000;
	padding:0px 0px 0px 20px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/arrow_blue.jpg) no-repeat left;
	}
#left .box_websitebuilder .content a{
	text-decoration: none;
	}
#left .box_websitebuilder .content a:hover{
	text-decoration: underline;
	}
#left .box_websitebuilder .content p{
	margin: 0px 2px 10px 2px;
	text-align: left;
	}	
	
/* Box body */

#center .box_body{
	width: 756px;
	}
#center .box_body h2{
	height: 23px;
	color: #000000;
	margin:5px 0 0 0; 
	padding:10px 0px 0px 40px;
	font-size: 12px;
	border-bottom: 8px solid #70bc01;
	text-align: left;
	background: #ffffff url(images/icon_welcome.jpg) no-repeat left;
	}
	
#center .box_body .content{
	padding:4px 0px 0px 5px;
	border-bottom: 2px solid #70bc01;
	}
#center .box_body .content h3{
	color: #000;
	padding:0px 0px 0px 20px;
	font-size: 12px;
	text-align: left;
	background: #ffffff url(images/arrow_blue.jpg) no-repeat left;
	}
#center .box_body .content p{
	margin: 5px 2px 2px 2px;
	}
	

/* main icons */

#main_icons {
	width: 750px;
    height: 110px;
	margin-top: 7px;
	font-weight: bold;
	text-align: center;
}

#main_icons ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#main_icons li {
	display: inline
}

#main_icons a {
    width: 102px;
    height: 110px;
	display: block;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.80em;
	text-align: center;
	color: #000000;
	
}

#main_icons a:hover {
	text-decoration: underline;
}
#main_icons1 {
	background: url(images/home_icon_1.jpg) no-repeat top center;
}
#main_icons2 {
	background: url(images/home_icon_2.jpg) no-repeat top center;
}
#main_icons3 {
	background: url(images/home_icon_3.jpg) no-repeat top center;
}
#main_icons4 {
	background: url(images/home_icon_4.jpg) no-repeat top center;
}
#main_icons5 {
	background: url(images/home_icon_5.jpg) no-repeat top center;
}
#main_icons6 {
	background: url(images/home_icon_6.jpg) no-repeat top center;
}
#main_icons7 {
	background: url(images/home_icon_7.jpg) no-repeat top center;
}
#main_icons8 {
	background: url(images/home_icon_8.jpg) no-repeat top center;
}
#main_icons9 {
	background: url(images/home_icon_9.jpg) no-repeat top center;
}
#main_icons10 {
	background: url(images/home_icon_10.jpg) no-repeat top center;
}
#main_icons11 {
	background: url(images/home_icon_11.jpg) no-repeat top center;
}
#main_icons12 {
	background: url(images/home_icon_12.jpg) no-repeat top center;
}
#main_icons13 {
	background: url(images/home_icon_13.jpg) no-repeat top center;
}
#main_icons14 {
	background: url(images/home_icon_14.jpg) no-repeat top center;
}
#main_icons15 {
	background: url(images/home_icon_15.jpg) no-repeat top center;
}
#main_icons16 {
	background: url(images/home_icon_16.jpg) no-repeat top center;
}
#main_icons17 {
	background: url(images/home_icon_17.jpg) no-repeat top center;
}
#main_icons18 {
	background: url(images/home_icon_18.jpg) no-repeat top center;
}
#main_icons19 {
	background: url(images/home_icon_19.jpg) no-repeat top center;
}
#main_icons20 {
	background: url(images/home_icon_20.jpg) no-repeat top center;
}
#main_icons21 {
	background: url(images/home_icon_21.jpg) no-repeat top center;
}
 
 
/* main icons22 */

#main_icons22 {
	width: 750px;
    height: 110px;
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
}

#main_icons22 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#main_icons22 li {
	display: inline
}

#main_icons22 a {
    width: 102px;
    height: 110px;
	display: block;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.80em;
	text-align: center;
	color: #000000;
	
}

#main_icons22 a:hover {
	text-decoration: underline;
}

/* main icons22 */

#main_icons33 {
	width: 750px;
    height: 110px;
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
}

#main_icons33 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#main_icons33 li {
	display: inline
}

#main_icons33 a {
    width: 102px;
    height: 110px;
	display: block;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.80em;
	text-align: center;
	color: #000000;
	
}

#main_icons33 a:hover {
	text-decoration: underline;
}

/* JOIN HOME BUTTON */
#join_home {
  width: 720px;
  height: 24px;
  font-weight: bold;
  background: url(images/btn_join.jpg) no-repeat right center;
  text-align: right;
  padding: 8px 30px 0px 0px; 
}

#join_home a {
  color: #FFFFFF;
  text-decoration: none;
}
#join_home a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#join_home a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* JOIN SUB BUTTON */
#join_sub {
  width: 320px;
  height: 24px;
  font-weight: bold;
  background: url(images/btn_join.jpg) no-repeat right center;
  text-align: right;
  padding: 8px 30px 0px 0px; 
  margin: 0 auto;
}

#join_sub a {
  color: #FFFFFF;
  text-decoration: none;
}
#join_sub a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#join_sub a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Box WEB DESIGN */

#center .box_webdesign{
	width: 756px;
	}
#center .box_webdesign h2{
	height: 23px;
	color: #000000;
	margin:5px 0 0 0; 
	padding:10px 0px 0px 40px;
	font-size: 12px;
	border-bottom: 8px solid #ffb20e;
	text-align: left;
	background: #ffffff url(images/icon_welcome_orange.jpg) no-repeat left;
	}
	
#center .box_webdesign .content{
	padding:4px 0px 0px 5px;
	border-bottom: 2px solid #ffb20e;
	}
#center .box_webdesign .content p{
	margin: 5px 2px 2px 2px;
	}
	
/* Box WEB TEMPLATES */

#center .box_webtemplates{
	width: 756px;
	}
#center .box_webtemplates h2{
	height: 23px;
	color: #000000;
	margin:5px 0 0 0; 
	padding:10px 0px 0px 40px;
	font-size: 12px;
	border-bottom: 8px solid #329dfb;
	text-align: left;
	background: #ffffff url(images/icon_welcome_blue.jpg) no-repeat left;
	}
	
#center .box_webtemplates .content{
	padding:4px 0px 0px 5px;
	border-bottom: 2px solid #329dfb;
	}
#center .box_webtemplates .content p{
	margin: 5px 2px 2px 2px;
	}



















































#main2 {
}

#main2 p {
	margin: 0;
	padding-top: 5px;
}

#main3 {
}

#main3 p {
	margin: 0;
	padding-top: 0px;
}
#main4 {
}

#main4 p {
	margin: 0;
	padding-top: 0px;
}

/* Boxed Style Main*/

.boxed4 {
	margin-bottom: 0em;
	background: url(images_2007/bg_green.jpg) repeat-x;
}

.boxed4 .title {
	height: 25px;
	padding: 9px 0px 0px 0px;
	font-size: 1.0em;
	color: #FFFFFF;
	text-align: center;
	
}

.boxed4 .content {
	padding: 0px 10px 10px 10px;
}

.boxed4 .content a {
	padding: 0px 10px 10px 10px;
}

.boxed5 {
	margin-bottom: 0.7em;
	background: url(images_2007/bg_blue.jpg) repeat-x;
	margin-top: 100px;
}

.boxed5 .title {
	height: 25px;
	padding: 9px 0 0 20px;
	background: url(images_2007//blue_kockice.jpg) no-repeat top right;
	font-size: 1.0em;
	text-align: left;
	color: #FFFFFF;
}

.boxed5 .content {
	padding: 0px 0px 0px 0px;
}

.boxed5 .content a {
	padding: 0px 10px 10px 0px;
}

.boxed6 {
	margin-bottom: 0em;
	background: url(images_2007/bg_orange.jpg) repeat-x;
}

.boxed6 .title {
	height: 29px;
	padding: 9px 0 0 20px;
	background: url(images_2007/orange_kockice.jpg) no-repeat top right;
	font-size: 1.0em;
	text-align: left;
	color: #FFFFFF;
}

.boxed6 .content1 {
	padding: 0px 5px 5px 0px;
	width: 180px;
	float: left;
}

.boxed6 .content2 {
	padding: 0px 0px 0px 0px;
	width: 310px;
	float: right;
}
.boxed6 .content3 {
	padding: 160px 10px 10px 0px;
}

.boxed6 .content3 a {
	padding: 0px 10px 10px 80px;
}

.boxed6 .box {
	width: 180px;
	height: 100px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 0px 0 0 0px;
	font-size: 0.9em;
	font-weight: bold;
}
.boxed7 {
	margin-bottom: 0em;
	background: url(images_2007/bg_yellow.jpg) repeat-x;
}

.boxed7 .title {
	height: 29px;
	padding: 9px 0 0 20px;
	background: url(images_2007/yellow_kockice.jpg) no-repeat top right;
	font-size: 1.0em;
	text-align: left;
	color: #FFFFFF;
}

.boxed7 .content1 {
	padding: 0px 5px 5px 0px;
	width: 180px;
	float: left;
}

.boxed7 .content2 {
	padding: 0px 0px 0px 0px;
	width: 310px;
	float: right;
}
.boxed7 .content3 {
	padding: 160px 10px 10px 0px;
}

.boxed7 .content3 a {
	padding: 0px 10px 10px 50px;
}

.boxed7 .box {
	width: 180px;
	height: 100px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 0px 0 0 0px;
	font-size: 0.9em;
	font-weight: bold;
}




/* FOOTER
---------------------------------------- */
#footer {
    width: 980px;
	height: 70px;
	float: left;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	background:transparent url(images/bg_footer.jpg) repeat-x;
	font-weight:bold;
	color: #FFF;
}
#footer p {

	padding-top: 10px;

}
#footer a{ color: #FFFFFF; text-decoration: underline; }
#footer  a:hover{ color: #FFFFFF; text-decoration: none; }



/* FOOTER TOP
---------------------------------------- */
#footer_top {
    width: 980px;
	float: left;
	margin-top: 10px;
	padding-top: 15px;
	text-align: center;
	font-weight:bold;
	color: #000;
}
#footer_top p {

	padding-top: 10px;

}
#footer_top a{ color: #FFFFFF; text-decoration: underline; }
#footer_top  a:hover{ color: #FFFFFF; text-decoration: none; }


/******************************* Text and image formatting *******************************/

p {margin-bottom: 5px;
   margin-top: 5px;
}

p.quote:first-letter 
{
	color: #000000;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	font-size: 1.0em;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h2 {
	color: #000000;
	margin-left: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	padding-left: 0px;
	font-size: 1.0em;
}
h4 {
	font-size: 16px;
	color: #d00808;
}
blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}
img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #d00808; text-decoration: underline;}     /* unvisited link */
a:visited {color: #d00808; text-decoration: underline;}  /* visited link */
a:hover {color: #d00808; text-decoration: none;}   /* mouse over link */
a:active {color: #d00808; text-decoration: underline;}   /* selected link */

.red {}     /* unvisited link */
a.red: link {color: #d00808; text-decoration: none;}  /* visited link */
a.red:visited {color: #d00808; text-decoration: none;}  /* visited link */
a.red:hover {color: #d00808; text-decoration: underline;}   /* mouse over link */
a.red:active {color: #d00808; text-decoration: none;}   /* selected link */