@charset "UTF-8";
/* CSS Document */

body 		{ 
			padding: 0;
			margin: 0; 
			font-family: arial, helvetica, sans-serif; 
			background-color: #000;
			text-align: center;
			font-size: 100%;
			}
				
#container	{
			margin: 0 auto;
 			width: 960px;
			background-color: #000;
			color: #333;
			text-align: left;
			position: relative;
			}
			
#banner		{ 
			background-image: url(images/banner.jpg);
			background-repeat: no-repeat;
			width: 960px;
			height: 119px;
			}
			
#topic		{
			float: right;
			width: 303px;
			height: 119px;
			}
			
#nav		{ 
			padding: 0;
			position: absolute;
			top: 95px;
			right: 14px;
			white-space: nowrap;
			font-size: .8em;
			z-index: 10;
			}
			
#nav a:link		{ color: #999999; padding: 0 10px; text-decoration: none; }
#nav a:visited 	{ color: #999999; padding: 0 10px; text-decoration:none; }
#nav a:hover	{ color: #FFFFFF; padding: 0 10px; }
#nav a:active	{ color: #FF0000; padding: 0 10px; }
			
#content	{
			background-image: url(images/bodyTile.gif);
			background-repeat: repeat-y;
			padding: 22px 72px 52px 72px;
			}
			
#contentProducts	{
					background-image: url(images/bodyTile2.gif);
					background-repeat: repeat-y;
					padding: 0 72px 22px 0px;
					overflow: auto;
					}
			
#shadow		{
			margin: 0;
			line-height: 1px;
			font-size: 1px;
			}
			
h1, h2, h3, h4	{ color: #878787; }

#footer		{
			width: 960px;
			height: 34px;
			clear: both;
			padding: 0;
 			font-size: .7em;
			color: #ffffff;
			text-align: left;
			background-image: url(images/footer2.jpg);
			background-repeat: no-repeat;
			}
			
#footerContent	{
				padding: 12px 24px;
				}

#footer	 a:link		{ color: #a7a8c7; }
#footer	 a:visited 	{ color: #a7a8c7; }
#footer	 a:hover	{ color: #ffffff; }
#footer	 a:active	{ color: #ff0000; }

#foxWorks	{
			float: right;
			width: 644px;
			text-align: right;
			color: #a7a8c7;
			padding: 12px 24px;
			}
			
.country	{
			padding: 7px 7px 2px 7px;
			background-image: url(images/countryBG.jpg);
			background-repeat: no-repeat;
			background-color: #00003E;
			color: #fff;
			font-weight: bold;
			font-size: 1.75em;
			margin-bottom: 7px;
			margin-top: 22px;
			}
			
.country b	{
			position: relative;
			top: -5px;
			}
			
.country img	{ border: #fff 1px solid; }

.photoHome	{
				float: right;
				width: 274px;
				position: relative;
				right: -8px;
				top: 12px;
				margin-left: 44px;
				}

.photoContact	{
				float: right;
				width: 279px;
				position: relative;
				right: -8px;
				top: -17px;
				}
				
#leftNav	{
			width: 110px;
			background-color: #000;
			background-image: url(images/leftNavBG.jpg);
			background-repeat: no-repeat;
			color: #999999;
			padding: 41px 25px 0 25px;
			margin-left: 2px;
			line-height: 1.5em;
			font-size: .8em;
			}
			
#leftNav ul	{
				margin-left: 0;
				padding-left: 0;
				list-style-type: none;
				}
				
				
								
#leftNav a
{
display: block;
padding: 3px;
width: 135px;
border-bottom: 1px solid #666666;
}

#leftNav a:link, #navlist a:visited
{
color: #666;
text-decoration: none;
padding-left: 22px;
}

#leftNav a:hover
{
background-color: #00017c;
color: #fff;
}

#leftNav a:active
{ background-color: #a80006; }

#navlist	{
			position: relative;
			left: -25px;
			top: -12px;
						}
			
#leftNav #active a:link, #navlist #active a:visited
{
color: #fff;
text-decoration: none;
padding-left: 22px;
}


			
#catalog	{
			padding: 21px 0 0 0;
			width: 690px;
			float: right;
			}
			
#catalog h1	{
			position: relative;
			left: 25px;
			}
			
.prodTable	{
			border-spacing: 27px;
			position: relative;
			top: -12px;
			}

.prodTable td	{ 
				width: 160px;
				border: #000 2px solid;
				font-size: .9em;
				background-color: #000;
				background-image: url(images/prodBG.jpg);
				background-repeat: no-repeat;
				color: #fff;
				vertical-align: text-top;
				}
				
.prodName	{ 
			color: #fff;
			font-size: 1.25em; 
			}

.prodDescr	{
			color: #fff;
			padding: 0 20px 0 20px;
			}

.prodMSRP	{
			color: #fff;
			padding: 0 20px 0 20px;
			font-weight:bold;
			}

.prodModel	{
			color: #fff;
			padding: 0 20px 0 20px;
			font-style:italic;
			}
			
			
<!--[if IE 7]>
.prodDescr p	{
				margin-bottom: 20px;
				color: #00FF33;
				}
<![endif]-->
			
.bigPic	{
		border: #000 3px solid;
		margin-left: 27px;
		}


