/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	/*background: #575858;*/
	background: #0a1622 url(images/dback.jpg) repeat-x left top;;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	
	
	/*background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	*/
}

strong.menu_price{
font-weight: normal;
color: #a70d03;
}

p.red{
	color: #a70d03;
}

h1, h2, h3 {
	color: #0055a4;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

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

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 166px;
	margin: 0 auto;
	border-top: 1px solid #adaeae;
	border-bottom: 1px solid #adaeae;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}


div.thumb {background:#d3d3d3; border-bottom:1px solid #383838; border-left:1px solid #383838; border-right:1px solid #383838; border-top:1px solid #383838;}
td.thumb_table {padding:0.4em;}
img.thumbnail{padding:0px; background:#d3d3d3; border:6px solid #d3d3d3;}


/* Menu */
#adminmenu {
	width: 700px;
	height: 58px;
	background: #000000;
	/**/
	border-left: 1px solid #adaeae;
	border-right: 1px solid #adaeae;
	border-bottom: 1px solid #adaeae;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}
#adminmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#adminmenu li {
	display: inline;
}

#adminmenu a {
	display: block;
	float: left;
	height: 22px;
	padding: 6px 8px 0 8px;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

#adminmenu a:hover, #menu .active a {
	background: #000000;
	color: #fffc00;
}	
	
	
#menu {
	width: 700px;
	height: 29px;
	background: #000000;
	/**/
	border-left: 1px solid #adaeae;
	border-right: 1px solid #adaeae;
	border-bottom: 1px solid #adaeae;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 6px 8px 0 8px;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #fffc00;

}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #f2f2f2;
	/**/
	border-left: 1px solid #adaeae;
	border-right: 1px solid #adaeae;
	border-bottom: 1px solid #adaeae;
	text-align: left;
}

#colOne {
	float: right;
	width: 160px;
	background: #eeeeee;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 460px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 700px;
	height: 10px;
	margin: 0 auto;
	padding: 6px 0;
	font-size: smaller;
	background: #a70d03;
	/**/
	border-left: 1px solid #adaeae;
	border-right: 1px solid #adaeae;
}

#footerb {
	width: 700px;
	height: 10px;
	margin: 0 auto;
	padding: 6px 0;
	font-size: smaller;
	background: #0055a5;
}

#footer * {
	color: #000000;
}