/************************************************
	*	Meyer's Reset      							*
	************************************************/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}

	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/***************************
	*   styles                 *
	***************************/
	body {
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		font-family: verdana;
		font-size: 12px;
		line-height: 20px;
		background: url(/media/img/background.png) repeat-x;
	}
    a, a strong {
        color: #3b5999;
    }
    a:hover, a:hover strong {
        color: #993b84;
        text-decoration: none;
    }
	#container {
		margin: 0px auto;
		width: 925px;
		text-align: left;
	}
	#banner {
		background: url(/media/img/header.png) no-repeat;
		width: 925px;
		height: 92px;
		position: relative;
	}
    #email_text {
        position: absolute;
        top: 30px;
        right: 110px;
        width: 350px;
        text-align: right;
    }
	#email_box {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 400px;
		height: 28px;
	}
	#email_box_center {
		background-color: #000000;
		height: 28px;
		display: inline-block;
		float: left;
		color: #FFF;
		width: 210px;
		text-align: center;
	}
        #email_box_center a {
            font-size: 14px;
            color: #FFF;
            font-weight: bold;
        }
	#email_box_center input{
		margin-top: 4px;
		height: 22px;
		line-height: 12px;
		font-size: 10px;
		border: 1px solid black;
		padding: 2px;
		background-color: #6f6f6f;
		color: #FFFFFF;
		float: left;
		width: 160px;
	}
	#email_box_center button{
		padding: 0px;
		margin-top: 4px;
		border: 2px solid #2c2c2c;
		background-color: #6f6f6f;
		height: 22px;
		line-height: 20px;
		font-size: 10px;
		float: left;
	}
	#navigation {
		background: url(/media/img/navigation.png) no-repeat;
		width: 925px;
		height: 44px;
		text-align: right;
	}
	#navigation ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		margin-right: 40px;
		padding-top: 15px;
	}
	#navigation li {
		display: inline;
	}
	#navigation li a {
		padding-left: 10px;
		padding-right: 10px;
		font-weight: bold;
		color: white;
		text-decoration:none;
	}
	#navigation li a:hover {
		color: #cba34c;
	}
	#body_area {
		background: url(/media/img/body-repeat.png) repeat-y;
		width: 925px;
	}
	#body_top {
		background: url(/media/img/body-top.png) no-repeat;
		width:925px;
		min-height: 376px;
	}
	#left_content {
		margin-left: 45px;
		width: 185px;
		float: left;
	}
	#left_content a {
		color: #be1c1c;
	}
	#right_content {
		margin-left: 260px;
		padding-top: 10px;
        padding-right: 55px;
        color: #464646;
	}
    #right_content a, #right_content a strong {
        color: #3b5999;
    }
    #right_content a:hover, #right_content a:hover strong {
        color: #993b84;
        text-decoration: none;
    }
    #right_content h1 {
        color: #be1c1c;
        font-size: 24px;
        padding-bottom: 10px;
    }
    #right_content h2 {
        color: #272727;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #right_content strong {
        color: #be1c1c;
    }
    #right_content ul {
        list-style: circle;
        margin-top: 10px;
        margin-left: 50px;
        margin-bottom: 10px;
    }
    #right_content ol {
        list-style: decimal;
        margin-top: 10px;
        margin-left: 50px;
        margin-bottom: 10px;
    }

    #right_content img {
        padding: 2px;
        border: 1px solid #464646;
        margin: 3px;
    }
    #right_content p {
        padding-bottom: 10px;
    }
	#contact_us {
		padding: 10px;
		font-size: 10px;
		line-height: 14px;
		height: 210px;
	}
	#contact_us h3 {
		color: #be1c1c;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	#contact_us .phone {
		color: #be1c1c;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
    #contact_us ul {
        list-style: circle;
        margin-left: 20px;
    }
	#social_media {
        width: 100%;
        height: 251px;
        text-align: center;
        position: relative;
    }
    #social_tweet {
        position: absolute;
        top: 155px;
        left: 32px;
        width: 120px;
        font-size: 10px;
        line-height: 11px;
        text-align: center;
    }
	#body_bottom {
		background: url(/media/img/body-bottom.png) center -1px no-repeat  #adcacb;
		width: 925px;
		height: 63px;
		z-index: 130;
		width: 100%;
	}
	#footer {
		width: 100%;
		background: #adcacb;
		z-index: 100;
        
	}
    #footer_2 {
		width: 100%;
		background: url(/media/img/body-bottom.png) center -1px no-repeat  #adcacb;
		z-index: 20;
        margin-top: -63px;
        padding-top: 63px;
	}
	#footer_area {
        margin: 0px auto;
		width: 925px;
		text-align: left;
	}
    #footer_text {
        padding-left: 50px;
        font-size: 10px;
        line-height: 12px;
    }

    #customized_plans {
        width: 280px;
        float: left;
        padding-right: 10px;
    }
    #customized_plans h3 a, #alacart h3 a {
        color: #be1c1c;
    }
    #customized_plans ul, #alacart ul {
        list-style-image: url(/media/img/list-item.gif);
        margin-top: 10px;
        margin-left: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    #customized_plans li, #alacart ul {
        padding-bottom: 5px;
    }
    .customized_plans_icon {
        background: url(/media/img/customized-plans.png) no-repeat;
        height: 30px;
    }
    #recent_posts {
        width: 260px;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
    }
    .recent_posts_icon {
        background: url(/media/img/blog-posts.png) no-repeat;
        height: 30px;
    }
    .recent_post {
        padding-bottom: 10px;
    }
    .recent_post a, #right_content a strong {
        color: #3b5999;
    }
    .recent_post a:hover, #right_content a:hover strong {
        color: #993b84;
        text-decoration: none;
    }
    #customized_plans a, #customized_plans a strong {
        color: #3b5999;
    }
    #customized_plans a:hover, #customized_plans a:hover strong {
        color: #993b84;
        text-decoration: none;
    }

    #alacart {
        width: 280px;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }
    #alacart a, #alacart a strong {
        color: #3b5999;
    }
    #alacart a:hover, #alacart a:hover strong {
        color: #993b84;
        text-decoration: none;
    }
    #alacart li {
        padding-bottom: 10px;
    }
    .alacart_icon {
        background: url(/media/img/alacart.png) no-repeat;
        height: 30px;
    }
    #customized_plans h3, #recent_posts h3, #alacart h3 {
        color: #be1c1c;
        font-size: 14px;
        padding-bottom: 10px;
        padding-left: 34px;
        padding-top: 8px;
    }
	.clear_float { 
		clear: both;
	}

.post {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    padding-top: 5px;
}
/************************************
*	Plans and Pricing				*
************************************/
#right_content .center_3 {
	width: 590px;
	overflow: hidden;
}

#right_content .center_4 {
	width: 770px;
	overflow: hidden;
}

#right_content .center_5 {
	width: 910px;
	overflow: hidden;
}

#right_content .center_3, .center_4, .center_5 {
	margin: 0 auto;
}

#right_content .plans {
	position: relative;
	width: 940px;
	height: 350px;
	padding:0;
    font-family:Helvetica,Arial,sans-serif;
}

#right_content .plans .short-box {
	background: #f9faff;;
	border: 1px solid #999;
	color: #333;
	float: left;
	height: 250px;
	margin-top: 22px;
	padding: 10px;
	text-align: center;
	width: 150px;
	position: relative;
}

#right_content .plans .tall-box {
	background: #f1f9ff url(/media/img/pb_tall_bg.gif) left bottom repeat-x;
	border: 3px solid #a00101;
	float: left;
	height: 290px;
	padding: 8px 10px 10px;
	text-align: center;
	width: 200px;
	position: relative;
}

#right_content .plans .no-border-r {
	border-right: 0;
}

#right_content .plans .no-border-l {
	border-left: 0;
}

#right_content .plans .shadow-r {
	background: #f9faff url(/media/img/shadow-r.png) right top repeat-y;
}

#right_content .plans .shadow-l {
	background: #f9faff url(/media/img/shadow-l.png) left top repeat-y;
}

#right_content .plans ul {
	padding-bottom: 10px;
	font-size: 10px;
    list-style: none;
    margin-left: 0px;
    margin-top: 0px;
}

#right_content .plans ul.highlight {
	font-size: 14px;
}

#right_content .plans ul li {
	line-height: 1.25em;
}

#right_content .plans h1 {
	font-size: 24px;
    color: #000;
}

#right_content .plans h2 {
	font-size: 16px;
}

#right_content .plans h3 {
	border-bottom: 1px solid #ddd;
	color: #205472;
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#right_content .plans strong {
	color: #5187b6;
	font-weight: 800;
}

#right_content .plans ul.highlight strong {
	color: #5187b6;
	font-weight: 800;
}

#right_content .plans .tall-box h1 {
	color: #BE1C1C;
	font-size: 36px;
}

#right_content .plans .tall-box h2 {
	font-size: 22px;
}

#right_content .plans .tall-box h3 {
	border-bottom: 1px solid #5187b6;
	font-weight: 800;
}

#right_content .plans .tall-box ul.highlight strong {
}

#right_content .plans .tall-box ul {
	font-size: 14px;
}

#right_content .plans .tall-box ul.highlight {
	font-size: 14px;
}

