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

body{
	background-color:#192425;
	font-family: Helvetica, sans-serif;
	font:Arial;
}

/* LINK STYLES*/


td#bottom{
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a.toplinks{
	color:#192425;
	text-decoration:none;
	font-weight:bold;	
	font-size:16px;
}

a.toplinks:link{
	color:#192425;
	text-decoration:none;
	font-weight:bold;
		font-size:16px;

}

a.toplinks:active{
	color:#192425;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;

}

a.toplinks:visited{
	color:#192425;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;

}

a.toplinks:hover{
	color: #BA2121;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;

}

a:link{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a:active{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}


a:hover{
	color:#BA2121;
	text-decoration:none;
	font-weight:bold;
}
	
td#foot-links{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
td#header{
	height:160px;
	vertical-align:middle;
}

td#header-right{
	height:194px;
}

td#links{
	height:41px;
	width:765px;
	background-color:#C8C8C8;
	padding-left:10px;
	vertical-align:middle;
	

}

td#content-holder{
	height:646px;
	background-image:url(page-files/content-background.jpg);	
}

td#content-holder-contact{
	height:646px;
	background-image:url(page-files/content-background-contact.jpg);
}

td#content-holder-gray{
	height:646px;
	background-image:url(page-files/content-background-gray.jpg);	
}

td#content{
	height:441px;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	color:#fff;
	padding-left:100px;
	padding-right:100px;
}

td#content-contact{
	height:441px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
	color:#fff;
}

td#content-product{
	height:416px;
	vertical-align:top;
	font-size:14px;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;

}

td#content-gallery{
	height:441px;
	text-align:left;
	vertical-align:middle;
	font-size:14px;
	color:#fff;
}

td#content-categories-holder{
	height:203px;

	border-top-color:#A8C1C4;
	border-top-style:solid;
	border-top-width:1px;
	
	border-bottom-color:#A8C1C4;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

td#content-categories{
	height:203px;
	text-align:center;
	vertical-align:middle;
}

td#footer{
	color:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:35px;
}

table#medium-text{
	font-size:14px;
	text-align:justify;
}

/* FRAMED PAGES */

iframe#header-frame{
	width:100%;
	height:220px;
	border:none;
	position:absolute top;
	
}

iframe#content-frame{
	width:100%;
	border:none;
	position:relative;
	
}

iframe#footer{
	width:100%;
	height:80px;
	border:none;
	position:absolute bottom;
	vertical-align:bottom;
	
}

.input{
	padding:4px;
	color:#333;
	border:solid;
	border-width:1px;
	border-color:#CCC;
}

.button{
	background-color:#192425;
	color:#CCC;
	font-size:14px;
	font-weight:bold;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	padding:10px;
}