@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.addesignshop.com

Updated: 12/10/08
Author: Andy Sochor
Website: http://www.addesignshop.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000 /* default font color */
	}

img {
	border:0
	}

/* Divs */

#wrapper {
	margin:0 auto;
	background-color:#ffffff;
	width:950px;
	padding:2px;
	border-width:2px;
	border-style:solid;
	border-color:#ffffff;
	text-align:center
	}

#menu {
	margin:0 auto;
	background-image:url(images-new/menubar.gif);
	background-repeat:no-repeat;
	width:920px;
	padding:0px;
	text-align:center
	}

#header {
	margin:0 auto;
	background:#ffffff;
	width:940px;
	text-align:center
	}

#main {
	clear:both;
	margin:0 auto;
	width:940px;
	background:#ffffff;
	text-align:center
	}

#box {
	float:left;
	width:150px;
	background-color:#ffffff;
	padding:3px;
	margin-bottom:30px;
	text-align:center
	}

#footer {
	clear:both;
	width:920px;
	background:#ffffff;
	background-image:url(images-new/menubar.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:2px;
	padding-top:25px;
	font-size:0.8em;
	color:#000000;
	text-align:center
	}

/* Typography */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#000000
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	color:#000000
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000
	}

p, li {
	font-size:1.2em
	}

blockquote {
	font-size:1em
	}

ol {
	list-style-type:decimal
	}

ul {
	list-style-type:disc
	}

/* Links */

a:link {
	color:#2847e2;
	text-decoration:none
	}

a:visited {
	color:#2847e2;
	text-decoration:none
	}

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

#footer a:link {
	color:#2847e2;
	text-decoration:none
	}

#footer a:visited {
	color:#2847e2;
	text-decoration:none
	}

#footer a:hover {
	color:#2847e2;
	text-decoration:underline
	}

a img {
	border:none
	}