/* @group INIT HTML */

* {
	z-index: 10;
	/*border: 1px solid #7c1614;*/
	padding: 0;
	margin: 0;
}

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style: normal;
}

/* @end */

/* @group MISC */

h1 {
	margin-bottom: 1.5em;
}

.pageTitle {
	clear: both;
}

.block {
	display: block;
}

.floatRight {
	float: right;
}

.hide {
	display: none;
	visibility: hidden;
}

.stretch {
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
}

.ruledHeading {

	display: block;
	text-indent: -9999px;
	border-bottom: 1px solid #ff0000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#roundedTop {
	height: 10px;
	background-image: url(../images/roundedTop.png);
}

#roundedBottom {
	height: 10px;
	background-image: url(../images/roundedBottom.png);
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

body {
	font: 10px Verdana, sans-serif;
	background: #ff0000 url(../images/redBackground.jpg) repeat-y;
	color: #FFFFFF;
	letter-spacing: .07em;
	z-index: -11;

}

#masterContainer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}

.btnClose {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(../images/admin/closeX.png) no-repeat;
}

.btnClose:hover {
	background: url(../images/admin/closeX_over.png) no-repeat;
}

#btnAdmin {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/admin/adminPencil.png);
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* @end */

/* @group Frill */

#gpoContainer {
	background: url(../images/gpoChair.png) no-repeat right bottom;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 600px;
	height: 400px;
	z-index: -1;
}

#gpoContainer_old {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 550px;
	height: 400px;
	z-index: -1;
	overflow: hidden;
}

/* @end */

/* @group debug */

#testPNG {
	
}

#debugGrid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/grid.png) repeat-y center top;
	display: none;
}

/* @end */

/* @group header */

#header
 {
	padding-bottom: 5px;
	margin-top: 20px;
}

#navAddress {
	display: block;
	padding-top: 70px;
}

#header * {
	display: block;
}

#header ul li, #header ul li a {
	font-size: 1em;
	height: 1.8em;
}

#header ul li {
	padding-top: 1px;
}

#imagineDesign {
	display: block;
	width: 110px;
	height: 135px;
	float: left;
	background-image: url(../images/idLogo.png);
	text-indent: -9999px;
	cursor: pointer;
}

#address {
	display: block;
	text-align: right;
}

#navigation, #address {
}

#navigation {
	display: block;
	width: 350px;
	float: right;
	margin-left: 10px;
}

#navigation li {
	display: block;
	text-align: right;
}

#navigation li a {
	display: block;
	background-color: #ffffff;
	color: #ff0000;
	padding-right: .5em;
	}

#navigation li a:hover {
	background-color: #FFCC00;
	color: #fff;
}

/* @end */

/* @group main */

#mainContainer {
	clear: both;
	padding-top: 25px;
		border-top: 1px solid #fff;
	margin-top: 5px;
}

/* @end */

/* @group home */

#homeCopyImage {
	margin-bottom: 20px;
}

#homecopy {
	display: block;
	width: 520px;
	height: 243px;
	background-image: url(../images/homeCopy.png);
	text-indent: -9999px;
	margin-top: 30px;
}

#btnViewCollections {
	display: block;
	width: 130px;
	height: 30px;
	background-image: url(../images/btnViewCollections.png);
	text-indent: -9999px;
	margin-top: 20px;
	cursor: pointer;
}

#btnViewCollections:hover {
	background-image: url(../images/btnViewCollectionsOver.png);

}



/* @end */

/* @group design collection */

.productCollection {
	margin-top: 37px;
	padding-bottom: 14px;
}

.productListing {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.productPicture {
	width: 100px;
	height: 100px;
/*	border-right: 1px dashed #ff0000;*/
	float: left;
	cursor: pointer;
	padding: 10px;
}

.productBlurb {
	padding-top: 20px;
	padding-left: 120px;
	color: #2a2a2a;
	margin-left: 10px;
}

.productBlurb h3 {
	color: #ff0000;
}

.productListing a {
	color: #ff0000;
}

.productListContainer {
	overflow: auto;
	/*height: 500px;*/
	border: 1px dotted #ff0000;
	margin-right: 10px;
	margin-left: 11px;
}

.productListContainer li {
	list-style-type: none;
}

#ttlDesignCollection {

	height: 30px;
	background: url(../images/ttlDesignCollection.gif) no-repeat 10px 0;
	position: relative;
	margin-bottom: 10px;
}

#ttlChairs {
	height: 30px;
	background: url(../images/ttlChairs.png) no-repeat;
}

#ttlStools {
	height: 30px;
	background: url(../images/ttlStools.png) no-repeat;
}

#customInstalls {
	overflow:hidden;
	background-color: #fff;
	color: #ff0000;
	overflow: hidden;
}

#customInstalls #heroImage {
	width:100%;
	height:250px;
	background-color: #aaa;
	background: url('/images/customHero.jpg');
	
}

#installsThumbnails ul {
	padding: 5px;
	overflow:hidden;
}

#installsThumbnails ul li {
	width: 230px;
	margin:5px;
	height: 200px;
	background-color: #aaa;
	float:left;
	overflow: hidden;
}

.installsAdminButtons {
	display: visible;
	width: 50px;
	height: 15px;
	background-color: #fff;	
	margin-left: -70px;
	margin-top:10px;
	float: left;
	overflow: hidden;
	padding: 3px;
}

/* My Comment */




#installsThumbnails ul li a {
	display:block;
	width: 230px;
	height: 200px;
	padding-top: 170px;
	padding-left: 20px;
	
	font-size: 1.5em;
	color: transparent;
}

#installsThumbnails ul li a:hover
{
	color: #fff;
	background: url(overlay.png) repeat-x 0 160px;
}
/*
#chairsContainer {
	background: url(../images/spiderChairFaded.png) no-repeat fixed right bottom;
}

#stoolsContainer {
	background: url(../images/spiderStoolFaded.png) no-repeat fixed right bottom;
}

#loungeContainer {
	background: url(../images/ghostedChair.png) no-repeat fixed right bottom;
}

#gamingContainer {
	background: url(../images/regalDeluxeFaded.png) no-repeat fixed right bottom;
}

#tablesContainer {
	background: url(../images/tableFaded.png) no-repeat fixed right bottom;
}
*/
#ttlLounge {
	height: 30px;
	background: url(../images/ttlLounge.png) no-repeat;
}

#ttlGaming {
	height: 30px;
	background: url(../images/ttlGaming.png) no-repeat;
}

#ttlTables {
	height: 30px;
	background: url(../images/ttlTables.png) no-repeat;
}

#designCollection {
	background-color: #FFFFFF;
	color: #ff0000;
	padding-top: 25px;
}

#designCollectionNav {
	padding-top: 10px;
	padding-left: 2px;
}

#designCollectionNav li {
	display: block;
	width: 121px;
	float: left;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 5px;
}

#designCollectionNav li a {
	display: block;
	width: 110px;
	padding-top: 140px;
	text-align: center;
	color: #ff0000;
	font: bold 1.5em Arial;
	background-color: #FFF;
	height: 2em;
	vertical-align: bottom;
	margin-bottom: 5px;
}

#designCollectionNav li.end {
	margin: 0;
}

#btnChairs {
	background-image: url(../images/icnChairs.gif);
}

#btnStools {
	background-image: url(../images/icnStools.gif);
}

#btnLounge {
	background-image: url(../images/icnLounge.gif);
}

#btnGaming {
	background-image: url(../images/icnGaming.gif);
}

#btnTables {
	background-image: url(../images/icnTables.gif);
}

#btnViewAll {
	background-image: url(../images/icnViewAll.gif);
}

/* @end */

/* @group Footer */

#footerContainer {
	padding-top: 20px;
	clear: both;
}



/* @end */

/* @group about */

#aboutBlurb {
	font-size: 1.8em;
	margin-top: 30px;
}

#ttlAboutImagineDesign {
	width: 274px;
	height: 28px;
	display: block;
	background-image: url(../images/ttlAboutImagineDesign.png);
	text-indent: -9999px;
}



/* @end */

/* @group admin */

#btnEditAboutPage {
	float: right;
	clear: both;
	margin-right: 20px;
	margin-top: 30px;
}

.dialogueWindow h1 {
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
}

.dialogueWindow {
	padding: 10px;
}

.dialogueWindow textarea {
	border: 1px dotted #FFF;
}

.dialogueWindow input {

}

.dialogueWindow.label {
	margin-top: 10px;
	display: block;
	font-size: 1.3em;
	color: #fb9ea3;
}

#adminBanner {
	background-image: url(../images/admin/75PercentBlack.gif);
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#adminBannerContent {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

#adminBannerContent a {
	border: 1px solid #fff;
	color: #fff;
	font-size: .8em;
	padding: 2px;
}

#adminBannerContent a:hover {
	background-color: #FF0000;
}

.adminMenu {
	
}

#adminBannerContent p {
	margin-top: 10px;
	margin-bottom: 5px;
}

.btnEdit {
	text-indent: -9999px;
	/*display: inline-block;*/
	width: 12px;
	height: 12px;
	background: url(../images/admin/edit.png) no-repeat;
}

.btnEdit:hover {
	background-image: url(../images/admin/editOver.png);
}

.productAdmin {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.productAdmin a, .installsAdminButtons a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin: 2px;
}

.btnPlus {

	background: url(../images/admin/plus.png) no-repeat;
}

.btnMinus {
	background: url(../images/admin/minus.png) no-repeat;
}

.btnDuplicate {
	background: url(../images/admin/duplicate.png) no-repeat;
}

.attnBox h1 {
	margin-bottom: 20px;
	font-size: 1.5em;
}

.attnBox input {
	font-size: 2em;
	margin: 5px;
}

.attnBox {
	height: 240px;
	background-image: url(../images/admin/75PercentBlack.gif);
	border: 2px solid #fff;
	/*border-radius: 10px;*/
	margin: 50px auto auto;
	padding: 20px;
	width: 320px;
}

.dialogueWindow p {
	margin-bottom: 20px;
	float: none;
	margin: 5px;
	border: 1px none #fff;
	width: 250px;
}

.finishBtn {
	font-size: 2.5em;
	margin-top: 10px;
	width: 100px;
}

.iptBtn {
	clear: both;
}

.message {
	background-image: url(../images/admin/75PercentBlack.gif);
	border: 2px solid #fff;
	font-size: 2em;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.message a {
	float: right;
	color: #fff;
	text-decoration: underline;
	font-size: 0.9em;
}

/* @end */

/* @group Contact */

#contactDetails {
	float: left;
	width: 300px;
	clear: right;
}

.subtitle {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#contactContainer {
	margin-top: 20px;
}

#contactForm input, textarea {
	margin-top: 5px;
	background-color: transparent;
	color: #FFF;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contactForm textarea {
	border: 1px dotted #fff;
	padding: 5px;
	overflow: auto;
	clear: both;
	width: 300px;
}

.contactFormInput {
	border-bottom: 1px dotted #fff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 1.5em;
}

#contactForm label {
}

.btnSend {
	clear: both;
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #fff;
}

.iptClientDetailsContainer {
	float: left;
	width: 150px;
	height: 35px;
	margin-right: 10px;
}

#contactForm p {
	margin-bottom: 25px;
}

#contactForm {
	font-size: 1.1em;
}

#contactFormContainer {
	width: 350px;
	float: left;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

#contactDetails table {
	vertical-align: top;
	margin-top: 20px;
	font-size: 1.1em;
}

#contactDetails table tr {
	height: 25px;
}

#contactDetails table tr td {
	padding-right: 20px;
}

#map {
	height: 350px;
	border: 1px solid #fff;
	float: right;
	margin-top: 25px;
	width: 350px;
	display: block;
	background-image: url(../images/map.jpg);
}

#ttlContactUs {
	width: 138px;
	height: 22px;
	display: block;
	background-image: url(../images/ttlContactUs.png);
	text-indent: -9999px;
	margin-left: 3px;
}



/* @end */

/* @group forms */

#productFormStats {
	
}

.iptDotted {
	background-image: none;
	border-bottom: 1px dotted #fff;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	color: #FFF;
}

#frmNewProduct p {
	margin-top: 10px;
}

#iptProductName {
	font-size: 2em;
	font-style: italic;
}



/* @end */

.message a:hover {
	color: #fcfd1b;
}

#emailThankyou {
	clear: both;
	background-color: #6e1800;
	border: 2px solid #fff;
	padding: 5px;
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}




