/* AM Glass Studio CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #BA1D23;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.35em;
}


h1 {
	color: #000;
	font-size: 1.20em;
	font-weight: bold;
	line-height: 1.25em;
}


h2 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.125em;
}


a,  a:link {
	color: #0B1CA0;
	text-decoration: underline;
	font-weight: normal;
}


a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #AE1F27;
	text-decoration: underline;
}

a:focus {
	color: #F8931D;
}


a:active {
	color: #BBD863;
}


#outerWrapper {
	background-color: #E7E6D8;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 785px;
	border: 1px solid #000000;
	position: relative;
	top: 25px;
}

#outerWrapper #header {
	background-color: #E7E6D9;
	background-image: url(../_images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 112px;
	width: 785px;
}

#outerWrapper #contentWrapper #leftcolumn {
	background-color: #E7E6D9; 
	float: left;
	padding: 10px 10px 10px 10px; 
	width: 380px;
}

#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-left: 400px;
	margin-top: 0;
	padding: 40px 20px 20px;
	background: #E7E6D8;
}

#shop #outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-left: 400px;
	margin-top: 0;
	background: #E7E6D8;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #footer {
	height: 22px;
	font-size: .95em;
	padding-left: 50px;
	padding-top: 5px;
	border-top: 1px solid #000000;
	background-color: #7CB902;
}
.title {
	font-size: 100%;
	font-weight: bold;
	color: #BA1D23;
}

