/* Stylesheet for inHouseBlinds.com */

/* Layout */

body {
	font-size: 62.5%;
	margin: 10px;
	height: 100%; /* peekaboo fix*/
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background-color: #E8F3F4;
	}

#allcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #1A444D;
	background-color: #FFFFFF;
	background-image: url(../assets/images/bg_image.gif);
	background-repeat:no-repeat;
	}

#header {
	height: 115px;
	background-image: url(../assets/images/banner.jpg);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	}
	
#menu1 {
	height: 30px;
	float: right;
	margin-top: 55px;
	/*background-color: #8DC2CA;*/
	background-color: #79B9C1;
	}
#menu1 ul {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	list-style: none;
}
	
#menu2 {
	padding:0;
	margin:0;
	height: 30px;
	display: block;
	clear: both;
	text-align: left;
	background-color: #225C68;
	color:#FFFFFF;
	float: right;
	width: 700px;
	}
#menu2 ul {
	padding:0;
	margin-left:25px;
	margin-right:0;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	list-style: none;
}

#menu1 li, #menu2 li {
	margin-top: 10px;
	display: inline;
	margin-right: 12px;
	}
	
#menu1 a {color:#FFFFFF; font-weight:bold; text-decoration:none;}
#menu2 a:link {font-family: arial; color: #FFFFFF; text-decoration: none;}
#menu2 a:active {font-family: arial; color: #FFFFFF; text-decoration: none;}
#menu2 a:visited {font-family: arial; color: #FFFFFF; text-decoration: none;} 
#menu2 a:hover {font-family: arial; color: #FFFFFF; text-decoration: underline;}

#content {
	display: block;
	clear: both;
	margin: 0 15px 15px 15px;
	padding: 10px 0 0 0
	}

#footer {
	text-align: center;
	background-color: #225C68;
	line-height: 25px;
	}

/* Images */

.object {
	border: 1px solid #CCC;
	padding: 10px;
	margin:10px auto 10px auto;
	height:100%;
	}
	
div.object:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.object {display: inline-block;}

/* Hides from IE-mac \*/
* html .object {height: 1%;}
.object {display: block;}
/* End hide from IE-mac */

.objectimage {
	float: left;
	margin: 6px 10px 10px 0px;
	/*width:310px;
	height:120px;*/
	}
	
p.objectimage {
	width: 310px;
}

div.browse p {
	clear: both;
	margin-bottom: 15px;
	margin-top: 10px;
}
div.browse br {
	clear: none;
}

div.browse label{
	font-weight:bold;
	font-size:11px;
	
}

.typebox{
height:140px;
width:325px;
}
.rightobjectimage {
	float: right;
	margin: 10px;
	}
	
.rightobjectimage_tape {
	float: right;
	margin-right: 20px;
}

.row {
	height:180px;
	margin:0px;
	padding:0px;
}

.accessories {
	text-align:center;
}
	
.bases {
	height: 300px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}

.trims {
	height: 1750px;
	margin:0px;
	padding:0px;
	text-align:center;
}

.poles {
	height: 600px;
	margin:0px;
	padding:0px;
	text-align:center;	
}

.eyelets{
	height: 350px;
	margin:0px;
	padding:0px;
	text-align:center;	
}

.pulls{
	height: 1350px;
	margin:0px;
	padding:0px;
	text-align:center;	
}

/*#blinds {
	background-color:#FFFFFF;
	background-position:bottom right;
	width:165px;
	border:1px solid #769482;
	height:165px;
	margin:2px;
	padding:0px;
	float:left;
}*/

/* Form */

label {
	float: left;
	font-weight: bold;
	}
	
label.widelabel {
	width: 90px;
	}
	
textarea{
	width: 255px;
	margin-bottom: 5px;
	}

br {
	clear: left;
	}
	
.button{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	}
div.browse p.submit {
	clear: both;
	display: block;
}
p.submit {
	display: inline;
}
input.form_buttons {
  background-color: #8DC2CA;
  color: #FFFFFF;
  font-weight: bold;
}


/* Text */

/*#header h1 {
	display: inline;
	}
	
#header h2 {
	display: inline;
	}
*/

h1 {
	font-size: 1.6em;	
	color:	#225C68;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.4em;	
	color:	#225C68;
	font-weight: bold;
	margin: 0;
	}
		
h3 {
	font-size: 1.4em;	
	color:	#225C68;
	margin-bottom:15px;
	font-weight: bold;
	}		

p, li, td, th {
	font-size: 1.2em;
	}
	
td p, td li {
	font-size: 100%;
}

td h2 {
	font-size: 120%;
}

li {
	margin: 10px 0;
}

h4{
	font-size: 1.4em;	
	margin: 10px 0;

}
.buttons{
	display:block;
}

table#basket {
	width: 100%;
	margin-bottom:20px;
	border:1px #8DC2CA solid;
	background-color:#EFF7F8;
}
table#basket td.delete {
	text-align: center;
}
table#basket td.price {
	text-align: right;
}
table#basket td.quantity {
	text-align: center;
}
table#basket td{
background-color:#fff;
border-bottom: 1px #8DC2CA solid;
}
table#basket th{
background-color:#E6F1F2;
height:26px;
}

#pagenav a:link {font-family: arial; color: #000000; text-decoration: underline;}
#pagenav a:active {font-family: arial; color: #000000; text-decoration: underline;}
#pagenav a:visited {font-family: arial; color: #000000; text-decoration: underline;} 
#pagenav a:hover {font-family: arial; color: #000000; text-decoration: underline;}

#footer{
	height:25px;
}

#footer p {
	margin: 20px 15px 5px 15px;
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
	}
	
#footer a:link {
	color: #FFFFFF;
	}
.formerror
{
	font-family: arial; color: #FF0000; 
}

/* Links */


/* Misc */
td.description ul li
{
	display:inline;
	font-size:11px;
}
/* Label IMG fix for IE*/
label img {
  behavior: url(assets/label_img.htc);
}

.typedesc{
	width:320px;
	font-size:12px;
	float:right;
}

#content a:active,#content a:link,#content a:hover,#content a:visited{
	color:#5BAAB3;
	font-weight:bold;
}
a img {
	border: none;
	text-decoration: none;
}
label.recess{
	margin: 5px 15px 0px 0px;
}

input#width{
	width:50px;
}
input#drop{
	width:50px;
}

/* Sizing guide styling */

table#sizingGuide td {
	vertical-align: top;
}

select, input#width, input#drop {
	margin-left: 10px;
}