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

body {
	background:url(../images/bg.jpg) top repeat-x #2f323b;
	text-align:center;
	width:99%;
	overflow:auto;
	margin-top:0px;
}

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

h1 {
	color:#4d5256;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:24px;
	font-weight:normal;
	padding-bottom:5px;
	margin:0px;
}

h2 {
	color:#4d5256;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;
}

p {}

li { list-style:url(../images/arrow.jpg);}

#clear {clear:both;}

#spacer {}

#wrap {
	width:725px;
	height:100%;
	background:#FFFFFF;
	!margin:0 auto;
    margin-left:285px;
	

}	

/*----------------Nav/Header styles------------------*/

#top {
	width:725px;
	height:18px;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
	text-align:left;
	padding-top:10px;
	
}	

#top a {color:#333333; font-family:Geneva, Arial, Helvetica, san-serif; font-size:10px; text-decoration:none;} 
#top a:hover {color:#333333; font-family:Geneva, Arial, Helvetica, san-serif; font-size:10px; text-decoration:underline;} 

#nav {
	width:725px;
	height:44px;
}

#header {
	width:725px;
	height:149px;
	background:url(../images/header.jpg);
}

/*----------------home page and three column layout styles------------------*/

#topwrap {
	
}

#content {
	width:430px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:10px;
	padding-left:17px;
	border:1px solid #666666;
}
#content2 {
	width:420px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:10px;
	padding-left:17px;
}

#girl {
	width:278px;
	height:100px;
	float:left;
	background:url(../images/girl.jpg);
}

/*----------------two column layout styles------------------*/

#topwraptwo {
	background:url(../images/content_bg2.jpg) repeat-y;
	overflow:auto;
}

#maincontent {
	width:430px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:10px;
	padding-left:17px;
	padding-bottom:15px;
	
}

#rightside {
	width:228px;
	float:left;
	background:url(../images/girl.jpg) no-repeat;
	padding-top:10px;
	padding-left:50px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:15px;
}


/*---------------- column styles------------------*/

#colwrap {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/content_bg.jpg) repeat-y;
	overflow:auto;
}

#leftcol {
	width:213px;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

#centercol {
	width:211px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}

#rightcol {
	width:211px;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

/* ---------------- two column layout------------------*/

#leftcoltwo {
	width:484px;
	float:left;
}

#rightcoltwo {
	width:241px;
	float:right;
}

/* ---------------- footer button styles------------------*/

#footwrap {
}

#footleft {
	width:243px;
	height:90px;
	float:left;
	background:url(../images/sellyourphone.jpg);
}

#footcenter {
	width:241px;
	height:90px;
	float:left;
	background:url(../images/donateyourphone.jpg)
}

#footright {
	width:241px;
	height:90px;
	float:left;
	background:url(../images/buyaphone.jpg);
}

/* ---------------- footer styles------------------*/

#footer {
	color:#FFFFFF;
	background:#2f323b;
	width:725px;
	height:30px;
	padding-top:10px;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
}

/* ----------------------Form Styles---------------------- */

#form_table {
color:#333333;
font-size:13px;
font-family:Geneva, Arial, Helvetica, san-serif;
}

#text_box {
width:140px;
height:15px;
border:1px solid #999999;
font-size:12px;
color:#333333;
font-family:Geneva, Arial, Helvetica, san-serif;
}

#text_drop {
height:18px;
border:1px solid #999999;
font-size:12px;
color:#333333;
font-family:Geneva, Arial, Helvetica, san-serif;
}

#text_box_zip {
width:65px;
height:15px;
border:1px solid #999999;
font-size:12px;
color:#333333;
}
#qty_box {
width:25px;
}

/* misc */
#div_break {
padding-bottom:14px;
}








