@charset "utf-8";
/*mmmmmmmm Lincoln Lectronics Site Styles mmmmmmmm*/
@import url("reset.css");

/*mmmm Base Styling mmmm*/
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal !important;
	font-variant:normal;
	font-size:100%;
	background-color:#F9F9F9;
}

li {line-height:16pt;}

/*mmmm Page Constraints mmmm*/
#outsideWrapper {
	min-height: 100%;
	height: auto;
    height: 100%;
    margin: 0 auto;
}
#topSection { 
	width:100%;
	height:75px;
	background:url(../imgs/body_topbkg.png) repeat-x;
}
#topSection .left { 
	float:left; 
	height:150px;
	width:150px;
	background:url(../imgs/topLeft_bkg.png) no-repeat top left;
}
#topSection .right { 
	float:right; 
	height:150px;
	width:172px;
	background:url(../imgs/topRight_bkg.png) no-repeat top right;
}
#bottomSection { 
	width:100%;
	position:absolute;
	background:url(../imgs/bottom_bkg.png) repeat-x;
}
#bottomSection .left { 
	float:left; 
	height:224px;
	width:200px;
	background:url(../imgs/bottomLeft_bkg.png) no-repeat bottom left;
}
#bottomSection .right { 
	float:right; 
	height:224px;
	width:200px; 
	background:url(../imgs/bottomRight_bkg.png) no-repeat bottom right;
}
#wrapper {
	width:940px;
	/* Testing background:#FF0000; */
	margin:0 auto;
}
#header {
	height:85px;
	position:relative;
	margin:-47px 0 0 0;
}
#navigation {
	background:url(../imgs/navigation_bkg.png) no-repeat;
	height:30px;
}
#splash {
	background-image:url(../imgs/splash_image.jpg);
	background-color:#191919;
	position:relative;
	height:340px;
}

#splashText {
	padding:80px 150px 0 470px;
	font:Arial, Helvetica, sans-serif; font-size:13px; color:#ffffff; line-height:16pt;
}

#content {
	height:100%;
	margin:3em 0;
}
div.home { margin:1.3em 0 !important; } /* homepage controls content height */
#footer {
	background-color:#A20000;
	height:48px;
	margin:0 0 1em 0;
	position:relative;
	clear:both;
}

/*mmmm Header mmmm*/
#header img {
	position:absolute;
	top:0;
	left:23px;
}
#header ul {
	position:absolute;
	top:9px;
	right:7px;
}
#header ul li { display:inline; }
#header ul li a { 
	color:#444; 
	text-decoration:none;
	font-size:0.7em;
	border-right:1px solid #444;
	padding:0 0.7em;
}
#header ul li a.last { 
	border-right:none;
	padding-left:0.4em;
}
#header ul li a:hover { text-decoration:underline; }

/*mmmm Navigation mmmm*/
#navigation ul { 
	float:right;
	position:relative; 
	list-style:none;
}
#navigation ul li { 
	float:left;
	margin:-2px 0.1em 0 0;
}
#navigation ul li a {
	color:#000;
	display:block;
	height:19px;
	padding:0.6em 0.4em 0.2em 0.4em;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	text-indent:-9999px;
}
/* on and off states for menu items */
#navigation li#home a.current { background:url(../imgs/navitems/home_on.png) no-repeat center center; }
#navigation ul li#home a { 
	background:url(../imgs/navitems/home_off.png) no-repeat center center;
	width:71px; 
}
#navigation ul li#home a:hover { background:url(../imgs/navitems/home_over.png) no-repeat center center; }

#navigation ul li#about a.current { background:url(../imgs/navitems/about_on.png) no-repeat center center; }
#navigation ul li#about a { 
	background:url(../imgs/navitems/about_off.png) no-repeat center center; 
	width:71px;
}
#navigation ul li#about a:hover { background:url(../imgs/navitems/about_over.png) no-repeat center center; }

#navigation ul li#products a.current { background:url(../imgs/navitems/products_on.png) no-repeat center center; }
#navigation ul li#products a { 
	background:url(../imgs/navitems/products_off.png) no-repeat center center; 
	width:107px;
}
#navigation ul li#products a:hover { background:url(../imgs/navitems/products_over.png) no-repeat center center; }

#navigation ul li#services a.current { background:url(../imgs/navitems/services_on.png) no-repeat center center; }
#navigation ul li#services a { 
	background:url(../imgs/navitems/services_off.png) no-repeat center center;
	width:71px;
}
#navigation ul li#services a:hover { background:url(../imgs/navitems/services_over.png) no-repeat center center; }

#navigation ul li#contact a.current { background:url(../imgs/navitems/contact_on.png) no-repeat center center; }
#navigation ul li#contact a { 
	background:url(../imgs/navitems/contact_off.png) no-repeat center center;
	width:107px;
}
#navigation ul li#contact a:hover { background:url(../imgs/navitems/contact_over.png) no-repeat center center; }

/* sub menu */
#navigation ul li ul { display:none; list-style:none; } /* unselected sub menu */
#navigation ul li.current ul {
	position:absolute;
	top:30px;
	right:0;
	display:block;
	float:left;
	background-color:#1A1A1A;
	height:30px;
	width:940px;
	border-bottom:4px solid #a20000;
}

/* WHAT WE NEED TO FIX */

#navigation ul li.current ul li {
	position:relative;
	float:right;
	height:30px;
	line-height:30px;
	padding:0;
	margin:0;
	width:auto !important;
}
#navigation ul li.current ul li a {
	background-image:none !important;
	font-weight:normal;
	font-size:11px;
	text-indent:0;
	color:#FFF;
	display:block;
	height:30px;
	margin:0; 
	padding:0 0 0 10px; 
	
}
#navigation ul li.current ul li.selected { 
	background:url(../imgs/blue_arrow.png) no-repeat center left; 
}
/*mmmm Splash mmmm*/
#splash .viewbutton { 
	position:absolute;
	right:387px;
	top:176px;
}

/*mmmm Content mmmm*/
div.box {
	height:136px;
	padding:0.7em 0.7em 0.7em 1em;
	width:281px;
	color:#444;
	font-size:0.7em;
	position:relative;
	float:left;
	margin:0 19px 0 0;
}
div.box h3 {
	text-indent:-9999px;
	height:20px;
	margin:1em 0 0.5em 0;
	*margin-top:1.8em;
}
div.box p {
	line-height:1.8em;
}
div.last {
	margin-right:0;
	float:right;
}
/* box options */
div.black { 
	background: url(../imgs/black_box.jpg) no-repeat top left;
	color:#ddd;
}
div.fade {
	background:url(../imgs/fade_box.jpg) no-repeat top left;
}
div.map {
	background:url(../imgs/map_box.jpg) no-repeat top left;
}
/* heading options */
div.newestgear h3 { background:url(../imgs/newestgear_heading.png) no-repeat; }
div.testimonial h3 { background:url(../imgs/clienttestimonials_heading.png) no-repeat; }
div.findus h3 { background:url(../imgs/howfindus_heading.png) no-repeat; }
div.weeklyspecials h3 { background:url(../imgs/weeklyspecials_heading.png) no-repeat; }

/* associated box options */
div.black img.product { 
	position:absolute; 
	right:11px;
	top:5px;
}

div.newestgear p {font-size:12px;}
div.testimonial p {font-size:12px; line-height:14pt;}
div.black p { 
	width:164px;
	margin:0 0 0.4em 0; 
}

div.findus p {font-size:12px; line-height:14pt;}
div.findus a { 
	color:#a20000;
	text-decoration:none;
	font-size:1.2em;
	border-bottom:1px dotted #a20000;
}
div.findus a:hover { border-bottom:none; }
div.weeklyspecials {
	color:#ddd;
	height:258px !important;
	position:relative;
	background:url(../imgs/weeklyspecials_box.jpg) no-repeat top left;
	margin:0;
}
div.weeklyspecials strong, div.weeklyspecials span { 
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0.1em;
}
div.weeklyspecials span { 
	margin-top:0.5em;
	font-size:14px; 
}
div.weeklyspecials ul {
	margin:1em 0 0 0.1em;
}
div.weeklyspecials ul li {
	line-height:1.6em;
	margin-bottom:1em;
	font-size:14px;
}
div.weeklyspecials a.viewbutton {
	position:absolute;
	bottom:13px;
	right:16px;
}
/* page layout */
div#columnleft { 
	float:left;
	width:305px;
	height:100%;
}
div#columnleft div.box { 
	margin:0 0 1.8em 0;
	float:none;
}
div#columnleft dl {
	margin:0 0 0 0.4em;
	color:#444;
}
div#columnleft dl dt { 
	font-weight:bold;
	font-size:0.9em;
	margin:1.3em 0 0.2em 0;
}
div#columnleft dl dd {
	font-size:0.8em;
	margin:0 0 0.4em 0;
}
div#columnright { 
	float:right;
	width:575px;
	height:100%;
	padding:0 30px;
	color:#444;
}
div#columnright h2 {
	color:#a20000;
	margin:0.9em 0 0.9em 0;
}
div#columnright strong {
	display:block;
	margin:0 0 1em 0;
	font-size:1em;
}
div#columnright p {
	font-size:0.8em;
	line-height:1.5em;
	margin:0 0 0.5em 0;
}
div#columnright ul {
	font-size:0.8em;
	list-style-image:url(../imgs/bluelist_arrow.jpg);
	margin:0 0 0 1.3em;
}
div#columnright ul li {
	margin:0 0 0.4em 0;
}
/*mmmm Footer mmmm*/
#footer ul { 
	margin-left:0.8em;
	padding-top:0.9em; 
	*padding-top:1.2em; /* IE7 */
}
#footer ul li { 
	display:inline;
	color:#FFF;
	font-size:0.7em;
	margin:0 0.3em 0 0.7em;
}
#footer img.logo {
	position:absolute;
	right:20px;
	top:17px;
}

/*mmmm Generic Styles mmmm*/
.floatLeft { 
	float:left;
	margin:0 12px 12px 0;
}
.floatRight { 
	float:right;
	margin:0 0 12px 12px;
}
.clearFix {
	clear:both;
}

/*mmmm Browser Specific mmmm*/
@media screen and (-webkit-min-device-pixel-ratio:0){ /* Safari Specific */
	#navigation ul li a { height:20px; }
	#navigation ul li { margin:-2px 0.18em 0 0; }
	div.box { width:282px; }
}