/* CSS Document */
body{
   /* font-family: "Times New Roman", Times, serif;*/
    font-size:13px;
    margin:0px;
    padding:39px 0px 0px 0px;
    background:url(../images/site_bg.png) #22687c;
    color:#626262;
}

input.input_txt, select, textarea{
	border-top:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-right:solid 2px #484848;
	border-bottom:solid 2px #484848;
	color:#626262;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
}
h1{
    color:#ff9400;
    text-transform:uppercase;
    font-style: italic;
    font-size:13px;
    margin:0px;
    padding:0px;
    letter-spacing:1px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
h2{
    color:#6a98ab;
    font-size:13px;
    margin:0px;
    padding:0px;
    letter-spacing:1px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	color:#6a98ab;
	font-size:13px;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-style: italic;
}
a{
    color:#626262;
}
a:hover{
    text-decoration:none;
}
table{
    border:0px; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}
table td{
    padding:0px;/* cellspadding="0" */
}
form{
	padding:0px;
	margin:0px;
}
/***************BTNS styles*****************/
.btn_send{
	display:block;
	cursor:pointer;
	border: none;
	width:100px;
	height:36px;
	background:url(../images/btns/btn_send.gif) no-repeat;
}
.btn_send:hover{
	background:url(../images/btns/btn_send_hov.gif) no-repeat;
}
.btn_login{
	display:block;
	cursor:pointer;
	border: none;
	width:99px;
	height:38px;
	background:url(../images/btns/btn_login.gif) no-repeat;
}
.btn_login:hover{
	background:url(../images/btns/btn_login_hov.gif) no-repeat;
}
.btn_close{
	display:block;
	cursor:pointer;
	border: none;
	width:53px;
	height:19px;
	background:url(../images/btns/btn_close.gif) no-repeat;
}
.btn_close:hover{
	background:url(../images/btns/btn_close_hov.gif) no-repeat;
}
.btn_submit{
	display:block;
	cursor:pointer;
	border: none;
	width:99px;
	height:38px;
	background:url(../images/btns/btn_submit.gif) no-repeat;
}
.btn_submit:hover{
	background:url(../images/btns/btn_submit_hov.gif) no-repeat;
}
.btn_browse{
	display:block;
	cursor:pointer;
	border: none;
	width:64px;
	height:19px;
	background:url(../images/btns/btn_browse.gif) no-repeat;
}
.btn_browse:hover{
	background:url(../images/btns/btn_browse_hov.gif) no-repeat;
}
.btn_send_to_a_friend{
    display:block;
    cursor:pointer;
    border: none;
    width:150px;
    height:26px;
    background:url(../images/btns/btn_send_to_a_friend.gif) no-repeat top;
}
.btn_send_to_a_friend:hover{
    background:url(../images/btns/btn_send_to_a_friend.gif) no-repeat bottom;
}
.btn_bookmark_page{
    display:block;
    cursor:pointer;
    border: none;
    width:150px;
    height:27px;
    background:url(../images/btns/btn_bookmark_page.gif) no-repeat top;
}
.btn_bookmark_page:hover{
    background:url(../images/btns/btn_bookmark_page.gif) no-repeat bottom;
}
.btn_go{
    cursor:pointer;
    border: none;
    width:31px;
    height:12px;
    background:url(../images/btns/btn_go.gif) no-repeat;
}
.btn_go:hover{
    background:url(../images/btns/btn_go_hov.gif) no-repeat;
}
/***************content styles*****************/
.content_topborder{
    margin:auto;
    width:1016px;
    height:22px;
    background: url(../images/content_topborder.png) no-repeat;
}
.content_topborder_popup{
    margin:auto;
    width:415px;
    height:22px;
    background: url(../images/popup_content_topborder.png) no-repeat;
}
* html .content_topborder{
    margin:auto;
    width:1016px;
    height:22px;
    background:url(../images/blank.gif) repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_topborder.png", sizingMethod="scale");
}
* html .content_topborder_popup{
    margin:auto;
    width:415px;
    height:22px;
    background:url(../images/blank.gif) repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/popup_content_topborder.png", sizingMethod="scale");
}
.content_bottomborder{
    margin:auto;
    width:1016px;
    height:20px;
    background: url(../images/content_bottomborder.png) no-repeat;
}
.content_bottomborder_popup{
    margin:auto;
    width:415px;
    height:20px;
    background: url(../images/popup_content_bottomborder.png) no-repeat;
}
* html .content_bottomborder{
    width:1016px;
    height:20px;
    margin:auto;
    background:url(../images/blank.gif) repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_bottomborder.png", sizingMethod="scale");
}
* html .content_bottomborder_popup{
    width:415px;
    height:20px;
    margin:auto;
    background:url(../images/blank.gif) repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/popup_content_bottomborder.png", sizingMethod="scale");
}
.content_bg{
    margin:auto;
    width:1001px;
    padding: 0px 7px 0px 8px;
    background: url(../images/content_bg.png) repeat-y;
}
.content_bg_popup{
    margin:auto;
    width:400px;
    padding: 0px 7px 0px 8px;
    background: url(../images/popup_content_bg.png) repeat-y;
}
* html .content_bg{
    margin:auto;
    width:1001px;
    padding: 0px 7px 0px 8px;
    background:url(../images/blank.gif) repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_bg.png", sizingMethod="scale");
}
* html .content_bg_popup{
    margin:auto;
    width:400px;
    padding: 0px 7px 0px 8px;
    background:url(../images/blank.gif) repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/popup_content_bg.png", sizingMethod="scale");
}
/***************Header styles*****************/
.header{
    width:986px;
    height:83px;
    padding: 0px 0px 0px 14px;
}
.header_search{
    float:right;
    width:273px;
    height:35px;
    padding-top:48px;
    background:url(../images/search_bg.gif) no-repeat 128px 8px;
    font-weight:bold;
    font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_search_input{
    float:left;
}
.header_search_go{
	float:left;
	padding-top:6px;
}
.header_search_input input.input_txt{
    width:164px;
}
.header_search a{
    float:left;
    margin-top:5px;
}
.herader_menu{
    height:24px;
    margin: 0px;
    background: #095b6d;
    text-align:center;
	padding-left:34px;
}
.herader_menu a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:24px;
    display:block;
    float:left;
    color:#FFFFFF;
    text-transform:uppercase;
    text-decoration:none;
}
.herader_menu a:hover, a.herader_menu_link_ov{
    background:url(../images/header_menu_hov.gif) no-repeat center bottom;
}
.herader_menu span{
    float:left;
    margin: 0px 20px;
}
/***************home_content styles*****************/
.home_content{
    padding: 15px 15px 0px 0px;
}
.home_content_txt{
    background:url(../images/dot_line.gif) repeat-x bottom;
}
.home_content_txt p{
    font-family:Georgia, "Times New Roman", Times, serif;
    padding: 5px 18px 6px 0px;
    margin:0px;
    font-size:12px;
    letter-spacing:1px;
    line-height:18px;
    font-weight:normal;
    text-align: left;
}
.home_content_txt img{
    margin: 0px 16px 0px 6px;
}

.meet_box{
    float:left;
    width:387px;
    height:138px;
    background: url(../images/meet_box.jpg) no-repeat;
    padding: 14px 0px 0px 18px;
}
.meet_boxaln{
    padding: 0px 15px 0px 13px;
}
.meet_box_txt{
    width:180px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    padding: 10px 0px 10px 0px;
}
.meet_box a{
    color:#6a98ab;
    font-weight:bold;
    font-size:14px;
    line-height:20px;
    font-style:italic;
    letter-spacing:1px;
}
.photo_gallery{
    float:left;
    width:555px;
    height:152px;
}
.home_banners{
   
   
}
.home_banner{
    margin: 0px 19px 0px 0px;
}

.footer_menu{
    background:#095b6d;
    height:23px;
    line-height:23px;
    text-align:center;
}
.footer_menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:23px;
    color:#FFFFFF;
    text-transform:uppercase;
    text-decoration:none;
}
.footer_menu a:hover{
    text-decoration:underline;
}
.footer_menu_spacer{
    margin: 0px 20px;
}
.copyright_p1{
    float:left;
    height:17px;
    padding: 15px 0px 0px 23px;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    font-size:12px;
}
.copyright_p2{
    float: right;
    height:17px;
    padding: 15px 23px 0px 0px;
}
.copyright_p2 a{
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    letter-spacing:1px;
    font-size:12px;
}
.copyright_p2 a:hover{
    text-decoration:underline;
}
/***************home_content styles*****************/
.down_lo_block1{
    margin: 60px 17px 0px 13px;
	padding-top:10px;
	width:222px;
	height:655px;
	background:url(../images/down_lo_block1_bg.jpg) no-repeat;
}
.about_block1{
    margin: 14px 17px 0px 13px;
    width:222px;
    height:743px;
    background:url(../images/about_block1.gif) no-repeat;
    text-align:center;
}
.about_block1_link{
    padding-top:712px;
    padding-right:20px;
}
.about_block1_link a{
    color:#6a98ab;
    font-weight:bold;
    font-size:16px;
    font-style:italic;
}

.lbanner_high_block{
    margin: 14px 17px 0px 13px;
    width:222px;
    height:526px;
    background:url(../images/lbanner_high.gif) no-repeat;
    text-align:center;
}
.lbanner_high_block .lbanner_high_block_link_aln{
	padding: 278px 0px 0px 0px;
}
.lbanner_high_block a{
	color:#53C2AF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:bold;
}

.lbanner_block{
    margin: 14px 17px 0px 13px;
    width:222px;
    height:291px;
    background:url(../images/lbanner.gif) no-repeat;
    text-align:center;
}
.lbanner_block .lbanner_high_block_link_aln{
	padding: 42px 0px 0px 0px;
}
.lbanner_block a{
	color:#53C2AF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:bold;
}

.lbanner_cotact_block{
    margin: 14px 17px 0px 13px;
    width:222px;
    height:446px;
    background:url(../images/lbanner_contact.gif) no-repeat;
    text-align:center;
}
.lbanner_cotact_block .lbanner_high_block_link_aln{
	padding: 198px 0px 0px 0px;
}
.lbanner_cotact_block a{
	color:#53C2AF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:bold;
}

.hire_block1{
	margin: 14px 17px 0px 13px;
	width:222px;
	height:674px;
	background:url(../images/hire_block1.gif) no-repeat;
	text-align:center;
}
.hire_block1_link a{
	color:#6a98ab;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}

.click_h 
{
vertical-align:top;
text-align:left;
color:#53c2af;
	font-weight:bold;
	font-size:20px;
	padding-left:30px;
	padding-top:5px;}
	
.click_h a
{
color:#53c2af;
}
.click_h a:hover
{
color:#53c2af;
}

.hire_block1_link{
	padding-top:644px;
	padding-right:20px;
}
.down_lo_block2{
    width:554px;
}
.down_lo_block2_title{
    height:50px;
    padding-top:10px;
}
.video_title{
    height:45px;
	padding-top:18px;
}
.down_lo_block2_content
{
    background:url(../images/down_lo_block2_bg.gif) no-repeat;
    width:519px;
    height:653px;
    text-align: justify;
    padding: 12px 21px 0px 14px;
}
.about_content{
    width:524px;
    height:653px;
    text-align: justify;
    padding: 12px 25px 0px 5px;
}
.about_contentAU
{   margin-top:20px;
    width:524px;
   
}


.about_contentSearch{
    width:554px;
    height:480px;
    text-align: center;
    padding: 0px;
	vertical-align:middle;
}
.contact_content
{
    
    
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.down_lo_block2_content p, .about_content p{
    font-size:14px;
    line-height:18px;
    text-indent:10px;
    padding: 0px 0px 21px 0px;
    margin:0px;
}
.down_lo_block2_content img{
    border: solid 1px #5599b7;
    padding:1px;
    margin: 0px 0px 0px 17px;
}
.down_lo_block2_content a, .about_content a{
    color:#6a98ab;
    font-weight:bold;
}
.down_lo_block3{
    width:163px;
    margin-left:16px;
}
.down_lo_block3 a{
    margin: 5px 0px 8px 0px;
}

.down_lo_block1 a{
    
   	display:block;
	color:#434343;
	background:url(../images/subp_menu_arrow2.gif) no-repeat 0px 8px;
	line-height:24px;
	font-size:12px;
	
	margin-left:19px;
	padding-left:16px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}
.down_lo_block1 a.subp_menu_title{
    color:#0089af;
    background:url(../images/subp_menu_arrow3.gif) no-repeat 0px 9px;
    text-decoration:none;
    font-weight:bold;
    margin-left:7px;
    padding-left:13px;
    font-family:Georgia, "Times New Roman", Times, serif;
}

.down_lo_block1 a.subp_menu_title_ov{
    color:#0089af;
    background:url(../images/subp_menu_arrow1.gif) no-repeat 0px 9px;
    text-decoration:none;
    font-weight:bold;
    margin-left:7px;
    padding-left:13px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
.subp_menu_link_ov{
	font-weight:bold;
	text-decoration:none;
}
/***************Video styles*****************/
.video_boxs{
    width:426;
    height:308;
    float:left;
    padding-left:14px;
}
.video_box1{
    width:412px;
    height:145px;
    background:url(../images/video_box1.jpg) no-repeat;
    margin-bottom:18px;
}
.video_box2{
    width:412px;
    height:145px;
    background:url(../images/video_box1.jpg) no-repeat;
}
.vedeo_page_lpad{
    padding-left:12px;
}
.video_content{
    width:800px;
    float:left;
}
.video_navi_aln{
    margin: 14px 0px 19px 0px;
}
.video_gallery_title_aln{
    text-align:center;
    padding: 22px 0px 15px 0px;
}
.video_box_img_aln{
    width:195px;
    height:145px;
    text-align:center;
    vertical-align:middle;
}
.video_box_img_aln img{
    border:solid 1px #b53d25;
    padding:2px;
}
.vedeo_description{
    font-size:14px;
    line-height:18px;
    padding-right:10px;
}
.vedeo_description b{
    color:#8e1c1c;
    font-style:italic;
    line-height:42px;
}
.vedeo_description_link{
    text-align:right;
    padding-top:17px;
}
.vedeo_description_link a{
    color:#6a98ab;
    font-weight:bold;
    font-style:italic;
}


/* */


.content_box_top{
	background: url(../images/contact_box_top.png) no-repeat top;
	width:554px;
	margin-bottom:5px;
}
.content_box_bottom{
	background: url(../images/contact_box_bottom.png) no-repeat bottom;
	width:511px;
	padding: 13px 18px 12px 25px;
}
.content_box_bottomHU
{
	background: url(../images/contact_box_bottom.png) no-repeat bottom;
	width:511px;
	padding: 13px 18px 12px 25px;
}

* html .content_box_top{
	background: url(../images/content_box_top.gif) no-repeat top;
}
* html .content_box_bottom{
	background: url(../images/content_box_bottom.gif) no-repeat bottom;
}
* html .content_box_bottomHU
{
	background: url(../images/content_box_bottom.gif) no-repeat bottom;
}


.content_box_img_r{
	border:solid 1px #5599b7;
	padding:1px;
	margin-left:22px;
	margin-bottom:4px;
}
.content_box_bottom p{
	text-align:justify;
	font-size:14px;
}
.content_box_bottom strong{
	font-size:15px;
	font-style:italic;
}
.content_box_bottom a{
	color:#5aa2b7;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
}
.content_box_bottom a:hover{
	text-decoration:underline;
}
.hire_us_form td{
	padding: 6px 0px 0px 0px;
}
td.hire_us_form_td_rpad{
	padding: 6px 30px 0px 0px;
}
.hire_us_form_aln{
	padding-left:20px;
}
.hire_us_form textarea{
	width:212px;
	font-style:normal;
	font-weight:normal;
}
.hire_us_form_td_data input.input_txt{
	width:200px;
	font-style:normal;
	font-weight:normal;
}
.hire_us_form_td_data2 input.input_txt{
	width:212px;
	font-style:normal;
	font-weight:normal;
}
.hire_us_form_td_data3 input.input_txt{
	width:99px;
	font-style:normal;
	font-weight:normal;
}
.hire_us_form_td_data4 input.input_txt{
	width:232px;
	font-style:normal;
	font-weight:normal;
}
.hire_us_form_td_data4 textarea{
	width:352px;
	font-style:normal;
	font-weight:normal;
}
.td_nopad td, .td_nopad{
	padding:0px;
}
.hire_us_form .btn_browse{
	margin-bottom:1px;
}
.hire_us_form .btn_submit, .btn_submit_ralign .btn_submit{
	float:right;
	margin-top:5px;
}

input.input_formT {
    width:210px;
	margin-bottom:5px;
	border-top:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-right:solid 2px #484848;
	border-bottom:solid 2px #484848;
	color:#626262;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
}

input.input_formT2 {
    width:190px;
	margin-bottom:5px;
	border-top:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-right:solid 2px #484848;
	border-bottom:solid 2px #484848;
	color:#626262;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
}

input.input_formTMA {
    width:230px;
	margin-bottom:5px;
	border-top:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-right:solid 2px #484848;
	border-bottom:solid 2px #484848;
	color:#626262;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
}


.input_formBR
{
    width:150px;
	border-top:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-right:solid 2px #484848;
	border-bottom:solid 2px #484848;
	color:#626262;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
}
/******** ask us styles ********/

.ask_us_block1{
	margin: 60px 17px 0px 13px;
	padding:7px 3px 0px 3px;
	width:216px;
	height:658px;
	background:url(../images/down_lo_block1_bg.jpg) no-repeat;
}

.ask_us_block1 a{
	display:block;
	color:#434343;
	background:url(../images/subp_menu_arrow2.gif) no-repeat 0px 10px;
	line-height:28px;
	font-size:12px;
	margin-left:9px;
	padding-left:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.ask_us_block1 a.subp_menu_title_nobg{
	color:#53C2AF;
	background: none;
	text-decoration:none;
	font-weight:bold;
	margin-left:7px;
	padding-left:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.question_text{
	padding: 6px 12px;
	text-align:justify;
}
.dot_line{
	background:url(../images/dot_line.gif) repeat-x;
	font-size:0px;
	line-height:0px;
	height:1px;
}
.subp_menu_form{
	padding:0px 0px 0px 12px;
}
.subp_menu_form input.input_txt, .subp_menu_form textarea{
	width:172px;
}
.subp_menu_form textarea{
	height:80px;
}
.subp_menu_form td{
	padding-top:5px;
	font-size:14px;
	font-style:italic;
}

.content_box_sml_top{
	background: url(../images/contact_box_top.png) no-repeat top;
	width:554px;
	margin-bottom:5px;
}
.content_box_sml_bottom{
	background: url(../images/contact_box_bottom.png) no-repeat bottom;
	width:514px;
	padding: 10px 25px 10px 15px;
	margin: 0px;
}
.content_box_sml_bottomAU{
	background: url(../images/contact_box_bottom.png) no-repeat bottom;
	width:514px;
	padding: 10px 25px 10px 15px;
	margin: 0px;
}
* html .content_box_sml_top{
	background: url(../images/content_box_sml_top.gif) no-repeat top;
}
* html .content_box_sml_bottom{
	background: url(../images/content_box_sml_bottom.gif) no-repeat bottom;
}
* html .content_box_sml_bottomAU{
	background: url(../images/content_box_sml_bottom.gif) no-repeat bottom;
}

.content_box_sml_bottom p{
	margin:0px;
	padding: 5px 0px 5px 0px;
	line-height:18px;
	text-align:justify;
	font-size:14px;
}
.ask_us_title{
	font-weight:bold;
	font-style:italic;
}
.lips_gloss{
	/*font-weight:bold;*/
	background:url(../images/qustion.gif) no-repeat;
	padding-top:5px;
}
.lips_gloss_alnr{
	text-align:right;
}

/******** consultation styles ********/
.consultation_imgs img{
	border:solid 1px #5599b7;
	padding:1px;
}
.consultation_imgs{
	vertical-align: top;
}

.content_box_sml2_top{
	background: url(../images/contact_box_top.png) no-repeat top;
	width:554px;
	margin-bottom:5px;
}
.content_box_sml2_bottom{
	background: url(../images/contact_box_bottom.png) no-repeat bottom;
	width:514px;
	padding: 10px 25px 10px 15px;
	margin: 0px;
}
* html .content_box_sml2_top{
	background: url(../images/content_box_top.gif) no-repeat top;
}
* html .content_box_sml2_bottom{
	background: url(../images/content_box_bottom.gif) no-repeat bottom;
}

.content_box_sml2_bottomCON
{
	background: url(../images/content_box_bottom.gif) no-repeat bottom;
	width:514px;
	padding: 10px 25px 10px 15px;
	margin: 0px;
}

.content_box_sml2_bottom p{
	margin:0px;
	padding: 5px 0px 5px 0px;
	line-height:18px;
	text-align:justify;
	font-size:14px;
}

.consultation_block1_tborder{
	background:url(../images/questions_top_border.gif) no-repeat top;
}
.consultation_block1_bborder{
	text-align:left;
	/*padding:12px 10px;*/
	padding: 7px 3px;
	background:url(../images/questions_bottom_border.gif) no-repeat bottom;
}
.consultation_block1{
	margin: 60px 17px 16px 13px;
	width:222px;
	background: url(../images/video_box_bg.gif) 10px 0px;
}

.consultation_block1 a{
	display:block;
	color:#434343;
	background:url(../images/subp_menu_arrow2.gif) no-repeat 0px 10px;
	line-height:28px;
	font-size:12px;
	margin-left:9px;
	padding-left:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.consultation_block1 a.subp_menu_title_nobg{
	color:#53C2AF;
	background: none;
	text-decoration:none;
	font-weight:bold;
	margin-left:7px;
	padding-left:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.consultation_block2{
	margin: 14px 17px 0px 13px;
	width:222px;
	height:522px;
	background:url(../images/consultation_block1.gif) no-repeat;
	text-align:center;
}
.consultation_block2_link a{
	color:#6a98ab;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}
.consultation_block2_link{
	padding-top:470px;
}

.contact_box_top{
	background: url(../images/contact_box_top_w.png) no-repeat top;
	width:724px;
	margin-bottom:5px;
}
.contact_box_bottom{
	background: url(../images/contact_box_bottom_w.png) no-repeat bottom;
	width:671px;
	padding: 13px 18px 12px 35px;
	font-size:14px;
	font-style:italic;
}
* html .contact_box_top{
	background: url(../images/contact_box_top.gif) no-repeat top;
}
* html .contact_box_bottom{
	background: url(../images/contact_box_bottom.gif) no-repeat bottom;
}
.contact_form_title{
	font-weight:bold;
	padding-bottom:10px;
}

.contact_block1{
	margin: 14px 17px 0px 13px;
	width:222px;
	height:469px;
	background:url(../images/contact_block1.gif) no-repeat;
	text-align:center;
}
.contact_block1_link a{
	color:#6a98ab;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}
.contact_block1_link{
	padding-top:420px;
}

.send_to_friend_form td.win_makeup_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#7a7c7f;
	padding-top:10px;
	text-transform:none;
}

.send_to_friend_form td{
	padding: 2px 5px 2px 0px;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
.send_to_friend_form input.input_txt, .send_to_friend_form textarea{
	width:250px;
	font-style: normal;
	font-weight: normal;
	padding-left:2px;
}
.popup_body{
    padding:0px 0px 0px 0px;
}
.popup_close{
	text-align:right;
	height:29px;
    padding:10px 10px 0px 0px;
}
.popup_close input{
	float:right;
}
.message, td.message{
	font-size:14px;
	color:#aa210d;
	font-weight:normal;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
.message_ask_us{
	font-size:14px;
	color:#aa210d;
	line-height:12px;
	font-weight:normal;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
.message_ask_us td{
	padding: 4px 0px 4px 0px;
}
.form_valid_aln{
	padding-top:23px;
}
.form_valid_aln2{
	padding-top:15px;
}

.form_contacct
{
padding-top:0px;

vertical-align:top;
width:210px;}

.form_contacct2
{
padding-top:0px;
vertical-align:top;
width:235px;}





.left_top_con
{
background:#00FF99;
background:url(../images/l_t_c.gif) no-repeat;
padding:0px;
margin:0px;
width:24px;
height:22px;
}

.line_top
{
background:url(../images/t_line.gif) repeat-x;
font-size:3px;
padding:0px;
margin:0px;
height:22px;
}

.right_top_con
{
background:url(../images/r_t_c.gif) no-repeat;
font-size:3px;
padding:0px;
margin:0px;
width:24px;
height:22px;
}

.line_left
{
background:#FFFFFF;
background:url(../images/l_line.gif) repeat-y;
font-size:3px;
width:24px;
}

.line_right
{
background:url(../images/r_line.gif) repeat-y;
font-size:3px;
width:24px;
}




.left_botton_con
{
background:url(../images/l_b_c.gif) no-repeat;
font-size:3px;
width:10px;
height:10px;
}

.line_botton
{
background:url(../images/b_line.gif) repeat-x;
font-size:3px;
height:22px;
}

.right_botton_con
{
background:url(../images/r_b_c.gif) no-repeat;
font-size:3px;
width:24px;
height:22px;
}

.search_result
{
color:#9e1a07; 
font-weight:bold; 
font-size:25px;	
font-style:italic;
}

.search_result2
{
color:#434343; 
font-weight:bold; 
font-size:25px;	
font-style:italic;
}
.tbl_bottom_right_promo {
	background-image: url(../images/banners/banner_05.gif); 
	background-repeat: no-repeat; 
	width: 329px; 
	height: 250px; 
	margin: 1px 15px 0px 15px;
}
.tbl_bottom_right_promo td {
	text-align: center;
	padding: 20px;
	vertical-align: top;
}
.tbl_bottom_right_promo td a {
	color:#53C2AF;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.login_aln{
	height:277px;
	padding-top:80px;
}
.tr_photo_gallery{
	background:#eee;
}
.tr_photo_gallery_ov{
	background:#d3e7ea;
}
.td_photo_gallery {
	vertical-align: bottom;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font: bold 12px Georgia;
}
.td_photo_gallery table {
	border: solid 1px #008AAF;
	width: 85px;
	height: 105px;
	background: #fff;
	cursor: pointer;
	margin: 5px auto 5px auto;
}
.td_photo_gallery table.over {
	border-color: #00b9f1;
}
.td_photo_gallery table img {
	border: 0px;
}
.title_1 {
	margin: 15px 0px -10px 0px;
	text-align: center;
	font: bold 14px Georgia;
}
.video_box, .video_box2, .video_box3{
	width:392px;
	height:149px;
	background: url(../images/video_box_bg.gif) -80px 20px;
	float:left;
	margin-bottom:1px;
	margin-top:14px;
}
.video_box2{
	background: url(../images/video_box_bg.gif) 0px -25px;
}
.video_box3{
	background: url(../images/video_box_bg.gif) 100px 0px;
}

.video_box_border{
	height:133px;
	background:url(../images/video_box_border.gif) no-repeat;
	padding: 16px 16px 0px 16px;
}
.m_r_14px{
	margin-right:16px;
}

.video_box_img{
	width:130px;
}
.video_box_img_border{
	border:solid 1px #1f727e;
	padding:1px;
	background:#FFFFFF;
	text-align:center;
}
.video_box_img_border img{
	border:0px;
}
.video_box_border h4{
	margin:0px;
	padding: 0px 0px 6px 0px;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	color:#1f727e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.video_box_border p.view_video a{
	font-weight:bold;
	font-style:italic;
	color:#4e9aae;
}
.video_box_border p.view_video{
	text-align:right;
}
.video_box_border p{
	padding:0px;
	margin:0px;
	text-align:justify;
	line-height:17px;
}
.hire_us_form td.comment_validator, .td_nopad td.comment_validator{
	padding-top:0px;
}
.validator{
	vertical-align:top;
}
.flash_video{
	margin:auto;
	width:975px;
	height:127px;
}