@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fac6cb;
}
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;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	height: 100px;
}
.lheader {
	float: left;
	width: 650px;
	height: 100px;
	position: relative;
}
.lheader .social {
	height: 30px;
	width: 150px;
	margin-left: 20px;
	margin-top: 10px;
}

.social ul, .social li{ padding:0px; margin:0px; list-style:none; float:left;}
.social ul li {

}
.social a{
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
} 

a.rss{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/rss_gray.png);
	background-repeat: no-repeat;
	background-position: center;
}
a:hover.rss{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/rss.png);
	background-repeat: no-repeat;
	background-position: center;
}

a.facebook{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/facebook_gray.png);
	background-repeat: no-repeat;
	background-position: center;
}
a:hover.facebook{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}

a.twitter{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/twitter_gray.png);
	background-repeat: no-repeat;
	background-position: center;
}
a:hover.twitter{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}

a.linkedin{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/linkedin_gray.png);
	background-repeat: no-repeat;
	background-position: center;
}
a:hover.linkedin{
	width:16px;
	height:16px;
	display:block;
	float:left;
	background-image: url(../images/social/linkedin.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu {
	position: absolute;
	bottom: 0px;
	margin-left: 20px;
}
#main_menu
{
	height:30px;
	line-height:30px;
	color:#333;
	position:relative;
	font-size:14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
#main_menu
{
	position:relative;
	z-index:100;
}
#main_menu ul li a, .menu ul li a:visited
{
	display:block;
	text-decoration:none;
	color:#FFF;
	width:90px;
	height:30px;
	text-align:center;
	color:#000;
	line-height:30px;
	overflow:hidden;
}

#main_menu ul
{
	padding:0;
	margin:0;
	list-style: none;
}
#main_menu ul li
{
	float:left;
	position:relative;
}
#main_menu ul li ul
{
	display: none;
}

/* specific to non IE browsers */
#main_menu ul li:hover a
{
	color:#ED1C24;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_menu ul li:hover ul
{
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:169px;
}
#main_menu ul li:hover ul li ul
{
	display: none;
}
#main_menu ul li:hover ul
{
	font-size:13px;
	background-color: #004376;
}
#main_menu ul li:hover ul a
{
	background:#004376;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;

}
#main_menu ul li:hover ul li a
{
	display:block;
	color:#FFF;
	width:149px;
	text-align:left !important;
	height:24px;
	line-height:24px;
	background-image:none !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#main_menu ul li:hover ul li a:hover
{
	color:#EE1D25;
	background-color: #FFF;
}
#main_menu ul li:hover ul li:hover ul
{
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
.rheader {
	float: right;
	height: 100px;
	width: 300px;
}
.rheader a img {
	margin-top: 20px;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div 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 div 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 div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.lbox {
	float: left;
	height: 350px;
	width: 450px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.lbox h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	color: #E81B23;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.lbox p {
	font-size: 13px;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
.lbox p a {
	color: #F00;
	text-decoration: none;
}
.lbox p a:hover {
	color: #F00;
	text-decoration: underline;
}
.rbox {
	float: right;
	height: 350px;
	width: 450px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.rbox h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	color: #E81B23;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.prod-disp {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	float: left;
}
.rbox a {
	font-size: 12px;
}
.link {
	float: right;
	width: 100px;
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.link a {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
}
.link a:hover {
	color: #333;
	text-decoration: underline;
}

.prod-disp ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 390px;

}
.prod-disp ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
.prod-disp ul li a img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	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. */
	color: #E81B23;
	text-transform: uppercase;
}
.footer-container {
	width: 100%;
	background-color: #58595B;
	height: auto;
	clear: both;
}

/* ~~ The footer ~~ */
.footer {
	width: 980px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	clear: both;
}

.footer p  {
	font-size: 11px;
	color: #FFF;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
.footer .flink {
	float: right;
	font-size: 12px;
	color: #FFF;
}
.footer .flink a:hover {
	color: #FAC6CB;
	text-decoration: underline;
}
.footer .flink a {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.showcase {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.nivoSlider {
	width:950px;
	height:280px;
	float:left;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}
#slider3 .nivo-controlNav {position:absolute;right:10px;bottom:10px;z-index:99;}
#slider3 .nivo-controlNav a {
	display:block;
	float:left;
	margin:0 3px 0 0;
	width:22px;
	height:22px;
	outline:none;
	text-indent:-9999px;
	background-image: url(../images/slider/nivo-pag.png);
	background-repeat: no-repeat;
	background-position: top;
}
#slider3 .nivo-controlNav a.active {
	background-image: url(../images/slider/nivo-pag.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	border:0;
	background-image: url(../images/slider/slideshow-nav.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	right:5px;
	background-image: url(../images/slider/slide-next-prev.png);
	background-repeat: no-repeat;
	background-position: right;
}
a.nivo-prevNav {
	left:5px;
	background-image: url(../images/slider/slide-next-prev.png);
	background-repeat: no-repeat;
	background-position: left;
}
.nivo-caption {text-shadow:none;font-size:12px;}
.nivo-caption a {color:#efe9d1;text-decoration:underline;}
.nivo-caption {text-shadow:none;font-family: Helvetica, Arial, sans-serif;}
 .nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

