@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 100%;  
	background: #FFF;
	margin: 0 auto; 
	text-align: left;
}

img {
	border: 0;
}

#enlargePictureBox {
	width: 100%;
	text-align: center;
	margin: 0;
}

#enlargePictureBox h1{
	font-size: 1.4em;
	font-weight: 700;
}

#enlargePictureBox p {
	padding: 0 1em 0 1em;
}





/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Here's the Image max-width 100*/
img,
embed,
object,
video {
max-width: 100%;
border: 0;
}

@media only screen
and (min-width: 960px)
{




#container {
	max-width: 1100px;
}

#logoBox {
	width: 30%;
	float: left;
}

#search {
	width: 50%;
	clear: left;
	float: right;
	margin-top: -2em;
}
#bigNav {
	display: block;
	clear: both;
	width: 100%;
	background: transparent;
	font-size: .9em;
	padding-top: .6em;
	padding-bottom:  0;
}

#bigNav ul {
	list-style:none;
}

#bigNav ul li {
	display: inline;
	padding: .3em 1.6em;
}

#bigNav a:link, #bigNav a:visited {
	color: #eab135;
	text-decoration: none;	
}

#bigNav a:hover, #bigNav a:active, bigNav a:focus {
	color: #FFF;
}

.smartPhoneBox a:link, .smartPhoneBox a:visited {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
}

.smartPhoneBox a:hover, .smartPhoneBox a:active, .smartPhoneBox a:focus {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
}

.smartPhoneBox {
	float: left; 
	width: 22%; 
	background: transparent;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 0;
	padding-bottom: 0;
}

#laptopSideBar {
	display: block;
	width: 20%;
	float: left;
	background: transparent;
	text-align: left;
	font-size: .9em;
	padding-right: 1em;
	

}

#laptopSideBar ul {
	list-style: none;
		background: transparent;
		padding: 0;
		
border: 2px solid #333;

}

#laptopSideBar ul li {
	color: #FC0;
	background: transparent;
	padding: 1em 1em;
	border-bottom: 1px solid #666;
	background-image: url(../images/laptop-sidebar-ul-li-bg.png);
	background-repeat: no-repeat;
}


#laptopSideBar a:link, laptopSideBar a:visited {
	color: #eab135;
	text-decoration: none;	
}

#laptopSideBar a:hover, laptopSideBar a:active, laptopSideBar a:focus {
	color: #FFF;
}

#productBox {
	background: transparent;
	margin-left: 23%;
	margin-top: 0;
}

#productBox h1{
	font-size: 1.0em;
	color: #FFF;
	text-transform: uppercase;
	text-transform: capitalize;
	font-weight: 300;

}

#productBox h2{
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 300;
	padding-left: 2em;
	margin-top: 0;
}






.boxLeft {
	float:left;
	clear: left;
	width: 100%;
	background: transparent;
	text-align: left;
	border-top: 0px solid #666;
	padding-top: 0;
	padding-bottom: 0;	
}

.photoBoxLeft {
width: 100%;
padding-left: 1em;
float:left;
clear: left;
padding-bottom: 1em;
}

.moveLeft {
	width: 100%;
	padding-top: 3em;
}

.smartPhoneBox a:link, .smartPhoneBox a:visited {
	text-decoration: none;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.moveLeft p {
	color:#888888;
	
}

#footer {
	background: transparent;
} 
#footer p {
	color: #888888;
}


#footer a:link, #footer a:visited {
	color: #eab135;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFF;
}

#footer ul {
text-align: center;	
}

#footer ul li {
	display:inline;
	padding:.2em 1em;
	border-bottom: 0px solid #000;
		background-image: none;

}


}
