/*[fmt]AA90-1A0A-3*/
/*Very basic stylesheet to show you the layout sections
Customise to your site*/
body
{
	font-family: Verdana;
	color: #000;
	margin: 0;
	font-size: 12px;
	background: url(http://shop.thelittlescrapgarden.com/includes/templates/thelittlescrapgarden/images/bg.jpg);
}
a
{
	color: #9BAA4B;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#page
{
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}
#maincontent
{
	background: transparent url(http://shop.thelittlescrapgarden.com/includes/templates/thelittlescrapgarden/images/body.jpg);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 0px 40px;
}
fieldset
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #F18963;
}
legend
{
	color: #F08D4C;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	margin: 0;
	padding-bottom: 7px;
}
img
{
	border: none;
}
#header
{
	height: 251px;
}
#footer
{
	background: transparent url(http://shop.thelittlescrapgarden.com/includes/templates/thelittlescrapgarden/images/footer.jpg);
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 90px;
	clear: both;
	font-size: 12px;
	text-align: center;
}
.navimage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #EEE;
}
/*Status Messages*/
.alert, .warn, .error
{
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg
{
	border: 1px solid #E2A65E;
}
.alert
{
	background: #DDF0BD;
}
.alert strong, .alert label
{
	color: #008000;
}
#warn
{
	border: 1px solid #FF8000;
}
.warn
{
	background: #FFF6E5;
}
.warn strong, .warn label
{
	color: #FF8000;
}
#error
{
	border: 1px solid #F3D5D5;
}
.error
{
	background: #FFF1F1;
}
.error strong, .error label
{
	color: #FF0000;
}
.error input, .error textarea
{
	background: #FFF;
}
.required
{
	font-weight: bold;
}

