body{
	background: #48001d;
	font-family: "Times New Roman", serif;
}


h1{
	text-align: center;
	color: #48001d;
	font-size: 2.25em;
	margin: 5px;
}

h2{
	color: #660000;
	font-size: 1.5em;
}

h3{
	text-align: center;
	color: #48001d;
	font-size: 1em;
	margin: 0;
	padding: 10px 0;
}

h4{
	text-align: left;
	color: #48001d;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

p{
	text-align: justify;
	color: #330000;
}

a:link{
	color: #cb6600;
}

a:visited{
	color: #990000;
}


.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}



/* Main Boxes */

.wrap{
	width: auto;
	min-width: 790px;
	margin: 30px 150px;
}

.framed{
	background:#efdfa0;
	border: 5px solid #cb6600;
}

.main{
	width: auto;
	height: auto;
	min-width: 530px;
	min-height: 500px;
	padding: 0 130px 20px 130px;
}


.footer{
	width: auto;
	min-width: 790px;
	height: 250px;
	padding: 15px 120 0 0;
}

.copy p{
	text-align: center;
	color: #efdfa0;
}


/* Navigation */

.nav1{
	width: 425px;
	text-align: center;
	margin: 0 0 0 -40px;
	padding: 0;
	position: absolute;
	top: 255px;
	left: 0;
}

.menu1{
	text-align: center;
	list-style-type: none;
	display: inline;
}

.menu1 li{
	height: 35px;
}
	

.menu1 li a:link{
	color: #efdfa0;
	text-decoration: none;
	font-size: 1.2em;
}

.menu1 li a:visited{
	color: #efdfa0;
	text-decoration: none;
	font-size: 1.2em;
}

.menu1 li a:hover{
	color: #fdb22f;
	text-decoration: none;
	font-size: 1.2em;
}

.current{
	color: #fdb22f;
	font-size: 1.2em;
	text-decoration: underline overline;
}

ul.jumplist{
	text-align: center;
	margin-left: -3px;
	padding: 0;
}


.subnav{
	text-align: center;
	width: 600px;
	margin: auto;
	padding: 25px 0 0 0;
}

.submenu{
	display: inline;
	list-style-type:none;
	text-align: center;
}

.submenu li{
	float: left;
	width: auto;
	margin: 2px;
}

.submenu li a:link{
	text-decoration: none;
	font-size: 1.05em;
}

.submenu li a:visited{
	text-decoration: none;
	font-size: 1.05em;
}



/*  Pictures */

.leftimgv{
	background: #ffffff;
	float: left;
	width: 200px;
	height: 300px;
	padding: 10px;
	margin-right: 15px;
}

.rightimgv{
	background: #ffffff;
	float: right;
	width: 200px;
	height: 300px;
	padding: 10px;
	margin-left: 15px;
}

.leftimgh{
	background: #ffffff;
	float: left;
	width: 300px;
	height: 200px;
	padding: 10px;
	margin-right: 15px;
}

.rightimgh{
	background: #ffffff;
	float: right;
	width: 300px;
	height: 200px;
	padding: 10px;
	margin-left: 15px;
}

.me{
	background: #ffffff;
	float: right;
	width: 200px;
	height: 300px;
	padding: 10px;
	margin-left: 20px;
}



/* PNG Transparency */

.strip{
	background: url(images/strip.png) no-repeat top left;
	width: 425px;
	height: 528px;
	margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	left:40px;
	top: -1px;
}

*html .strip{
	background: none;
	width: 425px;
	height: 528px;
	margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	left:40px;
	top: -1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/strip.png');
}

.logo{ 
	background: url(images/logo.png) no-repeat top left;
	width: 420px;
	height: 253px;
	margin:0;
	padding: 0;
	border-width: 0;
	position: absolute;
	top: 0;
	left: -30px;
}

*html .logo{ 
	background: none;
	width: 420px;
	height: 253px;
	margin:0;
	padding: 0;
	border-width: 0;
	position: absolute;
	top: 0;
	left: -30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

.pi{
	background: url(images/pi.png) no-repeat;
	width: 355px;
	height: 150px;
	margin: auto;
	padding: 0;
}

*html .pi{
	background: none;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pi.png');
}

.about{
	background: url(images/about.png) no-repeat;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
}

*html .about{
	background: none;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about.png');
}

.services{
	background: url(images/services.png) no-repeat;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
}

*html .services{
	background: none;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/services.png');
}

.store{
	background: url(images/store.png) no-repeat;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
}

*html .store{
	background: none;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/store.png');
}

.contact{
	background: url(images/contact.png) no-repeat;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
}

*html .contact{
	background: none;
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact.png');
}

.message{
	background: url(images/message.png) no-repeat;
	width: 170px;
	height: 170px;
	margin: auto;
	padding: 0;
}

* html .message{
	background: none;
	width: 170px;
	height: 170;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/message.png');
}

.email{
	background: url(images/email.png) no-repeat;
	width: 170px;
	height: 100px;
	margin: auto;
	padding: 0;
}

* html .email{
	background:none;
	width: 170px ;
	height: 100px;
	margin: auto;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/email.png');
}

.smlogo{
	background: url(images/logo_sm.png) no-repeat top center;
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: -420px;
	float: left;
	z-index: 2;
}

*html .smlogo{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo_sm.png");
	width: 200px;
	height: 120px;
	padding: 0 auto;
	margin: 0 auto;
	top: -450px;
	z-index: 2;
	text-align: center;
}


/* Footer */

.boxwrap{
	width: 692px;
	padding: 10px 0;
	margin: auto;
}

.box1, .box3{
	height: 220px;
	width: 230px;
	float:left;
	text-align: center;
}

.box2{
	height: 220px;
	width: 230px;
	padding: 0;
	float: left;
	border-style: dashed;
	border-width: 0 1px 0 1px;
}

.box2 address, .box3 p{
	text-align: center;
	font-size: .75em;
	padding: 0;
 }

.stock{
	text-align: center;
	border-width: 0px;
	padding: 4px;
}
.portfolio{
	list-style-type: none;
	padding: 0;
	margin: 8px auto;
	width: 230px;
}

.portfolio li {
	background: #ff9900;
	float: left;
	clear: none;
	width: 105px;
	margin: 2px;
	border: 1px solid #48001d;
}

.portfolio li a{
	color: #efdfa0;
	text-decoration: none;
	font-weight: bold;
}

.thumb{
	width: 30px;
	height: 30px;
	margin: 2px;
	vertical-align: middle;
	border: 1px solid #efdfa0;
}


.istock{
	padding: 20px 0;
	border-width: 0;
}



/* Forms */

#contactform{
	position: relative;
	top: 5px;
	margin: 0 auto 60px auto ;
	padding-bottom: 50px;
	width: 400px;
	height: 400px;
}

label{
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: left;
}

input, select{
	float: right;
	width: 285px;
}

textarea{
	height: 300px;
	width: 400px;
}



/* Portfolio */

.gallery{
	background: #000000;
}

.gallery a:link{
	text-decoration: none;
}

.gallery a:visited{
	text-decoration: none;
}



/* Other */

*html .minwidth{
	background: none;
	height: 1px;
	width: 530px;
}

*html .minwidth2{
	background: none;
	height: 1px;
	width: 790px;
}

ul.awards{
	list-style-type: circles;
	list-style-position: inside;
	display: inline;
	padding: 0;
}


.line{
	width: 75%;
}

.center2{
	width: 200px;
	text-align: center;
	margin: 0 auto;
}


hr.h {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	height: 2px;
	margin: 5px 60px;
	text-align: center;
	}	

hr.f{
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	height: 2px;
	margin: 10px auto;
	text-align: center;
	min-width: 790px;
}


.list{
	text-align: center;
	display: inline;
}

	