/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/

body {
	font: 11px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	/*font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;*/
	font-size: 11px;
	color: #fff;
	background: #ffffff url(../Images/woodBg.jpg) repeat-x fixed;
	margin: 0;
	padding: 0;
	cursor: default;
}

/* @group Headers */

h1 {
	font: normal 19px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #A15614;
	height:36px;
	background-color:#efefef;
	
	margin: 0 0 20px;
	padding-left:10px;
	margin-top:14px;
	margin-bottom:10px;
	font-weight:500;
	
}

h1 span {
/*	color: #ffffff;
	font-weight:500;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);*/
	position:relative;
	top:7px;
	

}

h3 
{
	font-size: 1.1em;
}

#vertLine
{
width:3px;
height:47px;
display:block;
background-color:#FFFFFF;
margin:14px;
margin-top:-2px;
}

#spText
{
margin:20px;
}

#spText p
{
margin-top:8px;
color:#666666; 
}

.divTitle

{

width:550px; 
height:47px;
position:absolute; 
left:50%; 
top:56px; 
margin-left:-254px; 
display:block; 
text-align:center;
z-index:11;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/Main/title.png');

}

.imgBorder
{
border:0px;
}

.divTitle[class]

{
background-image:url(../Images/Main/title.png);
}

.rightShadow
{height:531px; width:7px; display:block;position:absolute;top:129px; left:50%;margin-left:425px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/Main/shadowSR.png');
}
.rightShadow[class]
{height:526px; width:7px; top:130px; margin-left:425px;
background-image:url(../Images/Main/shadowSR.png);
}

.leftShadow
{height:531px; width:7px; display:block;position:absolute;top:129px; left:50%;margin-left:-432px; float:left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/Main/shadowSL.png');
}
.leftShadow[class]
{top:130px; margin-left:-431px;height:526px;
background-image:url(../Images/Main/shadowSL.png);
}

.topShadow
{height:7px; width:851px; display:block;position:absolute;top:124px; left:50%;margin-left:-425px; float:left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/Main/shadowT.png');
}
.topShadow[class]
{top:130px;margin-left:-425px;width:850px;
background-image:url(../Images/Main/shadowT.png);
}

.bottomShadow
{height:7px; width:851px; display:block;position:absolute;top:652px; left:50%;margin-left:-425px; float:left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/Main/shadowB.png');
}
.bottomShadow[class]
{ width:849px;top:650px; margin-left:-424px;
background-image:url(../Images/Main/shadowB.png);
}

.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(/75p_honey.png);
}




/* @end */

/* @group Content */

#content {
	/*background: url(images/CSSEdit.png) no-repeat 0 0;*/
	display: block;
	min-height: 300px;
	max-width: 600px;
	padding: 25px 65px 50px 210px;
}

p {
	color: rgba(255,255,255,0.7);
}

p strong {
	color: #fff;
}

#try-it {
	color: #fff;
	padding: 0 0 0 20px;
}

#try-it li {
	list-style-position: inside;
	margin: 5px 0;
}
.imgPanel
{
width:262px;
height:435px;
display:block;
margin-left:16px;
_margin-left:12px;
margin-top:16px;
float:left;

}
li
{
width:134px; height:34px; display:block; background-color:#EFEFEF;margin-left:2px;float:left; text-align:center;
}
li p
{
margin:0px;
padding:0px;
margin-top:6px;
color:#A8A7A7;

}

.listContainer
{

margin-left:-28px;


}
.listContainerDec
{
margin-left:-28px;
width:822px; 
}

.designsListContainer
{

width:818px; margin-left:12px; margin-top:11px; margin-right:0px;

}

/* @end */

/* @group Override Banner */

#override-info {
	background-color: #3f3f3f; /* First for Firefox */
	background-color: rgba(62,62,62,0.95);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#override-info p {
	font-size: 11px;
	color: rgba(255,255,255,0.5);
	background: url(images/OverrideGlyph.png) no-repeat 80px 50%;
	margin: 0;
	padding: 15px 80px 15px 120px;
}

/* @end */

#menu1 {
  width:408px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:100px;
  border:1px solid #fff; 
  }
#menu1 a {
  display:block;
  width:100px;
  color:#000; 
  background:#d4d4d4; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#fff; 
  background:#08c;
  }


#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff; 
  background:#08c; 
  border:1px solid #fff; 
  text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  background:#d4d4d4;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}


.designNavBar
{
position:absolute; left:50%; top:592px; margin-left:-425px; width:850px; height:57px;display:block; background-color:#FFFFFF; text-align:center;
}
.divMain
{
background-color:#efefef; color:#666666; width:548px;display:block; height:400px;margin-left:273px; 
}
.thumbRow
{
display:block; width:250px; position:relative; top:2px;left:0px; 
}
.divSidePanel
{
background-color:#ffffff;color:#666666; width:256px;display:block; height:400px; float:left;  margin-left:28px;
}
.divRight
{background-color:#efefef; color:#666666; width:548px;display:block; height:400px;margin-left:289px; 
}

.thumbnail img
{
border:solid 0px;
}
