@charset "utf-8";
/*Main Pages*/
HTML {
	background-color: #006;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	text-align: center;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	text-align: left;
}
h4 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
p {
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0;
	background-color: #0000FF;
}
.picturepad {
	padding: 2px 3px 2px 3px;
}
.clear {
	clear: both;
}

/*Title*/
#titlecontainer {
	width: 100%;
	margin: 0;
	padding: 0px;
	text-align: center;
	position: relative;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	height: 142px;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #0000FF;
	color: #FF0;
	padding: 0px 0px 15px 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#titlelogo {
	float: left;
	margin-left: 110px;
}
#titlesite {
	float: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
}
#titlepage {
	text-align: center;
	width: 500px;
	position: absolute;
	left: 310px;
	top: 85px;
}
#titleuser {
	font-size: 9px;
	font-weight: bold;
	right: 5px;
	bottom: 5px;
	position: absolute;
}

/*Navigation*/
#navcontainer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF00;
	background-color: #0000FF;
	padding: 0px;
	width: 1000px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 18px;
	border-top: 2px ridge #FF0;
	border-bottom: 2px ridge #FF0;
	position: relative;
	z-index: 5;
}
#navmain {
	padding: 0px;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	display: block;
	position: relative;
	z-index: 5;
	right: 50%;
	float: right;
}
#navmain li {
	float: left;
	left: 50%;
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	z-index: 5;
}
#navmain li a {
	display: block;
	padding: 0px 7px 5px 7px;
}
#navmain li ul {
	display: none;
	position: absolute;
	background-color: #00F;
	margin: 0px;
	padding: 0px;
	width: 160%;
	left: -30%;
	text-align: center;
	border-right: 2px ridge #FF0;
	border-bottom: 2px ridge #FF0;
	border-left: 2px ridge #FF0;
	font-size: 14px;
	z-index: 6;
}
#navmain li:hover ul {
	display: block;
}
#navmain li ul li {
	clear: both;
	text-align: center;
	float: none;
	left: auto;
}
#navmain li ul li a {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

/*Content*/
#contentcontainer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-align: left;
	background-color: #0000FF;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding: 10px 10px 20px 10px;
	position: relative;
}
#contentcontrol {
	width: 140px;
	float: left;
	text-align: center;
}
#contentcontroled {
	width: 840px;
	float: left;
	text-align: center;
	height: auto;
}
#contentcontrol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentcontrol ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentcontrol ul li a {
	display: block;
	padding: 2px 5px 4px 5px;
}

/*Footer*/
#footercontainer {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}
#footermain {
	font-size: 12px;
	color: #FFFF00;
	background-color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px ridge #FF0;
}
#footersub {
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
#workaddress {
	font-size: 9px;
	text-align: right;
	float: right;
	clear: right;
	margin-right: 10px;
}
#footerdd {
	float: left;
	font-size: 9px;
	color: #FFFF00;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}
/*Products*/
.cataloguecontainer {
	text-align: left;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #FFFF00;
	clear: both;
	padding: 10px 0px 10px 0px;
}
.cataloguetitle {
	text-align: left;
	float: left;
	width: 624px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;	
}
.cataloguepicture {
	clear: left;
	padding: 3px;
	float: left;
	width: 190px;
	font-weight: bold;
	text-align: center;
}
.cataloguelogo {
	padding: 3px;
	float: left;
}
.cataloguedescriptions {
	float: right;
	width: 624px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.cataloguelabel {
	float: left;
	width: 100px;
	padding: 0px;
	font-weight: bold;
}
.cataloguedetails {
	float: right;
	width: 514px;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
}
.catalogueprices {
	width: 50%;
	text-align: center;
	font-weight: bold;
	float: left;
}
.prodcols {
	margin: 0px;
	padding: 6px 0px 3px 0px;
	list-style-type: none;
}
.prodcols li {
	float: left;
	position: relative;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
.prodcols li ul {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	list-style-type: none;
	bottom: 25px;
	width: auto;
}
.prodcols li:hover ul {
	display: block;
}
.prodcols li ul li {
	font-size: 10px;
	background-color: #000;
	margin: 0px;
	text-align: left;
	display: block;
	left: 0px;
	padding: 3px 5px 3px 5px;
}
.productcolours {
	text-align: left;
	float: left;
	width: 30%;
	font-size: 10px;
}
.productsizes {
	text-align: left;
	float: left;
	width: 25%;
}
.prodimage {
	max-width: 190px;
}
.middle {
}

/* Gallery Page */
#galleryview {
	background-color: #006;
	background-image: url(../images/structure/shadow.png);
	background-repeat: repeat;
	position: absolute;
	z-index: 10;
	text-align: center;
	border: 3px solid #FF0;
	width: 986px;
	padding: 4px;
	top: -150px;
	left: 0px;
}
.gallerythumb {
	padding: 5px;
	float: left;
	height: 130px;
	width: 100px;
	overflow: hidden;
}
.gallerynav {
	height: 20px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallerynext {
	float: right;
	margin-right: 10px;
}
.galleryprev {
	float: left;
	margin-left: 10px;
}

/*Unsorted*/
.designstag {
	width: 100%;
	height: 250px;
	overflow: visible;
	background-image: url(../images/structure/stagparty.jpg);
	background-repeat: no-repeat;
}
.designhen {
	width: 100%;
	height: 250px;
	overflow: visible;
	background-image: url(../images/structure/henparty.jpg);
}
.designbirthdays {
	width: 100%;
	height: 250px;
	overflow: visible;
	background-image: url(../images/structure/birthdayparty.jpg);
}
.designanyevent {
	width: 100%;
	height: 250px;
	overflow: visible;
	background-image: url(../images/structure/anyevent.jpg);
}
.stitched {
	text-align: center;
	padding: 5px;
	float: left;
	width: 205px;
}
