/* CSS Document */

body{
     margin:0;
	 padding:0;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#000;
	 background:#000;
}

.body_bg{

	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	height:779px;
	background-color:#010101;
}





.navi_bg{
	background-image: url(../images/navi_bg.gif);
	background-repeat:repeat-x;
	height:79px;	
	border:1px solid #4C4C4C;
	font-size:15px;
	color:#ffffff;
}

.navi a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;

}


.img_size img{
	width:400px;
	height:630px;

}
.img_size1 img{
	width:400px;
	height:500px;

}
.img_size2 img{
	width:400px;
	height:400px;

}

.navi a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;

}



.ship_border{
	border-top:1px solid #C3C0B3;
	background-image:url(../images/spacer.gif);
	background-repeat:repeat-x;
	height:1px;
}
.ship_borderbottom{
    border-bottom:solid 1px #C3C0B3;

}
.ship_borderleftright{
    border-left:solid 1px #C3C0B3;
	border-right:solid 1px #C3C0B3;

}


.footer{
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	background-color:#2B2B2B;
}


a.wserve:link, a.wserve:active, a.wserve:visited{
text-decoration:none;
color:#fff;
}

a.wserve:hover{
text-decoration:underline;
color:#fff;
}


.pad_left_contact td{

	padding-right:30px;

}

.main-head {
	font-size:16px;
	color:#FF9900;
	font-weight:bold;
}
a.link{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;	
}

a.link:hover {
	text-decoration:underline;
	color:#000000;
}

.title{
	color:#3F3F3F;
	font-size:16px;
	font-weight:bold;

}
.text2{
	color:#890202;
	font-size:20px;
	font-weight:bold;

}

img.galTumb {
	border:solid #CCCCCC 2px;
}

img.galTumb:hover {
	border:solid #666666 2px;
}
.error{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#6EBDDA;
	}

.ok{
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#000;
	}
	/********************************        contact page            ***************************************/
#formCont{ margin:0; padding:0; float:left; width:300px; /*border:9px solid #097eb8; */}
.cssform p{ width:300px;padding:5px 0 5px 15px; float:left;/*width of left column containing the label elements*/ border-top: 1px dotted #e1e1e1;}
.cssform label{ font-weight:normal; text-align:left;   /*width of left column*/width:100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/}
.star{ color:#FF0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.feedback-textfield{ border:1px solid #BFBFBF; color:#414862; width:180px; line-height:20px; padding-left:2px; background-color:#fff; margin-left:20px;}
.feedback-textfield1{ border:1px solid #BFBFBF; font-family:Arial, Helvetica, sans-serif; color:#414862; width:180px; padding-left:4px; height:85px;background-color:#F7F7F7; }
.feedback-textfield2{ border:1px solid #BFBFBF; color:#414862; font-weight:bold; font-size:13px; width:75px; line-height:22px; text-align:center;background-color:#F7F7F7;} 
.float{ float:left; margin:0 10px 0px 0; padding:0 0 0 105px}
.plz{ font-size:17px; font-family:Georgia, 'Times New Roman', Times, serif; padding:0 0 10px 5px;}