*
		MacPrint CSS
		------------
  treshna Enterprise Ltd
		 Tony Myers
		  13-09-07
*/

body {
	background: #FFF;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

html {
	background: #FFF;
}

div#header {
	display: block;
	width: 100%;
	border-bottom: 2px solid #e5e5e5;
	height: 145px;
	background: red;
	margin: 0;
	padding: 0;
	background: url(../images/banner.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

div#container {
	margin: 0;
	width: 100%;
	position: relative;
	top: 140px;
}

.sidestuff {
	display: block;
	float: right;
}

div#left_menu {
	/*position: static;*/
	margin: 0;
	padding: 0;
	/*width: 15%;*/
}

div#left_menu ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.normallist li {
	padding: 0;
	margin: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

div#content {
	margin-top: 20px;
	color: #464646;
}

div#content h1 {
	background-color: #FFFFFF;
	height: 28px;
	font: bold 18px Arial, Verdana, sans-serif, Helvetica ;
	color: #000080;
	text-align: left;
}

div#left_menu a {
	text-decoration: none;
	background: url(../images/menu_buttons.gif) no-repeat;
	font-family: Tahoma;
	font-size: 8pt;
	color: #464646;
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	margin-right: 20px;
	height: 22px;
	width: 167px;
	display: block;
}

div#left_menu p {
	margin-left: 7px;
	font-size: 8pt;
}

div#left_menu a:hover {
	color: #EEEEEE;
}

div#left_menu a.menu_top {
	background-position: 0 -2px;
}

div#left_menu a.menu_top:hover {
	background-position: 0 -126px;
}

div#left_menu a.menu_normal{
	background-position: 0 -44px;
}

div#left_menu a.menu_normal:hover {
	background-position: 0 -168px;
}

div#left_menu a.menu_bottom {
	background-position: 0 -85px;
}

div#left_menu a.menu_bottom:hover {
	background-position: 0 -209px;
}

div#left_menu a.menu_top-current {
	background-position: 0 -126px;
	color: #FFFFFF;
}

div#left_menu a.menu_normal-current {
	background-position: 0 -168px;
	color: #FFFFFF;
}

div#left_menu a.menu_bottom-current {
	background-position: 0 -209px;
	color: #FFFFFF;
}

/* FOOTER PROPERTIES */

div#footer {
	width: 100%;
	font-family: Tahoma, Arial;
	font-size: 6pt;
	clear: both;
	float: left;
	position: static;
	text-align: center;
}

div#footer p {
	color: #7A7A7A;
}

div#footer a {
	text-decoration: none;
	color:  #726D7D
}


/* MISC ITEMS */

div#left_menu a.location {
	margin-top: 15px;
	padding-left: 10px;
	text-decoration: none;

}

/* GENERAL STUFF */

* {
	font-family: Tahoma;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
	font-family: Helvetica;
	color: #262626;
	width: 800px;
}

p {
	font-family: Tahoma;
	font-size: 10pt;
}

a {
	font-family: Tahoma;
	font-size: 10pt;
}

input, textarea, select {
	margin-left: 10px;
	border: 1px solid #a7a7a7;
	background: #f9f9f9;
}

th {
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
}

/* gallery stuff*/

div#gallery_list {
	width: 100%;
	padding: 10px;
}

div#gallery {
	border: 1px solid #eee;
	display: block;
	float: left;
	background: #f9f9f9;
	width: 105px;
	height: 150px;
	padding: 3px;
	margin-left: 20px;
}

div#gallery:hover {
	background: #f1f1f1;
}

div#gallery img {
	border: 2px solid #eee;
	width: 100px;
	height: 100px;
	margin: 0 auto 5px auto;
}

div#gallery h2 {
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #8e8e8e;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Verdena, Sans-Serif;
}

div#gallery a h2 {
	font-size: 11px;
	font-family: Arial, Verdena, Sans-Serif;
}

div#gallery p {
	text-align: center;
	font-size: 8pt;
	font-family: Verenda, Arial, Tahoma;
	color: #262626;
}

div#galleryitem {
	display: block;
	width: 500px;
	margin: 0 auto 0 auto;
}

div#galleryitem h1 {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #eee;
}

div#galleryitem img {
	display: block;
	margin: 0 auto 0 auto;
}

div#galleryitem h3 {
	color: #d9d9d9;
	font-size: 12px;
	font-family: Verenda, Arial, Tahoma;
	border-bottom: 1px solid #eee;
	margin: 20px 0 10px 0;
}

.goback {
	color: #767676;
	margin-top: 35px;
	float: right;
}

div#linkexchange_list {
	margin: 40px 0 0 0;
}

div#link {
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	width: 700px;
	border-bottom: 1px solid #eee;
}

div#link h2 {
	margin: 0;
	padding: 0;
}

div#link p {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.ui_form {
	min-height: 600px;
}
