@charset "utf-8";
/* CSS Document */

/* Basic Elements */

body {
	background-color: #baaea2;
   //background-image: url(../images/bg2.jpg); background-repeat:repeat-x; background-position: center top; 
}
iframe body {
	background-color: #baaea2;
   //background-image: url(../images/bg2.jpg); background-repeat:repeat-x; background-position: center top; 
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 120%;
	font-size: 14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #044F83;
	text-align: center;
	font-size: 22px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a.button span {
	display: block;
	background-image: url(../images/sim-nav-btn.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 300%;
	background-position: center center;
	float: none;
} 

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 120%;
	font-size: 13px;
	margin-left: 20px;
	font-weight: bold;
}


/* Main Wrapper */    

#wrapper {
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	
}
#main-container {
	height: 669px;
}


/* Left Column Elements */

#left {
	width: 350px;
	height: 660px;
	clear: both;
	float: left;
	text-align: center;
}


#nav-container {
	width: 200px;
	position: relative;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#left-footer {
	float: none;
	text-align: center;
	vertical-align: baseline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}

.tel {
	text-align: center;
	vertical-align: baseline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}


/* Right Column Elements */
/* iPhone Elements */
#right-i {
	width: 360px;
	float: right;
	height: 669px;
	background-image: url(../images/iphone.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#iframe-i {
	position: relative;
	left: 34px;
	top: 110px;
	height: 442px;
	width: 294px;
}

/* Blackberry Elements */
#right-b {
	width: 360px;
	float: right;
	height: 669px;
	background-image: url(../images/blackberry.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#iframe-b {
	position: relative;
	left: 45px;
	top: 140px;
	height: 381px;
	width: 269px;
}

/* Nokia Elements */
#right-n {
	background-image: url(../images/nokia.png);
	width: 360px;
	float: right;
	height: 669px;
	background-repeat: no-repeat;
	background-position: center center;
}
   
#iframe-n {
	position: relative;
	left: 40px;
	top: 110px;
	height: 442px;
	width: 294px;
}   

/* Small Droid Elements */
#right-d {
	width: 360px;
	float: right;
	height: 669px;
	background-image: url(../images/small-droid.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#iframe-d {
	position: relative;
	left: 66px;
	top: 140px;
	height: 296px;
	width: 222px;
}

/* Other Elements */

/* #header {
	height: 77px;
	width: 100%;
}
#logo {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 77px;
	width: 350px;
	float: left;
}
#title {
	height: 77px;
	width: 360px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
} */


#header {
	margin: 20px auto 0px;
}


#logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 77px;
	width: 350px;
	float: left;
	vertical-align: baseline;
}

#header-right-container {
	width: 450px;
	float: right;
	height: 73px;
	margin: 0px;
	padding: 0px;
}

#bttm-content {
	clear: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}

/* iframe buttons  */

#price {
	clear: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
}

a.paypal button1 span {
	display: block;
	background-image: url(../images/images/sim-nav-btn.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 300%;
	background-position: center center;
	float: none;
} 


#wrapper2 {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px; 
    max-width:990px !important;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
	/*width:740px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;*/
}


#footer2 {
	color: #696767;
	background-color:#FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 10px;

	}
    	
#footer2 a {
	color: #696767;
    text-decoration: none;
	background-color:#FFFFFF;
	} 

#footer3 {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background-color:#fe7e03;
border-radius:10px;
	}
    	
#footer3 a:hover {
	color: #0000FF;
    text-decoration: none;
	}
	
	#footer3 a {
	color: #ffffff;
    text-decoration: underline;
	} 	 	

#footer4 {
	color: #000;
	font-size: 11px;
	text-align: center;
	padding: 10px;
        min-height:20px;
        padding:10px;
	}
    	
#footer4 a {
	color: #000;
    text-decoration: none;
	}
#footer4 .lefthead{
 float:left;
}
#footer4 .righthead{
 float:right;
}		
#footer4 .righthead{
 text-align:left;
}		
	
#headerlogo{

height:115px;
position:relative;
margin: 0px 0 auto;
background:#FFFFFF;
text-align:center;

}
#headerlogo .lefthead{
 float:left;
}
#headerlogo .righthead{
 float:right;
}

	