/*************************************************************************************************/
/* (c) 2008, Summerleaze Computer Services                                                                                              */
/*************************************************************************************************/

html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #a6c5d7;
}

img.left {
	clear: left;
	float: left;
}
img.right {
	clear: right;
	float: right;
}

.centered {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear-both {
	clear: both;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: center;
	overflow: hidden;
}
#header img {
	float: left;
	margin: 0 auto;
	padding: 0;
}

.back1 {
	background: #73a3bf;
}

#menu {
	display: block;
	width: 770px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #5A8093;
}
#menu li {
	float: left;
	line-height: 40px;
	color: #FE9900;
}
#menu li#current {
	padding: 0 0.5em;
}
#menu li a {
	display: block;
	padding: 0 0.5em;
	text-decoration: none;
	color: white;
}
#menu li a:visited {
	color: white;
}
#menu li a:hover {
	background: #FE9900;
}

#menu-shop {
	display: block;
	width: 770px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 0;
	background: #73a3bf;
}
#menu-shop a#register {
	float: right;
	padding: 0 0.2em;
	text-align: right;
	text-decoration: none;
	color: white;
}

#content {
	margin: 0 auto;
	padding: 5px;
	width: 760px;
	background: white;
}
#content .right {
	float: right;
}
#content h1 {
	margin: 0;
	padding: 0;
	color: #5A8093;
	font-size: 2em;
}
#content h2 {
	margin: 0;
	padding: 0;
	color: #5A8093;
	font-size: 1.5em;
}
#content h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#content p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.bullet {
	list-style-image: url("images/bullet.jpg"); 
	margin: 0 0 1em 0;
	padding: 0;
	padding-left: 2em;
}
ul.bullet li {
	margin: 0;
	padding: 0.2em;
}
ul#funnel {
	list-style-type:none;
	margin: 0 0 1em 0;
	padding: 0;
	padding-left: 2em;
	border: 1px solid blue;
}
ul#funnel li {
	float: left;
	height: 20px;
	padding: 0 0.5em;
	border: 1px solid green;
}
ul#funnel li#current {
	font-size: 1.2em;
	font-weight:bold;
}
ul.left {
}
ul.right {
  width: 50%;
}

#mitsubishi {
	text-align: center;
}

#note {
	margin: 0 auto;
	padding: 5px;
	width: 700px;
	background: white;
	border: 2px solid #5A8093;
}
#note h1 {
	margin: 0;
	padding: 0;
	color: #5A8093;
	font-size: 1.2em;
}
#note p {
	margin: 0 0 1em 0;
	padding: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 40px;
	color: white;
	font-size: 0.75em;
	text-align: center;   
	background: #73A3BF;
}

/************************************************************************************************************/

#categories {
	margin-left: 120px;
}
a.category {
	position: relative;
	float: left;
	clear: none;
	margin: 5px 3px;
	height: 140px;
	width: 250px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.category img {
	height: 140px;
	border: 0;
	bottom: 0;
}
a.category p {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 25px;
	top: -25px;
	left: 10px;
}
a.category:visited {
	color: white;
}
a.category:hover {
	color: #FE9900;
}

/************************************************************************************************************/

#gallery_upload {
}
#gallery_upload .image {
	float: left;
	width: 180px;
	text-align: center;
}
#gallery_upload .image img {
	width: 170px;
}

.gallery_image {
	float: left;
	width: 370px;
	text-align: center;
}
.gallery_image img {
	width: 340px;
}

/************************************************************************************************************/

table#checkout {
}
table#checkout .label {
	text-align: right;
}
table#checkout td {
	vertical-align: top;
}
table#checkout td input[type="text"] {
	border: none;
	width: 100%;
}
table#checkout td.normal {
	border: 1px solid #73a3bf;
	width: 30em;	
}
table#checkout td.error {
	border: 1px solid red;	
	width: 30em;	
}

/*
a.category p {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 25px;
	top: 100px;
	left: 10px;
}
*/
