

body {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

#leftside {
	width: 420px;
	float: left;
	text-align: left;
	margin-top: 120px;
	margin-left: 20px;
}
#rightside {
	width: 480px;
	text-align: right;
	float: right;
	margin-top: 100px;
}

#centermessage {
text-align: center;
margin-top: 150px;
margin-bottom: 150px;

	
}
#header {
	height: 79px;
	margin: 0 auto;
	text-align: center;
	background: url(i/tag.png) no-repeat center 0px;
	
}

#logo {
	height: 79px;
	width: 216px;

	
}


#a {

	text-decoration: none;
	color: #3f3f3f;
}

#a:hover {
	text-decoration: none;
	color: #990000;
	background: url(i/line.png) no-repeat center 16px;

	
}


.active {
	color: #990000;
	/*background: url(i/line.png) no-repeat center 16px;*/


}

#content {

}

#footer {
	text-align: center;
	font: .65em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	margin-top: 50px;
	margin-bottom: 50px;
}


#footer a {
	color: #999;
}





/* @group text */

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

p {
	line-height: 1.25em;
}

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

h1, h2, h3 {
	font-weight:normal;	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

h1 {
	font-size: 1.5em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
	color: #000;
}

h2 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-top: 2em;
}

h3 {
	font-size: 1.8em;
	color: #000;
	text-align: center;
	margin: -.5em 0 1em;
}





ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}

ul li {
	line-height: 1.25em;


}

#cartAdd {
border:1px solid #000000;
float:right;
margin:1em;
padding:1em;
text-align:center;
width: 160px;
font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* @end */

