@charset "utf-8";
body  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	background:#a63700 url(../images/background-internal.gif) repeat-y;
	margin: 0;
	padding: 0;
	color: #363534;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.rust {
    color:#A63700;
}

h4 {
	font-size:110%;
	margin:0 0 0 0;
	padding:20px 0 0 0;
	border-top:#aea444 dotted 1px;
}

.twoColFixLt #container { 
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 349px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #aea444; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin:0;
}
.twoColFixLt #sidebar1 #topElement{
	background:url(../images/BrandSm.png) no-repeat;
	background-position:top center;
	margin:20px 0 0 0;
	padding:110px 0 13px 0;
	text-align:center;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 349px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#a63700;
} 
.twoColFixLt #mainContent #ContentContainer{
	background:#d0d070;
	margin:45px 0 0 0;
}
.twoColFixLt #mainContent #ContentWrapper{ 
	width:600px;
	padding: 21px 0 21px 50px;
	margin:0;
}
.twoColFixLt #mainContent #ContentWrapper h1{
	font-size:140%;
}
.twoColFixLt #mainContent #ContentWrapper h2{
	font-size:140%;
}
.twoColFixLt #mainContent #Navigation{
	padding:129px 0 0 0;
	font-size:90%;
	font-weight:bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* PhotoGallery */

.twoColFixLt #mainContentPhoto { 
	margin: 0 0 0 349px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#a63700;
} 
.twoColFixLt #mainContent #ContentContainerPhoto{
	background:#d0d070;
	margin:45px 0 0 0;
}
.twoColFixLt #mainContent #ContentWrapperPhoto{ 
	width:630px;
	padding: 21px 0 21px 90px;
	margin:0;
}

#PhotoGallery li{
	width:170px;
	height:170px;
	text-align:center;
	vertical-align: middle;
	
}
#PhotoGallery li img.thumbnail{
	padding:5px;
	border:#D1D1B1 solid 1px;
	background:#aea444;
}

/* Lululemon PhotoGallery */

#LululemonPhotoGallery {
	margin: 25px 0 0 0;
}

#LululemonPhotoGallery li{
	width:170px;
	height:170px;
	text-align:center;
	vertical-align: middle;
	
}
#LululemonPhotoGallery li img.thumbnail{
	padding:5px;
	border:#D1D1B1 solid 1px;
	background:#aea444;
}




/*Navigation */

#Navigation{
	font-size:90%;
	font-weight:bold;

}
#Navigation ul {
	list-style:none;
	margin:0;
	width:100%;
}
#Navigation ul li {
	display:block;
	padding:0 25px 0 0;
}
#Navigation ul li ul li{
	list-style:none;
	margin:-2px 0 0 0;
}
#Navigation a{
	color:#363534;
	text-decoration:none;
}
#Navigation a:hover{
	color:#FFF;
}


/*Form */

#ContactForm {
		font-size:80%;
}
#ContactForm label{
	position: absolute; text-align:right; width:130px;
	padding: 0 10px 0 0;
}
#ContactForm input, select {
font-size:90%;
width:200px;
margin:0 0 0 145px;
}
#ContactForm textarea{
font-size:120%;
width:200px;
margin:0 0 0 145px;
}
#ContactForm img {
margin:0 0 0 145px;
}


/* Footer */
#footer {
clear:both;
width: 700px;
font-size:11px;
padding:25px 0 0 0;
}
#footer a{
	text-decoration:none;
	color:#363534;	
}
#footer a:hover{
	text-decoration:underline;
}
#footerLeft{
	float:left;
	width:325px;
	padding:0 0 0 25px;
}
#footerRight{
	float:right;
	width:300px;
}
