@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

h3 {
	color: #037f5b;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


a:link {
	color: #0c5337;
	text-decoration: none;
	 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0c5337;
	text-decoration: none;
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #1e2b58;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 909px;
	background: #dcdad5;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height:185px;
	background: #dccc8c;
}

ul {
line-height: 1.4em;
text-decoration: none;
margin-left:40px;

}

ol {
line-height: 1.4em;
text-decoration: none;
margin-left:40px;

}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	margin-top:10px;
	float: right;
	width: 440px;
	background: #dcdad5;
	padding-bottom: 10px;
}
.content {
	padding: 20px 10px 0 10px;
	margin-left:5px;
	width: 440px;
	float: left;
}

.fullscreen {
	padding: 20px 10px 0 10px;
	margin-left:25px;
	width: 880px;
	float: left;
}

.anodizeLeft {
	padding: 20px 10px 0 10px;
	margin-left:15px;
	width: 445px;
	float: left;
}	
.sizeLeft {
	padding: 20px 10px 0 10px;
	margin-left:15px;
	height:493px;
	width: 445px;
	float: left;
}	
.sizeRight {
	padding: 20px 10px 0 10px;
	margin-left:10px;
	margin-bottom:10px;
	width: 346px;
	float: left;
}
.anodizeRight {
	padding: 20px 10px 0 10px;
	margin-left:10px;
	width: 346px;
	float: left;
}
.ContactRight {
	padding: 20px 10px 0 10px;
	margin-left:10px;
	margin-bottom:10px;
	width: 246px;
	float: left;
}
.ContactRight {
	padding: 20px 10px 0 10px;
	margin-left:10px;
	width: 446px;
	float: left;
}
		

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* ~~ The footer ~~ */
footer {
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

#breadbar {
	background: #dccc8c;
	height: 50px; 	
	}

/* jQuery Photo Show - - */
#photoShow {height:349px; position:relative; width:429px}
#photoShow div {position:absolute; z-index:0}
#photoShow div.mmHide_previous {z-index:1}
#photoShow div.mmHide_current {z-index:2}
/*Menu */
.jquerycssmenu{
font: 15px Verdana;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
z-index:100;
}
.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100;
}
/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:100;
width:151px;
}
/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: #dccc8c url(../image/menu_bar.jpg) repeat-x;/*background of tabs (default state)*/
padding: 15px 5px 15px 10px;
margin-right: 1px; /*spacing between tabs*/
border-bottom-width: 0;
border-top: 1px solid #a48a5e;
border-right: 1px solid #a48a5e;
color: #2d2b2b;
text-decoration: none;
z-index:100;
}
.jquerycssmenu ul li a:hover{
background: url(../image/menu_hover.jpg) repeat-x; /*tab link background during hover state*/
z-index:100;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 137px; /*width of sub menus*/
background: dccc8c;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #dccc8c;
color: black;
}
/* CSS classes applied to down and right arrow images */
.downarrowclass{
position: absolute;
top: 17px;
right: 5px;
}
.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/* photo viewer */

#photoGroup {
	position: relative;
	margin-bottom: 50px;
}

#thumbnail {
	width:860px;
	float:right;
	margin-bottom:20px;
	}
#photoSet img {
	margin-left: 5px;
	
}
#photoSet p.caption {
	font-size: 0.75em;
	text-align: left;
	margin-right: 0.8em;
	padding-right: 10px;
}
#mainContent #photoSet #caption1, #photoSet #caption2, #mainContent #photoSet #caption3, #mainContent #photoSet #caption4 {
	position: absolute;
	top: 335px;
!important
	top: 365px;
	right: 0;
	visibility: hidden;
	width: 543px;
	overflow: hidden;
	}
#mainContent #photoSet #caption1 {
	visibility: visible;
}

#thumnail a img , #thumnail a.gear:hover, #thumnail a.gallery:hover{
	border:#999;
	margin-left:4px;
}

#thumbnail img.gallery {
	border: 1px solid #aaa;
	cursor: pointer;
}

.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;
}