/* CSS Document */

.body{
width:100%;
margin:0px;
padding:0px;
background-color:#cfcfcf;
text-align:center;
}
.red_border{
border-top:1px #FF0000 dashed;
}

.bottom{
background-image:url(imagess/links_repeater.jpg);
background-repeat:repeat-x;
height:85px;
}
.bg{
background-image:url(imagess/bg.jpg);
background-repeat:no-repeat;
width:800px;
height:355px;
}


.block{
border:1px #000 solid;
}

.block_right{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}


.Red_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#c53125;
font-weight:bold;
text-decoration:none;
}
.Red_large{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#c53125;
font-weight:bold;
text-decoration:none;
}
.white_large{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
}
.bullet{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff5446;
	text-decoration:none;
	line-height: 18px;
}

.smalltext_activate{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#c53125;
text-decoration:none;
}

.normal_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}
.normal_text_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}

.search_text{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(imagess/search.jpg);
	background-position:left top;	
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}
.orange_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c53125;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}


.black_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}
.black_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}
.black_bold:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c53125;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-align:justify;
	line-height: 18px;
}
.smalltext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height: 18px;
}
.smalltext:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#c53125;
}
.footertext{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
text-decoration:none;
}
.search_image{
background-image:url(imagess/search.jpg);
background-repeat:no-repeat;
background-position:bottom right;
width:20px;
height:19px;
}

#searchwrapper {
width:250px; /*follow your image's size*/
height:30px;/*follow your image's size*/
background-image:url(THE_SEARCH_BOX_IMAGE);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative;
/*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:200px;
height:20px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:10px;
left:195px;
width:11px;
height:11px;
}
