@charset "utf-8";
/* CSS for Dynamic Menu */




body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	background-color: #DDDDDD;
	
	background-image: url(images/menu/backdrop.jpg);
	background-repeat: repeat-x;
	background-position: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixLt #container {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e2e4e9;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:none;
	}
.twoColFixLt #topbarlinks {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d4d7df;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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: #abb3d3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 10px;
	background-image: url(images/menu/images/webs_05_10b.jpg);
	background-repeat: repeat-x;
}
.twoColFixLt #mainContent {
	background: #FFFFFF;
	margin: 0 0 0 188px; /* 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 5px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#sidemenu1 {
	padding: 0 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/menu/images/webs_07d_15.png);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
} 
#sidemenu1a {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	border: 0;
	margin-bottom: 1pt;
} 
#sidemenu1b {
	padding: 0;
	background-color: #ABB3D3;
} 

#footer { 
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.foottext {
	font-size: 10px;
}
.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;
}
.newtopbarlinks {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: -5pt;
	letter-spacing: -1.4pt;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
a:link {
	text-decoration: none;
	color: #586DBE;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

a:link.menulinks, a:visited.menulinks {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 12pt;
	word-spacing: 3px;
	letter-spacing: -1px;
	white-space:nowrap;
}
a:hover.menulinks, a:active.menulinks {
	text-decoration: none;
	color: #005aff;
	font-weight: bold;
	font-family: Georgia,"Times New Roman", Times, serif;
	/* new*/
	word-spacing: 3px;
	letter-spacing:-1px;
	white-space:nowrap;
}
a:link.menu, a:visited.menu {
	text-decoration: none;
	color: #586DC0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-weight: bold;
	font-size: 18px;
	word-spacing: 10px;
white-space:nowrap;		
}
a:hover.menu, a:active.menu {
	color: #ffffff;	
}


a:link.top, a:visited.top {
	text-decoration: none;
	color: #000000;
}
a:hover.top, a:active.top {
	text-decoration: none;
	color: #005aff;
}
.stampsfor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	vertical-align: -5px;
	line-height: 10mm;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: -1px;
	white-space:nowrap;
}
#search {
	background-image: url(images/index/images/whatshot.jpg);
	padding: 15px;
	background-repeat: no-repeat;
}

#whatshot {
	background-image: url(images/index/images/search.jpg);
	padding: 15px;
	background-repeat: no-repeat;
}


/* CSS for Index */
#photoview {
	width: 525px;
	background-color: #000000;
	height: 500px;
	
	}
		
#photooptions {
	width: 525px;
	height: 100px;
	}
#photooptions3 {
	width: 525px;
	height: 120px;
	}
#photooptions2 {
	width: 525px;
	height: 30px;
	text-align:left;
	font-size: 18px;
	word-spacing: 20px;
	}
.photooptionsx {
	width: 190px;
	height: 88px;
	vertical-align: text-bottom;
	text-align: left;
	float: left;
	padding: 0;
	border: 0;
	}
a:link.photo, a:visited.photo {
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	font-size: 13px;
}
a:hover.photo, a:active.photo {
	color: #000000;
}

#newpad {
	padding-left: 10px;
	padding-right: 10px;
}
#colorbox {
	width: 550px;
	background-color: #C0C0C0;
	height: 10px;
}	
	
.banner {
	background-image: url(images/index/images/branding_irons_unlimited_30.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	float: left;
	width: 190px;
	height: 20px;
}
.banner2 {
	background-image: url(images/index/images/branding_irons_unlimited_32.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	float: left;
	width: 190px;
	height: 20px;
}
.banner3 {
	background-image: url(images/index/images/branding_irons_unlimited_33.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	float: left;
	width: 190px;
	height: 20px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-align: left;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-align: left;
}

.commontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0pt;
	text-align: left;
	padding: 0 10 0 10px;
}


.imagefloat {
	text-align: left;
	float: left;
	margin: 10;
}

#flashurl {
	float: left;
	width: 551px;
}
div.transOFF {width: auto; background-color: silver; }
div.transON  {width: auto; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}

#photoview {
	width: 525px;
	background-color: #000000;
	height: 500px;
	
	}
		
#photooptions {
	width: 555px;
	height: 100px;
	}
#photooptions3 {
	width: 575px;
	height: 120px;
	}
#shoptions2 {
	width: 555px;
	height: 30px;
	text-align:left;
	font-size: 18px;
	word-spacing: 20px;
	}
.photooptionsx {
	width: 183px;
	height: 88px;
	vertical-align: text-bottom;
	text-align: left;
	float: left;
	padding: 0;
	border: 0;
	}
a:link.photo, a:visited.photo {
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	font-size: 13px;
}
a:hover.photo, a:active.photo {
	color: #000000;
}

#colorbox {
	width: 550px;
	background-color: #C0C0C0;
	height: 10px;
}	
	
.banner {
	background-image: url(images/index/images/branding_irons_unlimited_30.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	float: left;
	width: 180px;
	height: 20px;
}
.banner2 {
	background-image: url(images/index/images/branding_irons_unlimited_32.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	float: left;
	width: 180px;
	height: 20px;
}
.banner3 {
	background-image: url(images/index/images/branding_irons_unlimited_33.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	float: left;
	width: 180px;
	height: 20px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-align: left;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-align: left;
}
.commontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: -20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0pt;
	text-align: left;
}

.imagefloat {
	text-align: left;
	float: left;
	margin: 10;
}

#flashurl {
	float: left;
	width: 370px;
	text-align: center;	
}
div.transOFF {width: auto; background-color: silver; }
div.transON  {width: auto; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}

#photoviewmed {
	width: 500px;
	background-color: #000000;
	height: 500px;
	margin: 10px;
	text-align: center;
	}

#photoviewmed2 {
	width: 300px;
	background-color: #000000;
	height: 420px;
	margin: 10px;
	text-align: center;
	}

#photoviewsmall {
	width: 200px;
	background-color: #000000;
	height: 250px;
	float: left;
	margin: 5px;
	}
#photoviewframe {
	width: 210px;
	height: 520px;
	float: left;
	margin: 10px;
	}
#photoviewframe2 {
	width: 210px;
	height: 265px;
	float: left;
	margin: 10px;
	}

#products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#products2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#dots {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  height:200px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
