@charset "utf-8";

@font-face {
  font-family: 'Charlemagne';
  src: url('CharlemagneStd-Regular.eot?#iefix') format('embedded-opentype'),  url('CharlemagneStd-Regular.otf')  format('opentype'),
         url('CharlemagneStd-Regular.woff') format('woff'), url('CharlemagneStd-Regular.ttf')  format('truetype'), url('CharlemagneStd-Regular.svg#CharlemagneStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/layout/background.gif) repeat top left;
}

h1
{
    margin-top: 30px;
}

.charlemagne
{
    font-family:Charlemagne;
    font-style: italic;
    text-decoration: underline; 
    font-variant: small-caps;
}

.container
{
	margin: 0px auto 0px auto;
	padding: 0;
	width: 960px;
}

.head
{
	height: 100px;
	padding: 0;
	margin: 0;
}

.nav
{
	width: 150px;
	float: left;
	min-height: 300px;
	margin: 0;
	padding: 60px 20px 0px 15px;
	background: url(../images/layout/nav.png) no-repeat top left;
}

.content
{
	margin: 20px 0px 0px 172px;
	padding: 0px 20px 20px 20px;
	min-height: 400px;
}

.pageBg
{
    background-color: white;
	min-height: 550px;
	margin-top: 0px;
    padding-top: 0px;
}

.productBox
{
	width: 310px;
	min-height: 330px;
	padding: 0px 20px 0px 20px;
}

.thumb
{
	margin: 5px 10px 10px 10px;
	border: none;
}

.contact
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
	display: inline;
}

/* TEXT STYLES */
a:link
{
	color: #a70303;
	font-weight: bold;
}

a:visited
{
	color: #802a2a;
	font-weight: bold;
}

a:hover
{
	color: #5d5c5c;
	font-weight: bold;
}

.bold
{
	font-weight: bold;	
}

.prodHeading
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.coming_soon
{
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}

.nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
	display: inline;	
}
