/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body{ margin:0px; padding:0px; font-family:Tahoma,Arial;font-size:14px; color:#122D57; font-family:"Times New Roman", Times, serif}
/*MAIN*/
.underline{ text-decoration:underline}
.left{ text-align:left}
.fL{ float:left}
.fR{ float:right}
.cL{clear:both}
.block{ display:block}
.none{ text-decoration:none}
.im{margin:0px}
form,img{ border:0px;margin:0; padding:0}
/*
================================================================================
|                                     FONTS                                     |
================================================================================
*/
a{}
.fgray{    font-size:14px; color:#122D57; font-family:"Times New Roman", Times, serif}
.fgrayB{   font-size:14px; color:#122D57; font-family:"Times New Roman", Times, serif;font-weight:bold;}
.fit{      font-size:14px; color:#181815; font-style:italic; font-family:"Times New Roman", Times, serif}
.fitB{     font-size:14px; color:#181815; font-style:italic; font-family:"Times New Roman", Times, serif;font-weight:bold;}
.frightblue{    font-size:12px; color:#9FD0EE; font-family:Tahoma}
.frightblueB{   font-size:12px; color:#9FD0EE;font-weight:bold; font-family:Tahoma}
.frightblack{    font-size:12px; color:#181815; font-family:Tahoma}
.frightblackB{   font-size:12px; color:#181815;font-weight:bold; font-family:Tahoma}
.fcopy{    font-size:14px; color:#D5E4F6; font-family:"Times New Roman", Times, serif}
.fmenu{    font-size:14px; color:#6DA4C6; font-family:"Times New Roman", Times, serif}
.fred{     font-size:14px; color:#FF0000; font-family:"Times New Roman", Times, serif}
.fredB{    font-size:14px; color:#FF0000; font-family:"Times New Roman", Times, serif;font-weight:bold;}
.fTitle{   font-size:48px; font-family:"Trebuchet MS";  color:#051B37;}
.fSlogan{  font-size:30px; font-family:"Trebuchet MS";  color:#D5E4F6; font-style:italic}
.fcall{    font-size:18px; font-family:"Trebuchet MS";  color:#103F7A; }
.fHead{    font-size:30px; font-family:"Times New Roman", Times, serif;  color:#010F23; font-style:italic}
.fHead2{   font-size:18px; font-family:"Times New Roman", Times, serif;  color:#FFFFFF; font-style:italic}
.fHead3{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#122D57;
	text-align: left;
}
.ftable{  font-size:10px; color:#181815;font-weight:bold;text-transform:uppercase;}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header{
	background-image:url(images/flash.jpg); 
	width:980px; 
	height:368px; 
	background-repeat:no-repeat;
	text-align:left;
}
#flash{
	width:980px; 
	height:368px; 
	position: relative;
	z-index: 100;
}

#phone {
	width: 980px;
	height: 168px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	margin-bottom: -150px;
}

p.number {
	float: right;
	margin: 25px 60px -65px 0;
	font: bold italic 20px/30px Arial, Helvetica, sans-serif;
	color: #000066;
}

/* MAIN MENU_TOP */
#menu_top{margin-left:35px;}
#menu_top a{
	display:block;
	float:left;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/btn_off.png);
	height:29px;width:148px;
	text-align:center;
	padding:8px 0px 0px 0px;
	margin:0px 2px 0px 0px;
}
#menu_top a:hover{
	background-image:url(images/btn_on.png);
	color:#021227;
}
#menu_top a.active{
	background-image:url(images/btn_on.png);
	color:#021227;
}

/*
================================================================================
|                                     CONTENT                               |
================================================================================
*/
#content{
margin-left:px;
text-align:left;
width:980px; 
}
#block_left{
padding-left:52px;
width:600px;
float:left;
}
#block_lefta{
padding-left:52px;
width:850px;
float:left;
}
#block_center{
margin-left:33px;
width:216px;
float:left;
}

/*revsied content*/
#new_product{
	float:left;
	margin-left:75px;
	margin-top:25px;
	padding:15px;
}

#featured_product{
	border-left: 2px solid;
	height:75px;
	float:left;
	margin-top:25px;
	padding:15px;
}

/*
================================================================================
|                                     CONTACT_FORM                                   |
================================================================================
*/
.w{  width:286px;height:13px;    border-right-style:groove;margin-bottom:9px; margin-top:1px;}
.w1{ width:278px;height:13px;    border-right-style:groove;margin-bottom:9px; margin-top:1px;}
.w3{ width:586px;height:136px;   border-right-style:groove;margin-bottom:9px; margin-top:1px;}
.wSR{margin-left:464px;margin-top:8px;}

.font_w{ color:#122D57;font-size:14px;     font-family:"Times New Roman", Times, serif}
input{   color:#122D57;font-family:Tahoma;font-size:11px; font-weight:400}
textarea{color:#122D57;font-family:Tahoma;font-size:11px; }
.submit{BORDER-RIGHT: 0px;BORDER-TOP: 0px;BACKGROUND-IMAGE:url(images/sub.gif);VERTICAL-ALIGN: middle;width:56px;BORDER-LEFT: 0px;CURSOR: pointer;BORDER-BOTTOM: 0px; HEIGHT: 19px; }
.reset{BORDER-RIGHT: 0px;BORDER-TOP: 0px;BACKGROUND-IMAGE: url(images/res.gif);VERTICAL-ALIGN: middle;width:56px;BORDER-LEFT: 0px;CURSOR: pointer;BORDER-BOTTOM: 0px; HEIGHT: 19px; }

