/* ====================
BODY AND BASICS
====================== */

body {
	background:  url(../images/bkg-page.jpg) repeat-x 0 0 #6f6fa1;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
	padding: 2px;
}

.gallery {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 6px;
}

#content form {
	padding: 8px;
	text-align: left;
	width: 360px;
}

form, #wide form {
	border: 1px solid #ccc;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	text-align: left;
	width: 300px;
}

#store form {
	border: 0;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	text-align: left;
	width: 200px;
}

.left {
  float: left;
  text-align: left;
  width: 49%;
 }

.right {
  float: right;
  text-align: right;
  width: 49%;
 }

/* ====================
STRUCTURE
====================== */

#main {
	background-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	width: 762px;
}

#banner{
	height: 180px;
}

#sidebar {
	background: #feffe6 url(../images/bkg-news.gif) center bottom no-repeat;
	float: right;
	line-height: 1.5em;
	padding: 20px 10px 20px 0;
	text-align: center;
	width: 300px;
}

#content {
	line-height: 1.5em;
	margin-left: 20px;
	padding: 20px 0;	
	text-align: left;
	width: 360px;
}

#store {
	line-height: 1.5em;
	margin-left: 20px;
	padding: 20px 0;	
	text-align: left;
	width: 360px;
}

#wide {
	line-height: 1.5em;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 0;	
	text-align: left;
}

#footer {
	clear: both;
	color: #d3d3e3;
	margin: 0px auto;
	padding-top: 12px;
	text-align: center;
	width: 762px;	
}

/* ====================
TOP MENU
====================== */

#menu {
	background-color: #6f6fa1;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	text-align: center;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
}

#menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

#menu ul li a {
	color: #fff;
}

#menu ul li a:hover {
	border-width:0px;
	color: #d3d3e3;
}

/* ====================
LINKS
====================== */

a {
	color: #cf884e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a, #wide a {
	color: #cf884e;
}

#sidebar a {
	color: #cf884e;
}

#footer a {
	color: #d3d3e3;
	font-weight: normal;
}

/* ====================
Text 
====================== */

h1 {
	color: #6f6fa1;
	font-size: 16px;
}

#content p, #wide p, #store p {
	font-size: 12px;
}

#sidebar {
	font-size: 11px;
	text-align: left;
	padding: 12px;
}

#footer p {
	font-size: 11px;
}

span {
	color: #6f6fa1;
	font-weight: bold;
}

#content p.tip, #wide p.tip {
	font-size: 11px;
}

#wide p.highlight {
	background-color: #feffe6;
	padding: 4px;
}

.video {
	border: 1px solid #cccccc;
	padding: 8px;
}

/* ====================
List
====================== */

ul {
	 list-style-type:square;
}

#content ul, #store ul {
	font-size: 12px;
}

