/* @group general */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, ul, td {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 0px;
	padding: 5px 0 5px 0;
}

h1 {
	font-size: 18px;
	color: #5687c1;
	padding: 2px 0 2px 0;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	color: #5687c1;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.regcaps {
	text-transform: none;
}

h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #5e5e5e;
	font-variant: small-caps;
}

a:link {
	color: #5687c1;
}

a:visited {
	color: #5687c1;
}

a:hover {
	color: green;
}

a:active {
	color: #666;
}
#container {
	position: relative;
	width: 800px;
	margin: 0 auto auto auto;
	overflow: hidden;
}

/* @end */





/* @group footer */

#footerhelper {
	float: none;
	clear: both;
}

#systemfooter {
	float: left;
	padding: 10px 155px 0px 120px;
	height: 85px;
	color: #fff;
}

#systemfooter p {
	color: #fff;
	font-size: 10px;
	padding-top: 10px;
}

/* @group general */

#generalfooter {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 90px;
	width: 800px;
	background: url(suite/images/footer_general.jpg) no-repeat;
}

#generalfooter p {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 20px 155px 0px 120px;
}

#generalfooter a:link {
	color: green;
}

#generalfooter a:hover {
	color: #fe6b0c;
}

#generalfooter a:visited {
	color: green;
}

/* @end */

#footer {
	float: left;
	text-align: left;
	bottom: 0;
	width: 100%;
	margin-top: 10px;
}

#footer ul {
	margin: 0 auto auto 5px;
	padding: 0px;
	font-size: 9px;
}

#footer li {
	display: inline;
	white-space: nowrap;
}

#footer p {
	margin: 0 auto auto 5px;
	font-size: 9px;
	color: #666;
	width: 100%;
}

/* @end */

/* @group store */

#header p {
	margin-left: 50px;
	margin-right: 50px;

}


#store {
	float: left;
	width: 800px;
}

#column1 {
	width: 390px;
	float: left;
	margin-left: 20px;
}

#column2 {
	width: 390px;
	float: left;
}



#product {
	background: #e3e3e3;
	width: 330px;
	min-height: 200px;
	float: left;
	margin-top: 25px;
	padding: 15px 10px 0px 10px;

}

#product ul {
	margin-left: 30px;
	list-style-type: circle;
}


#product img {
	float: left;
	margin-top: -30px;
	margin-left: -25px;
	padding-right: 20px;
}

h2 {
	padding: 0;
	text-transform: none;
	color: #666;
	font-weight: normal;
	font-size: 18px;
	margin: 0;	
}


/* @end */