/* CSS Document */
body
{
margin:0px auto;
background-color:#232323;
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
text-align:justify;
line-height:normal;
color:#FFFFFF;
text-decoration:none;
}

/* CSS image */

.header
{
height:116px;
width:912px;
background-image:url(../image/image_header_for_css.jpg);
background-repeat:no-repeat;
}
.background_left
{
background-image:url(../image/background_left.jpg);
background-repeat:repeat-y;
}
.background_right
{
background-image: url(../image/background_right.jpg);
background-repeat:repeat-y;
}
.bar_under_header
{
height:5px;
background-image:url(../image/css_bar_under_header.jpg);
background-repeat:repeat-x;
}
.metal-bar_under_header
{
height:5px;
background-image: url(../image/css_metal-bar_under_header.jpg);
background-repeat:repeat-x;
}
.body_border_left
{
width:3px;
background-image:url(../image/body_css_boder_left.jpg);
background-repeat:repeat-y;
}
.body_border_right
{
width:3px;
background-image: url(../image/body_css_boder_right.jpg) ;
background-repeat:repeat-y;
}
.footer_top_border
{
height:4px;
background-image:url(../image/footer_top_css_border.jpg);
background-repeat:repeat-x;
}

/* CSS box */

.free_AR-15_box
{
height:195px;
width:196px;
background-image: url(../image/image_AR-15_upgrade.png);
float:right;
background-position:bottom;
background-repeat:no-repeat;
background-color:#000000;
}

/* CSS text */

.text_1
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
text-align:justify;
line-height:normal;
color:#000000;
text-decoration:none;
}
.text_2
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:bold;
line-height:normal;
color:#ffffff;
text-decoration:none;
}
.text_2:hover
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:bold;
line-height:normal;
color:#ffffff;
text-decoration:underline;
}
.text_3
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:normal;
color:#ffffff;
text-decoration:none;
}
.text_3:hover
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:normal;
color:#ffffff;
text-decoration:underline;
}

.input_text_1
{
width:140px;
height:14px;
background-color:#808080;
border:1px solid #5F6162;
line-height:14px;
padding-left:4px;
font-family:tahoma;
font-size:11px;
font-style:normal;
text-decoration:none;
color:#ffffff;
}