/* CSS Reset */

* {
	font-family:			arial, helvetica, sans-serif;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Layout */

a {
	color:					#d97321;
}

strong, b, .bold {
	font-weight:			bold;
}

.clear {
	clear:					both;
}

body {
	background:				url('/graphics/bg.jpg')  left top;
	font-size:				14px;
	direction:				rtl;
	line-height:			1.3;
}

#wrapper {
	width:					780px;
	margin:					auto;
}

#header {
	text-align:				center;
	margin-top:				20px;	
}

#footer {
	direction:				rtl;
	text-align:				center;
	color:					#838383;
	font-size:				12px;
	margin:					40px 0 20px 0;
	padding-top:			20px;
	border-top:				1px solid #ccc;
}

#footer a {
	color:					#555;
	font-size:				12px;
}

#canvas {
	clear:					both;
}

#header h1 {
	font-size:				16pt;
	color:					#111;
	font-weight:			bold;
	margin-bottom:			20px;
	text-align:				right;
}

/* Nav */

#module_parts_nav {
	width:					240px;
	float:					right;	
	margin-left:			20px;
}

#module_parts_nav li a {
	color:					#568127;
	text-decoration:		none;	
}

#module_parts_nav li {
	padding:				5px 0;
	border-bottom:			1px solid #ccc;	
}

#module_parts_nav li.selected a {
	color:					#d97321;
}

#module_parts_nav li span {
	display:				inline-block;
	margin-left:			5px;
	width:					12px;
	height:					12px;
	background:				url('/graphics/nav_bgs.png') no-repeat left top;
}

#content {
	width:					500px;
	float:					right;
	color:					#3a3a32;
}

#content h1 {
	font-weight:			bold;
	font-size:				16pt;
	margin-bottom:			10px;
	color:					#d97321;	
}

/* Strip */

#strip {
	clear:					both;
	margin:					20px 0;
}

#strip li {
	float:					right;
	width:					226px;
	height:					195px;
	overflow:				hidden;
	padding-top:			8px;
	background:				url('/graphics/strip_bg.png') no-repeat left top;
	text-align:				center;
	margin:					0 16px;
}

/* Rows */

.module_admin h3 {
	font-weight:			bold;
	margin-bottom:			5px;
	color:					#444;			
}

.row {
	clear:					both;
	margin-bottom:			5px;
}

.row span {
	display:				block;
	width:					110px;
	float:					right;
}

#module_admin_login {
	width:					400px;
	margin:					20px auto;
	padding:				10px;
}

.error {
	padding:				10px;
	background:				#ffa;
	margin-bottom:			10px;
	text-align:				center;
}

.ajaxon {
	height:					100%;
	width:					100%;
	background:				#fff url('/graphics/ajaxon.gif') no-repeat center center;
	opacity:				0.4;
	filter:					alpha(opacity=40);
	position:				absolute;
	top:					0;
	left:					0;
}

/* Contact form */

#contact_form {
	position:				relative;	
}

#contact_form h2 {
	margin-bottom:			10px;
}

#contact_form .pad {
	padding:				5px;	
}

#contact_form input,
#contact_form textarea {
	border:					1px solid #eee;
	border-top:				1px solid #bbb;
	padding:				1px;
	width:					300px;
	font-size:				13px;
}

#contact_form button {
	background:				#fff;
	border:					1px solid #eee;
	border-top:				1px solid #bbb;
	padding:				5px;
	font-size:				13px;
}

#gallery li {
	float:					right;
	text-align:				center;
	margin-left:			5px;
	width:					141px;
	height:					100px;
	background:				#eee;
	padding:				10px;
	margin-bottom:			5px;
}

#gallery li img {
	border:					3px solid #ccc;
}

#gallery li a:hover img {
	border:					3px solid #fff;
}
