* {
	font-size:1em;
	padding:0;
	margin:0;
	}
body {
	background:#3f3f3f;
	font:.8em/1.4 "Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
a {
	color:#f60;
	text-decoration:none;
	border-width:0 0 1px 0;
	border-style:solid;
	font-weight:bold;
	}
a:hover {
	color:#333;
}
h2, h3 {
	font-family:"Century Gothic", sans-serif;
	font-size:1.5em;
	margin-bottom:.66em;
	line-height:1em;
	}
h3.bar, .product h3 {
	font-size:1.3em;
	background:#244b73 url(../img/layout/head.jpg) no-repeat left top;
	color:#fff;
	padding:5px 10px;
	border:3px double #fff;
	margin-left:-13px;
	margin-right:-13px;
	}
p {
	margin-bottom:1.5em;
	}
hr {
	margin:25px 0;
	}
address {
	font-style:normal;
	}
input.text 
{
	width:200px;
	}
textarea.text
{
	font:1em/1.4 "Trebuchet MS", Tahoma, Verdana, sans-serif;
	width:450px;
	height:10em;
	}
.required 
{
	font-weight:bold;
	color:#f60;
	}
.content {
	padding:25px;
	}
.content ul {
	margin-left:1em;
	margin-bottom:1.5em;
	}
.small {
	font-size: .9em;
}

/******[ main layout ]******/
#head, #body, #foot {
	text-align:center;
	clear:both;
	}
	
#head {
	background:#fff url(../img/layout/tile.gif) repeat-x left 95px;
	}
	#head h1, #bodyCC, #footCC {
		width:780px;
		margin:0 auto;
		}
		#head h1 {
			background:#fff url(../img/layout/bg.jpg) no-repeat -10px top;
			}
			#head h1 a {
				display:block;
				width:750px;
				height:100px;
				text-decoration:none;
				text-indent:-9999em;
				margin:0 auto;
				border:none;
				}

#body {
	background:#cdcbce;
	}
	#bodyCC {
		background:#cdcbce url(../img/layout/contentBg.gif) repeat-y -10px top;
		color:#333;
		overflow:auto;
		}
		#bodyC {
			width:750px;
			margin:0 auto;
			text-align:left;
		}

#foot {
	background:#3f3f3f url(../img/layout/tile.gif) repeat-x left top;
	}
	#footCC {
		background:#3f3f3f url(../img/layout/bg.jpg) no-repeat -10px -95px;
		color:#fff;
		min-height:100px;
		padding-top:5px;
		}
		#footC {
			width:750px;
			margin:0 auto;
			text-align:left;
			}
			#footC a {
				color:#fff;
				font-weight:bold;
				border-color:#999;
				}
				#footC a:hover {
					border-color:#ccc;
					}
			#footC h1 {
				margin:25px;
				background:transparent url(../img/layout/footLogo.gif) no-repeat left top;
				}
				#footC h1 a {
					display:block;
					width:200px;
					height:50px;
					text-decoration:none;
					text-indent:-9999em;
					border:none;
					}
					#footC ul {
						margin-bottom:0;
						}
					#footC li {
						margin-left:1em;
						color:#ff7f00;
						}
			#copy {
				color:#ccc;
				text-align:center;
				padding:10px 0;
				width:100%;
				clear:both;
				}
						
			
	
/******[ columns ]******/
.row {
	float:left;
	width:500px;
	}
.row3 {
	float:left;
	width:750px;
	border-bottom:1px solid #ccc;
	}
.column {
	float:left;
	width:250px;
	_margin-right:-3px;
	}
.column2 {
	float:left;
	width:500px;
	_margin-right:-3px;
	}
.column .br, .column .bl,
.column2 .br, .column2 .bl {
	margin:25px 0;
	padding:0 25px;
	background:transparent url(../img/layout/vline.gif) repeat-y right top;
	}
.column .bl, .column2 .bl {
	border:none;
	background:transparent url(../img/layout/vline.gif) repeat-y left top;
	}


/******[ homepage boxes ]******/
#banner {
	float: left;
	width: 500px;
	height:200px;
	background:#fff url(../img/banners/home.jpg) no-repeat left top;
	margin-top:2px;
	_margin-top:5px;
	}
ul#productLinks {
	margin-top: 2px;
	background:#fff url(../img/home/homelinks.jpg) no-repeat left top;
	display:block;
	float: left;
	width:751px;
	height:80px;
	position: relative;
	top: -2px;
	}
	#productLinks li {
		list-style-type:none;
		float:left;
		width:150px;
		height:80px;
		}
		#productLinks a {
			display:block;
			width:150px;
			height:80px;
			border:none;
			text-indent: -999em;
			}
		#productLinks a:hover {
			width:146px;
			height:76px;
			border: 2px solid #333;
			}
#colLeft, #colRight {
	margin:25px 0;
	}
#colLeft .content, #colRight .content {
	padding:0 25px;
	border-left:1px solid #ccc;
	}


/******[ rackmounts page ]******/
#racks {
	height:200px;
	background:#fff url(../img/banners/rackmounts.jpg) no-repeat left top;
	margin:0;
	margin-top:25px;
	list-style-type:none;
	}
	#racks ul {
		background:#fff url(../img/rackmounts/links.jpg) no-repeat left top;
		margin-top:202px;
		margin-left:0;
		display:block;
		width:500px;
		height:78px;
		}
		#racks li {
			list-style-type:none;
			float:left;
			width:250px;
			height:80px;
			}
			#racks a {
				display:block;
				width:244px;
				height:74px;
				text-indent:-9999em;
				border:none;
				}
			#racks a:hover {
				border:2px solid #000;
				}

#index 
{
	list-style-type:none;
	margin:0 0 25px 0;
	}
	#index li
	{
		margin:0 0 1px 0;
		padding:0;
		text-align:right;
		_float:left;
		}
		#index a
		{
			font-weight:bold;
			display:block;
			_width:178px;
			_float:left;
			padding:5px 10px;
			text-align:left;
			border:none;
			border:1px solid #f60;
			}
			#index a:hover
			{
				background:#f60 url(../img/layout/dots.gif) no-repeat right top;
				color:#333;
				}
			#index a span 
			{
				font-size:.9em;
				color:#444;
				display:block;
				padding-top:5px;
				text-align:right;
				}
			
.product .content {
	padding-bottom:0;
	}	
.product .column .content {
	padding:0 25px 25px;
	}
.product img 
{
	display:block;
	margin:0 auto;
	}