﻿/* project: plain css template
   author: Matt Evans */


*{margin:0; padding: 0;}

body {
	font-family: georgia, "Times New Roman", serif;
	color: #333;
	font-size: 15px;
	line-height:22px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background:#ffffcc;
}

h1,h2,h3,h4,h5,h6{font-weight:bold; font-size:22px;letter-spacing: 1px;}

a{color: #660000; text-decoration:none;}

a:hover, a:focus, a:active{color:#ff9900 ; text-decoration:underline;}

p{margin: 15px 10px;}

a img{border: none;}

ul{list-style: none;}

ul li a{color: #660000;}

.clear{clear:both;}

#wrapper{margin: 0 auto 20px auto; width:900px; text-align: left; background:#fff; padding: 10px; border: 1px #ff9900 solid;}



/*header*/

#header{border-bottom: 1px #ff9900 dotted; margin: 0 0 10px 0; padding: 20px;}

#title{float: left;}

#title h2 a{font-size: 30px; color:#660000; font-weight:normal; letter-spacing: 2px;}

#title h2 a span{color: #ff9900 ;}

#title h3 a{font-size: 12px; color:#ff9900 ; font-weight:normal; margin: 3px 0 0 0px; display:block;}

#title a:hover, #title a:focus, #title a:active{text-decoration:none;}

#mainmenu{float:right; margin: 30px 0 0 0;}

#mainmenu ul{display:block;}

#mainmenu ul li{display:inline; margin: 0 15px;}



/*content*/

#maincontent h3{font-size: 18px; margin: 20px 10px 10px 0; color: #660000;}

#maincontent h2 a{margin: 5px 10px 10px 0; color: #cc0000;}

h2 a:hover, h2 a:focus, h2 a:active{text-decoration:none;}

#welcome{padding: 20px 30px; border-bottom: 1px #ff9900 dotted;}

#welcome h2{ font-size: 24px; color:#660000;}

#left{float:left; width: 600px; padding: 10px 10px 0 20px; border-right: 1px #ff9900 dotted; margin-top: 10px;}

#right{float:right; width: 300px; padding: 10px;}

.single{float:left; width: 100%; margin: 20px 0; border-bottom: 1px #ff9900 dotted;}

.single img{float:right; margin: 10px 5px 10px 10px;}

.product {float:left; width: 100%; margin: 20px 10px; border-bottom: 1px #ff9900 dotted; text-align:center;}

.product img{float:left; margin: 10px 10px 10px 10px;}



/*footer*/

#footer{border-top:1px #ff9900 dotted;}

#footer ul{display:block;}

#footer ul li{display:inline; margin: 0px 15px; float: left;}

.copy {float: right;}

.pricedisc{font-size: 10px;}




