    body {
        font-family: tahoma;
        background: #ffffff;
        color: #ffffff;
        margin: 0px;
    }
    img {
        border: 0;
    }

/* Header
-------------------------------------------------------------- */
    #header_container {
        position: relative;
        display: block;
        background: #51626f;
        min-width:1000px;
    }

    #header_top {
        position: relative;
        display: block;
        margin: 0px auto;
        padding: 0px 15px;
        height: 30px;
        width: 970px;
    }
    
    #header_bottom {
        position: relative;
        display: block;
        background: #7c8993;
        min-width:1000px;
        height: 5px;
    }
    
    #header_toll {
        float: left;
        font-size: 11px;
        font-family: tahoma;
        color: #ffffff;
        margin-top: 9px;
    }
    
    #header_menu {
        float: right;
        font-size: 11px;
        font-family: tahoma;
        color: #ffffff;
        margin-top: 9px;
        width: 377px;
    }

/* Logo & Main Menu
-------------------------------------------------------------- */
    #logo_container {
        position: relative;
        display: block;
        margin: 0px auto;
        height: 115px;
        width: 980px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    #logo {
        float: left;
    }
    
    #logo img {
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    #live_support {
        float: right;
        width: 370px;
        height: 114px;
    }
    
    #live_support h5 {
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: underline;
        margin-left: 100px;
        margin-top: 4px;
    }
    
    #live_support .text {
        margin: 0px;
        font-size: 11px;
        color: #ffffff;
        margin: 5px 15px 0px 100px;
        line-height: 13px;
    }
    
/* Form
-------------------------------------------------------------- */
    
    #form {
        float: left;
        margin-top: 17px;

    }
    
    #form_text {
        margin-top: 20px;
        float: left;
        width: 85px;
        font-size: 11px;
        font-family: tahoma;
        font-weight: bolder;
        color: #646464;
    }
    
    #form .input {
        font-size: 11px;
        margin-bottom: 8px;
        width: 260px;
    }
    
    .input_alert {
        font-size: 11px;
        margin-bottom: 8px;
        width: 257px;
        border: 0px;
        padding-left: 5px;
        background: url('http://www.vbulletincustomization.com/img/site/menu_bg.png');
        color: #ff0000;
    }
    
    #form .textarea {
        font-size: 11px;
        margin-bottom: 8px;
        width: 260px;
    }
    
    #form .button {
        font-size: 11px;
        margin-bottom: 8px;
    }
    
/* Content
-------------------------------------------------------------- */

    #container {
        width: 990px;
        margin: 0px auto;
        background: #ffffff;
    }
    
    #main_left {
        float: left;
    }
 
    #menu_main {
        margin-bottom: 0px;
        clear: both;
        width: 613px;
        height: 33px;
    }
    
    #menu_main ul {
        padding: 0px;
        margin: 0px auto;
        height: 33px;
        list-style: none;
        text-align: left;
    }
    
    #menu_main .lioff {
        line-height: 11px;
        float: left;
        height: 21px;
        padding: 8px 10px 0px 10px;
        border-left: solid 1px #f7f7f7;
        font-weight: bold;
        cursor: pointer;
    }
    
    #menu_main .lion {
        line-height: 11px;
        float: left;
        height: 21px;
        background: #f7f7f7;
        padding: 8px 10px 0px 10px;
        border-left: solid 1px #f7f7f7;
        font-weight: bold;
        cursor: pointer;
    }

    #menu_main .lioff_soon {
        line-height: 11px;
        float: left;
        height: 21px;
        padding: 10px 10px 0px 10px;
        border-left: solid 1px #f7f7f7;
        font-weight: bold;
        font-size: 11px;
        color: #d6d6d6;
        cursor: default;
    }
    
    #menu_main .lion_soon {
        line-height: 11px;
        float: left;
        height: 21px;
        padding: 10px 10px 0px 10px;
        border-left: solid 1px #f7f7f7;
        font-weight: bold;
        font-size: 11px;
        color: #c0c0c0;
        cursor: default;
        background: url("http://www.vbulletincustomization.com/img/site/soon.png") no-repeat right top;
    }

    #menu_main a {
        font-size: 11px;
        color: #697d8c;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
    }
    
    #main_wrapper {
        width: 613px;
        color: #363636;
        font-size: 11px;
        padding-top: 10px;
    }
    
    .testimonials {
        width: 500px;
        margin: 20px;
        padding: 10px 0px 10px 10px;
        border-left: solid 3px #697D8C;
        font-style: italic;
    }
    
    .author {
        float:right;
        font-size: 14px;
        font-weight: bold;
    }
    
    #main_wrapper a {
        color: #a8a8a8;
    }
    
    .portfolio {
        float: left;
        margin: 10px;
        padding: 5px;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
    }
    
    .portfolio h3 {
        padding: 0px;
        font-size: 13px;
        color: #993333;
    }
    
    .portfolio img {
        margin-right: 20px;
    }
    
    #main_image {
        background: url("http://www.vbulletincustomization.com/img/site/main_img.jpg") no-repeat;
        width: 613px;
        height: 378px;
    }
    
    #main_bg {
        background: url("http://www.vbulletincustomization.com/img/site/main_bg.jpg") no-repeat;
        width: 613px;
        height: 146px;
    }
    
    #main_text {
        color: #333333;
        font-size: 11px;
        padding: 10px;
        width: 590px;
    }
    
    #main_text a {
        color: #363636;
    }
    
    #main_text a:hover {
        text-decoration: none;
    }
    
    #main_text_title {
        color: #85b2e1;
        font-size: 15px;
        padding: 10px 10px 10px 0px;
        width: 590px;
        font-weight: bold;
    }
    
    #main_right {
        float: right;
        width: 360px;
        margin-top: 45px;
        margin-right: 10px        
    }
    
    #main_right a {
        color: #888888;
        font-weight: bold;
    }
    
    #main_right a:hover {
        text-decoration: none;
    }
    
    h4 {
        font-size: 18px;
        font-family: tahoma;
        color: #697D8C;
        margin: 0px;
        
    }
    h5 {
        font-size: 11px;
        font-family: tahoma;
        color: #cacaca;
        margin: 0px 0px 5px 0px;
    }
    
    .column_text {
        font-size: 11px;
        font-family: tahoma;
        color: #363636;
        margin: 0px;
    }
    
    
    
    #footer_container {
        border-top: 1px solid #ededed;
        width: 100%;
        clear: both;
        min-width:1000px;
    }
        
    #footer {
        width: 980px;
        margin: 0px auto;
    }
        
    #footer_menu {
       width: 603px;
       list-style: none;
       padding: 0px;
       margin: 0px;
       float: left;
       
    }
    
    #footer_menu li{
        padding: 0px 0px 3px;
        display: block;
        float: left;
        position: relative;
    }
    
        #footer_menu li a
    {
        color: #363636;
        font-size: 11px;
        border-left: solid 1px #ededed;
        padding: 7px 5px 7px 5px;
        font-weight:bold;
        display: block;
        text-decoration: none;
    }
    
    .copyright {
        float: left;
        margin-left: 20px;
        font-size: 11px;
        color: #000000;
    }
    
    .copyright a {
        color: #333333;
        text-decoration: none;
    }
    
    #footer_menu li a {
        color: #646464;
        text-decoration: none;
    }
    
        #footer_menu li a:hover {
        color: #999999;
        text-decoration: none;
    }
    
    em {
        color: #ff0000;
    }
    .quote {
        margin-right: 30px;
    }
    .quote input {
        font-size: 11px;
        width: 340px;
        margin-bottom: 7px;
    }
    
    .quote textarea {
        width: 340px;
    }
    
    .quote .send_quote {
        width: 50px;
    }
    
    .terms_p {
        margin-left: 20px;
    }
    
    .promo {
        background: #f1f1f1;
        border: solid 1px #85bbdd;
        padding: 20px;
        width: 500px;
        float: left;
    }
    
    .promo input {
        font-size: 11px;
        width: 220px;
        margin-bottom: 7px;
    }
    
    .quote_red {
        color: #ff0000;
    }
       
    .promo .promobutton {
        font-size: 11px;
        width: 180px;
    }
    
    .promo .promobutton2 {
        font-size: 11px;
        width: 50px;
    }
    
    .mods {
        margin: 10px;
        padding: 5px;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        float: left;
    }
    
    .mods .mods_button {
        font-size: 11px;
        margin-top: 7px;
        width: 99px;
    }
    
    .mods .mods_button_demo {
        font-size: 11px;
        margin-top: 7px;
        width: 79px;
    }
    
    .mods h3 {
        margin: 3px;
        padding: 0px;
        font-size: 13px;
        color: #993333;
    }
    
    .mods img {
        margin-right: 20px;
    }
    
    .mods ul {
        list-style: square;
    }
    
    #order {
        padding: 20px;
        float: left;
    }
    
    #order input {
        font-size: 11px;
        width: 353px;
        margin-bottom: 7px;
    }
    #order .button {
        font-size: 11px;
        width: 50px;
        margin-top: 7px;
    }
    
    #order textarea {
        width: 353px;
    }
    
    #checkboxdiv .checkbox {
		width: 15px;
        margin: 0px 5px 0px 0px;
        padding: 0px;
            
    }
/* Mods Pop-up
-------------------------------------------------------------- */

	#wrap_popup
	{
		width: 720px;
		margin: 0px auto;
		height: 580px;
		padding: 5px;
        color: #000000;
        font-size: 11px;
	}
	#wrap_popup img
	{
		border: 2px solid #ececec;
		width: 700px;
		height: 425px;
		padding: 5px;
	}
	#wrap_popup p
	{
		width: 695px;
		padding: 8px;
		min-height: 60px;
		margin:  5px 0px;
		border: 2px solid #ececec;
	}
    .price {
        color: #ff0000;
        font-size: 17px;
    }
/* Pop-up Pager
-------------------------------------------------------------- */

    ul.pager 
    {
    	list-style: none;
    	text-align: center;
    	white-space: nowrap;
		margin: 0px auto;
		width: 270px;
    }
    ul.pager li 
    {
    	list-style: none;
        float: left;
        text-decoration: none;
        padding-top: 3px;
        margin: 2px;
    }
    ul.pager li a:link, ul.pager li a:visited 
    {
        text-decoration: none;
        font-weight: bold;
        color: white;
        background-color: #5ca6ce;
        border: 1px solid #ececec;
        padding: 5px 8px;
    }
    ul.pager li a:hover, ul.pager li a:active
    {
        text-decoration: none;
        font-weight: bold;
        color: #5ca6ce;
        background-color: white;
        border: 1px solid #5ca6ce;
        padding: 5px 8px;
    }	
	ul.pager li a.active
	{
		text-decoration: none;
        font-weight: bold;
        color: #5ca6ce;
        background-color: white;
        border: 1px solid #5ca6ce;
        padding: 5px 8px;	
	}
    
    #header_menu a {
        color: #ffffff;
    }
    
    #header_menu a:hover {
        color: #ffffff;
        text-decoration: none;
    }
