﻿@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding:0px; font-family: Arial, Helvetica, sans-serif; }
/*div { position: relative; }*/
img { border: none; }
p, span, h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }

.wrapper { width:980px; margin: auto;   background: #f2f2f2; }
.container { width:950px; margin: auto; }

.contentarea-wrapper .title1, .contentarea-wrapper .title1 a { margin-bottom:20px; color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 22px; text-align: center; padding-top: 0px; }
.title2 { color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 18px; text-align: left; padding-top: 15px; }
.contentarea-wrapper .text {margin-bottom:20px; color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 16px;  line-height: 18px; }
.store-text { color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 22px; text-align:center; margin-top: 3px; }
.free-shipping { position: absolute; width: 110px; top: 90px; right: 20px; font-size: 22px; line-height:25px; font-weight: bold; }

#assembleinstall a, a:hover, a:visited, a:active {color: #666; text-decoration: none;}

.section-icon { float: left; width: 80px; margin: 15px; }

.box-shadow { 
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);

	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);

	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75); 

	/* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; */
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000'); */
}

#slider { width:950px; height: 366px; }

.triangle { position:absolute; width: 408px; height:408px; right:-408px; bottom: 0px; z-index: 5000; }
.triangle-init { position:absolute; width: 408px; height:408px; right:0px; bottom: 0px; z-index: 5000; }

#featured { 
	width:950px; height: 293px;
	background:  #fff url('../images/loading.gif') no-repeat center center; overflow: hidden; }
	
	
#home-sections a:link { text-decoration: none; color: #ed1c2f; font-size: 18px; }
#home-sections a:visited { text-decoration: none; color: #ed1c2f; font-size: 18px; }
#home-sections a:active { text-decoration: none; color: #ed1c2f; font-size: 18px; }
#home-sections a:hover { text-decoration: underline; color: #ed1c2f; font-size: 18px; }

#bottom-section a:link { text-decoration: none; color: #666; font-size: 18px; }
#bottom-section a:visited { text-decoration: none; color: #666; font-size: 18px; }
#bottom-section a:active { text-decoration: none; color: #666; font-size: 18px; }
#bottom-section a:hover { text-decoration: underline; color: #666; font-size: 18px; }

.btn-get-started { width:100%; background:#048ede; }
.contentarea-wrapper .btn-get-started p { color: #fff; padding:15px 0 15px 15px; margin-bottom:0px;}


/* search box */
.search-box { padding 15px; background: #FFF; }

input#instruction_search { border: 1px solid #979797; color: #000; font-size: 11px; height: 14px; width: 297px; margin: 4px 2px 0 0; padding: 2px 0; }