@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

p
{
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
}

a:link {color:#81c358; text-decoration: none;}      /* unvisited link */
a:visited {color:#81c358; text-decoration: none;}  /* visited link */
a:hover {color: #707173; text-decoration: none;}  /* mouse over link */
a:active {color: #707173; text-decoration: none;}  /* selected link */ 

#form
{
	display: block;
	clear:none;
	margin: 0 auto;
	width: 55%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
}

label { display: block; clear: none; float: left; width: 150px; }

input[type=submit] {
	border: none;
    background: #717274;
	color: #FFF;
    padding: 5px 25px;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	margin-left: 36%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#slider {
	clear: both;
	width: 100%;
	display: block;
}
#manufacturers {
	clear: both;
	width: 100%;
	display: block;
}


#border
{
	clear: both;
	display: block;
	border-top: 5px solid #adabac;
	width: 100%;
}
#content {
	clear: both;
	width: 90%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
	margin: 0 auto;
}
#content-contact {
	clear: both;
	width: 90%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
	margin: 0 auto;
}
#contact-info
{
	
	display: block;
	clear:none;
	margin: 0 auto;
	padding-bottom: 5%;
	width: 70%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}
#physical-address
{
	
	display: block;
	clear:none;
	width: 100%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#postal-address
{
	
	display: block;
	clear:none;
	width: 100%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#contact-form
{
	
	display: block;
	clear:both;
	margin: 0 auto;
	width: 95%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
	
}
#form
{
	display: block;
	clear:none;
	margin: 0 auto;
	width: 85%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
}


#mobile-devices
{
	display: block;
	clear:both;
	text-align: center;
	width: 100%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;

}
#accessories
{
	display: block;
	clear:both;
	text-align: center;
	margin-top: 20%;
	width: 100%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
}

#sd-cards
{
	display: block;
	clear:both;
	text-align: center;
	margin-top: 20%;
	margin-bottom: 10%;
	width: 100%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
}
#moreinfo {
	
	text-align: left;
}

#sm-icons {
	clear: both;
	width: 70%;
	display: block;
	padding-left: 2%;
	margin: auto;
	
	}


#footer {
	clear: both;
	float: left;
    position: fixed;
    bottom:0;
	width: 100%;
	display: block;
	background: #717274;
	color: #FFFFFF;
	height: 40px;
	border-top: 5px solid #cfcdd0;
	
}

#footer a {
	
	color: #FFFFFF;
	padding-left: 3%;
	text-decoration: none;
	line-height: 40px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#slider {
	clear: both;
	width: 100%;
	display: block;
}
#manufacturers {
	clear: both;
	width: 100%;
	display: block;
}

#border
{
	clear: both;
	display: block;
	border-top: 5px solid #adabac;
	width: 100%;
}
#content {
	clear: both;
	width: 90%;
	margin: 0 auto;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
}
#content-contact {
	clear: both;
	width: 100%;
	margin: 0 auto;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
}
#contact-info
{
	
	display: block;
	clear:none;
	float: left;
	padding-top: 3%;
	padding-left: 10%;
	width: 40%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#physical-address
{
	
	display: block;
	clear:none;
	float: left;
	width: 45%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#postal-address
{
	
	display: block;
	clear:none;
	float: left;
	width: 45%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#contact-form
{
	
	display: block;
	clear:none;
	float: left;
	margin: 0%;
	padding-top: 3%;
	padding-bottom: 20%;
	width: 50%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
}

#form
{
	display: block;
	clear:none;
	margin: 0 auto;
	width: 55%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
}

#mobile-devices
{
	display: block;
	clear:none;
	float:left;
	width: 25%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;

}
#accessories
{
	display: block;
	clear:none;
	float:left;
	width: 25%;
	margin-left: 10%;
	margin-top: 0;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
}

#sd-cards
{
	display: block;
	clear:none;
	float:left;
	margin-left: 10%;
	margin-top: 0;
	width: 25%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
}
#moreinfo {
	
	text-align: left;
}


#sm-icons {
	clear: both;
	width: 100%;
	float: left;
	display: block;
	padding-left: 2%;
	position: fixed;
    bottom: 40px;
}



#footer {
	clear: both;
	float: left;
    position: fixed;
    bottom:0;
	width: 100%;
	display: block;
	background: #717274;
	color: #FFFFFF;
	height: 40px;
	border-top: 5px solid #cfcdd0;
	
}


#footer a {
	
	color: #FFFFFF;
	padding-left: 3%;
	text-decoration: none;
	line-height: 40px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1050px) {
.gridContainer {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#slider {
	clear: both;
	width: 100%;
	display: block;
}
#manufacturers {
	clear: both;
	width: 50%;
	padding-top: 5%;
	margin: 0 auto;
	display: block;
}


#content {
	clear: both;
	width: 80%;
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
	
}
#content-contact {
	clear: both;
	width: 100%;
	min-height: 100%;
	padding-top: 0%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
	
}

#content-ourreach
{
	clear: both;
	padding-top: 2%;
	width: 60%;
	margin: 0 auto;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595858;
	display: block;
}
#contact-info
{
	
	display: block;
	clear:none;
	float: left;
	padding-top: 3%;
	padding-left: 10%;
	width: 40%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}
#physical-address
{
	
	display: block;
	clear:none;
	float: left;
	width: 45%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#postal-address
{
	
	display: block;
	clear:none;
	float: left;
	width: 45%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#contact-form
{
	
	display: block;
	clear:none;
	float: left;
	margin: 0%;
	padding-top: 3%;
	padding-bottom: 20%;
	width: 50%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
}
#form
{
	display: block;
	clear:none;
	margin: 0 auto;
	width: 55%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	background: #f9f9f9;
}


#mobile-devices
{
	display: block;
	clear:none;
	float: left;
	width: 20%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
	
}

#accessories
{
	display: block;
	clear:none;
	float:left;
	margin-left: 15%;
	margin-top: 0;
	width: 20%;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
}

#sd-cards
{
	display: block;
	clear:none;
	float:left;
	width: 20%;
	margin-left: 15%;
	margin-top: 0;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #595858;
}

#moreinfo {
	
	text-align: left;
	font-size: 16px;
}

#sm-icons {
	clear: both;
	width: 100%;
	float: left;
	display: block;
	padding-left: 2%;
	position: fixed;
    bottom: 40px;
	
}


#footer {
	clear: both;
	float: left;
    position: fixed;
    bottom:0;
	width: 100%;
	display: block;
	background: #717274;
	color: #FFFFFF;
	height: 40px;
	border-top: 5px solid #cfcdd0;
	
}

#footer a {
	
	color: #FFFFFF;
	padding-left: 3%;
	text-decoration: none;
	line-height: 40px;
}
}
