@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	margin:20px 0 20px 0;
	color:#666;
}
#content{
	width:819px;
	background:url(/app/ImageRepository/38/images/ge-parts_bg.png);
	margin:0 auto;
}

#copy {
	padding:5px 20px 10px 30px;
}

#copy p {
    margin: 1em 0;
	font-size:.75em;
	line-height:1.5em;
}

#copy ul {
    margin: 1em 0;
}

#copy ul li {
	font-size:.75em;
	line-height:1.5em;
	margin-left: 30px;
}

#national a {
    color: #0ba5e1;
    text-decoration: none;
}

#copy h1 {
	color:#0ba5e1;
	font-weight:normal;
	font-size:1.5em;
	margin:0 0 10px 0;
}
#copy h2, #copy h3, #copy h4 {
	color:#666;
	font-weight:normal;
	font-size:1.25em;
	margin:10px 0 10px 0;
}

#copy h4 {
	color:#666;
	font-weight:normal;
	font-size:1.25em;
}

.logo {
	float:right;
	padding:0 15px 0 35px;
}

.cta1 {
	color:#0ba5e1;
    font-size: 1em;
	font-weight:bold;
	background:url(/app/ImageRepository/38/images/phone-icon.png) no-repeat 5px 22px;
	padding:20px 0 10px 50px;
	width: 440px;
	line-height:1.25em;
	border:0px solid cyan;
}

.cta1 span {
	color:#0da7e1;
	font-weight:bold;
	font-size:1em;
}

.cta1 a {
	color:#4b4b4b;
	font-size:.75em;
	text-decoration:none;
	line-height:1.25em;
}

.cta1 a:hover{
	text-decoration:underline;
}

/* GE man */
#order-box {
	width:247px;
	height:266px;
	border:0px solid black;
	float:right;
	margin:10px 0 0 20px;
	background:url(/app/ImageRepository/38/images/gep-man.jpg) no-repeat;
}

#order-box div {
	margin-top: 160px;
	color:#ffffff;
	width:220px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.25em;	
}

#order-box a{
    padding:20px 10px 0 15px;;
	width:220px;
	height:70px;
	border:0px solid yellow;
	display:block;
	color:#fff;
	text-decoration:none;
}

#order-box a:hover{
	cursor:pointer;
}

.product-image {
    margin:8px 15px 15px 0;
    border: 1px solid #ccc;
}

/* GE Products */

#feature-box {
	width:254px;
	background:url(/app/ImageRepository/38/images/grey-box_bg.png);
	float:right;
	margin:10px 5px 0 10px;
}

#feature-box a {
    color: #666;
    text-decoration: none;
}

#feature-box h4{
	padding:0 10px 0 12px;
	margin:0 0 0 0;
}
#feature-box p{
	background:url(/app/ImageRepository/38/images/grey-box_bottom.png) bottom no-repeat;
	padding:10px 10px 20px 10px;
}

#feature-box ul li{
	margin:0 0 0 45px;
}

#feature-box p {
    margin: 0;
}

#feature-box .cta {
	font-weight:bold;
	font-size: 0.75em;
	line-height:1.3em;
	color:#4b4b4b;
}

/* GE CTA bottom */

#bottom-cta {
	width:580px;
	margin:40px auto;
	background:#333 url(/app/ImageRepository/38/images/black-box_top.png) top no-repeat;
	text-align:center;
	color:#FFFFFF;
	
}

#bottom-cta a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

#bottom-cta p {
    margin: 0px;
    padding: 10px;
	background:url(/app/ImageRepository/38/images/black-box_bottom.png) bottom no-repeat;
}

.cta-bigger {
	font-size: 1.25em;
	font-weight: bold;
}

.cb {
    clear: both;
}


hr {
    clear: both;
}

