@charset "UTF-8";
/* CSS Document */

/* ------- BODY MIDDLE - HOME ------------*/
/* Shared Styles */
#home_main_img_area p, #home_main_img_area h1, #home_main_img_area h2, #home_right_area p { margin: 0 ; padding: 0; text-align: left;}

/* Main image area */
#home_main_img_area { float: left; margin: 0 24px 30px 0; color: white; width: 640px; position: relative; }
img#home_main_img { width: 640px; height: 400px; }
#home_main_img_txt_area { width: 610px; height: 75px; background-color: #4d4d4d; margin: 0; padding: 15px; overflow: hidden; }
#home_main_img_area h1#home_image_title { font-weight: normal; font-size: 14pt; margin-bottom: 6px; color: #fff; width: 620px; }
#home_main_img_area p { font-size: 10pt; }
/* Feature tab */
#feature_tab { position: absolute; background-color: #348abd; height: 16px; left: 0; top: 368px; padding: 8px 15px;}
.corners_feature_tab {	-moz-border-radius: 0 3px 0 0;-webkit-border-radius: 0 3px 0 0;-khtml-border-radius: 0 3px 0 0;border-radius: 0 3px 0 0; }

/* Right area */
#home_right_area { float: right; width: 228px; height: 457px; background-color: #e5e5e5; margin: 0 0 24px 0; padding: 24px; position: relative; }
#home_right_area p { font-size: 10pt; height: 78px; overflow: hidden; }
#help { float: right; line-height: 25px; }
ul#home_btns { position: absolute; top: 100px; left: 24px; list-style: none; }
ul#home_btns a, ul#home_btns a:hover { text-decoration: none; }
ul#home_btns li div { width: 226px; height: 33px; padding-top: 12px; font-size: 16pt; color: white; margin-bottom: 8px; } 
#home_btn_create { background-color: #d13f2b; }
#home_btn_upload { background-color: #2d8c8d; }
#home_btn_explore { background-color: #3d80a8; }
#home_btn_create:hover, #home_btn_create:active { background-color: #f23b21; }
#home_btn_upload:hover, #home_btn_upload:active { background-color: #03a9ab; }
#home_btn_explore:hover, #home_btn_explore:active { background-color: #4090bf; }
#home_resources_ad_area { width: 226px; height: 186px; position: absolute; left: 24px; bottom: 34px; }
img#home_ad { width: 226px; height: 170px; margin-bottom: 10px; } 
a#home_resources_link { text-decoration: none; text-align: right; font-size: 11pt; float: right; }
a#home_resources_link:hover { text-decoration: underline; }
.corners_home_btns {	
	-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;
	/*-moz-box-shadow: 0 2px 2px #e0dfdf;-webkit-box-shadow: 0 2px 2px #e0dfdf;-khtml-box-shadow: 0 2px 2px #e0dfdf;box-shadow: 2px 2px 2px #afaeae;*/
}

/* ------- BODY MIDDLE - HOME end------------*/