/* Global Styles */

body {
	background-color: #FFFF00;
	margin: 0px;
	min-width:900px;
	background-image: url(Images/bg-image.jpg);
	background-repeat: repeat-y;
	}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}	

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

a:hover  {
	color: #E0DDCD;
	background-color: #66FFFF;
	text-decoration: none;
	}

a:visited  {
	color: #FFFF00;
	text-decoration: none;
}

/* ID Styles */

#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#top {
	margin: 0px;
}
#navigation  {
	margin: 0px;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-color: #000000;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
#logo-bar {
	padding: 5px;
	position: relative;
	margin: 10px;
	clear: both;
}

#footer {
	padding: 10px;
	clear: both;
	color: #0000FF;
}

/* Class Styles */

.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image-centre {
	float: none;
	margin-right: 5px;
	margin-left: 5px;
}
.content_big_button {
	background-color: #0000FF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	width: 290px;
	height: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#main-logo {
	float: right;
	width: 160px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content a {
	width: auto;
	color: #0000FF;
	text-decoration: none;
}
#content a:hover {
	color: #339900;
	background-color: #66FFFF;
	text-decoration: none;
}
#content a:visited {
	color: #FF0000;
	text-decoration: none;
}
#product {
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #0000FF;
}
#product_title {
	padding-right: 10px;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px double #0000FF;
	float: left;
}
#product_image {
	width: 200px;
	float: left;
	border: 2px solid #0000FF;
	padding: 5px;
}
#product_desc {
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	border: 2px solid #0000FF;
}
#content_left {
	margin: 5px;
	padding: 8px;
	width: 60%;
	float: left;
}
#content_left_wide {
	background-color: #FF0;
	float: right;
	width: 95%;
	word-wrap: normal;
	margin: 5px;
	padding: 8px;
}

#content_right {
	margin: 5px;
	padding: 8px;
	width: 25%;
	float: right;
}
#content_top {
	margin: 5px;
	padding: 8px;
	width: 60%;
	float: left;
}
#nav_bg {
	margin: 0px;
	width: auto;
	float: left;
}
