﻿@font-face
{
    font-family:RageItalic;
    src:url(./fonts/RAGE.ttf);
}

/******* SPLASH SECTION *******/
.splash_long_wrap
{
    float:left;
    width:988px;
    height:445px;
    margin-top:0px;
    margin-left:0px;
    margin-bottom:0px;
    background-color:#ffffff;
    background-image:url(../images/home/main_splash5.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	border:1px solid #d6d6d6;
}

.splash_info_contain
{
    float:left;
    width:600px;
}

h1
{
    float:left;
    font-family:Georgia;
    font-size:36px;
    text-align:left;
    margin-left:45px;
    margin-top:35px;
    display:block;
    padding-top:0px;
    width:550px;
    color:#313131;
    line-height:50px;
    font-style:italic;
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.8);
}

.splash_text
{
    float:left;
    font-family:Georgia;
    font-size:18px;
    text-align:left;
    margin-left:50px;
    margin-top:35px;
    width:380px;
    color:#313131;
    font-style:italic;
}

.splash_star
{
    float:left;
    width:16px;
    height:16px;
    background-image:url(../images/home/star2.png);
    display:inline;
    margin-top:1px;
    margin-right:12px;
}


.upload_button
{
	float:left;
	width:214px;
	height:48px;
	display:inline;
	margin-left:50px;
	margin-top:35px;
	background-color:#11c90d;
	border:1px solid #11c90d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:Verdana;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
	font-size:14px;
	line-height:14px;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-decoration:none;
}

.upload_button::after
{
	content:'';
	float:left;
	width:212px;
	height:24px;
	-moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    background:rgba(255, 255, 255, 0.1);
    border:1px solid #2bd430;
    border-top:1px solid #42e258;
    border-bottom:none;
    margin-top:-31px;
}

.upload_button:hover::after
{
	background-color:transparent;
}

.upload_button:hover
{
	background-color:#00c100;
	/*border:1px solid #00c100;*/
}   

.upload_button span
{
    float:left;
	width:100%;
	margin-top:17px;
	text-decoration:none;
}

.upload_button_off
{
	float:left;
	width:214px;
	height:48px;
	display:inline;
	margin-left:50px;
	margin-top:35px;
	background-color:#dfdfdf;
	border:1px solid #bebebe;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:Verdana;
	color:#a0a0a0;
	text-align:center;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.4);
	font-size:14px;
	line-height:14px;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-decoration:none;
}

.upload_button_off span
{
    float:left;
	width:100%;
	margin-top:17px;
	text-decoration:none;
}


.demo_body_main_wrap
{
	float:left;
	width:319px;
	display:inline;
	margin-top:10px;
}

.demo_coupon_timer_text
{
    float:left;
    width:30px;
    font-size:9px;
    color:#515151;
    text-align:right;
    font-family:Verdana;
    margin-top:2px;
    margin-right:5px;
    margin-left:5px;
    text-transform:uppercase;
}

.demo_coupon_button
{
    float:right;
    width:113px;
    height:30px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-306px -3px;
}
  
/********************************************************************************************************/
.fineart_body_main
{
	float:left;
	width:317px;
	height:auto;
	padding-bottom:15px;
	margin-left:0px;
	display:inline;
	border:1px solid #d6d6d6;
	margin-top:0px;
	overflow:hidden; 
	background-color:#ffffff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.fineart_title
{
    float:left;
    width:258px;
    font-family:Verdana;
    font-size:14px;
    color:#1e1e1e;
    text-align:left;
    margin-top:20px;
    margin-left:20px;
}

.fineart_h1
{
	float:left;
	width:auto;
	font-family:Georgia, Serif;
	text-align:left;
	font-size:28px;
	font-style:italic;
	color:#006ab3;
	text-decoration:none;
	margin-top:10px;
	margin-left:20px;
}

.fineart_h1:hover
{
	color:#313131;
}

.fineart_body
{
	float:left;
	width:317px;
	height:auto;
	margin-top:10px;
}

.fineart_para
{
	float:left;
	text-align:left;
	font-family:Verdana, Sans-Serif;
	font-size:12px;
	color:#515151;
	line-height:20px;
	width:165px;
	margin-left:20px;
	margin-top:15px;
}

.fineart_para b
{
	color:#313131;
}

.fineart_img
{
	float:left;
	width:112px;
	height:174px;
	border:none;
	margin-left:10px;
}

.fineart_button
{
	float:left;
	width:214px;
	height:42px;
	display:inline;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#006ab3;
	border:1px solid #006ab3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:Verdana;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
	font-size:12px;
	line-height:12px;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-decoration:none;
}

.fineart_button::after
{
	content:'';
	float:left;
	width:212px;
	height:20px;
	-moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    background:rgba(255, 255, 255, 0.1);
    border:1px solid #0375c3;
    border-top:1px solid #0d93ef;
    border-bottom:none;
    margin-top:-27px;
}

.fineart_button:hover::after
{
	background-color:transparent;
}

.fineart_button:hover
{
	background-color:#0063ac;
	/*border:1px solid #00c100;*/
}   

.fineart_button span
{
    float:left;
	width:100%;
	margin-top:15px;
	text-decoration:none;
}

.fineart_button_off
{
	float:left;
	width:214px;
	height:42px;
	display:inline;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:Verdana;
	color:#a0a0a0;
	text-align:center;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.4);
	font-size:12px;
	line-height:12px;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-decoration:none;
}

.fineart_button_off span
{
    float:left;
	width:100%;
	margin-top:15px;
	text-decoration:none;
}

.demo_body_main
{
	float:left;
	width:317px;
	height:auto;
	padding-bottom:15px;
	margin-left:0px;
	display:inline;
	border:1px solid #d6d6d6;
	margin-top:10px;
	overflow:hidden; 
	background-color:#ffffff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.demo_header
{
    float:left;
    width:317px;
    border-bottom:1px solid #d6d6d6;
}


.demo_title_box_end
{
    float:left;
    width:100%;
    height:50px;
}

.demo_title
{
    float:left;
    width:258px;
    font-family:Verdana;
    font-size:14px;
    color:#1e1e1e;
    text-align:left;
    margin-top:18px;
    margin-left:15px;
}

.demo_dot
{
    float:left;
    width:9px;
    height:9px;
    background-image:url(../images/home/nav_home.png);
    background-position:-67px -39px;
    background-repeat:no-repeat;
    margin-top:29px;
    margin-left:20px;
}

.demo_big_text
{
    float:left;
    width:280px;
    font-family:Verdana;
    font-size:.8em;
    color:#1e1e1e;
    text-align:left;
    margin-top:25px;
    margin-left:8px;
    
}

.demo_big_text3
{
    float:left;
    width:258px;
    font-family:Verdana;
    font-size:16px;
    color:#006ab3;
    text-align:left;
    margin-top:30px;
    margin-left:30px;
    cursor:pointer;
    text-decoration:none;
    line-height:24px;
}

.demo_big_text3:hover
{
	color:#313131;
}

.demo_small_text
{
    float:left;
    width:317px;
    font-family:Verdana;
    font-size:12px;
    color:#006ab3;
    text-align:center;
    margin-top:30px;
    margin-bottom:10px;
    cursor:pointer;
    text-decoration:none;
    padding-top:25px;
    border-top:1px solid #d6d6d6;
}

.demo_small_text:hover
{
	color:#313131;
}

.demo_big_text2
{
    float:left;
    width:280px;
    font-family:Verdana;
    font-size:.6em;
    color:#7e7e7e;
    text-align:left;
    margin-top:15px;
    margin-left:32px;
    
}

.logo_row
{
    float:left;
    width:289px;
    margin-left:12px;
    margin-top:15px;
}

.visa_logo
{
    float:left;
    width:51px;
    height:31px;
    background-image:url(../images/home/nav_home.png);
    background-position:-5px -76px;
    background-repeat:no-repeat;
    margin-left:5px;
    margin-top:15px;
}

.mc_logo
{
    float:left;
    width:50px;
    height:31px;
    background-image:url(../images/home/nav_home.png);
    background-position:-75px -76px;
    background-repeat:no-repeat;
    margin-left:10px;
    margin-top:15px;
}

.amex_logo
{
    float:left;
    width:51px;
    height:31px;
    background-image:url(../images/home/nav_home.png);
    background-position:-143px -76px;
    background-repeat:no-repeat;
    margin-left:10px;
    margin-top:15px;
}

.paypal_logo
{
    float:left;
    width:101px;
    height:32px;
    background-image:url(../images/home/nav_home.png);
    background-position:-7px -6px;
    background-repeat:no-repeat;
    margin-top:18px;
    margin-left:8px;
}

.google_logo
{
    float:right;
    width:49px;
    height:29px;
    background-image:url(../images/home/nav_home.png);
    background-position:-370px -166px;
    background-repeat:no-repeat;
    margin-top:-43px;
    margin-right:15px;
}

.google_accepted_logo
{
    float:left;
    margin-left:0px;
    margin-top:0px;
    overflow:hidden;
    width:214px;
}

.long_demo_body_main
{
	float:left;
	width:660px;
	display:inline;
	overflow:hidden;
	margin-left:10px;
	margin-top:10px;
}

.long_demo_body_border
{
	float:left;
	width:658px;
	height:auto;
	background-color:#ffffff;
	border:1px solid #d6d6d6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.long_demo_header
{
    float:left;
    width:658px;
    
}

.long_demo_title_box
{
    float:left;
    width:328px;
    height:50px;
    border-right:1px solid #d6d6d6;
    background-color:#f1f1f1;
    cursor:pointer;
    overflow:hidden;
    border-bottom:1px solid #d6d6d6;
}

#box1
{
    background-color:#fff;
    border-bottom:none;
}

#box_div2
{
    display:none;
}

#box_div1
{
    display:inline;
}


.long_demo_title
{
    float:left;
    width:100%;
    font-family:Verdana;
    font-size:12px;
    color:#1e1e1e;
    text-align:center;
    margin-top:18px;
}

.review_bg
{
    float:left;
    height:auto;
    width:658px;
    margin-top:0px;
}

.review_datalist
{
    float:left;
    height:auto;
    width:658px;
    margin-top:0px;
    padding:0px;
    display:inline;
}

.review_item
{
    float:left;
    width:608px;
    margin-top:25px;
    margin-left:25px;
    padding-bottom:25px;
    border-bottom:1px solid #d6d6d6;
}

.review_actual
{
	float:left;
    width:600px;
	font-family:georgia, serif;
    font-size:18px;
    color:#313131;
	text-align:left;
    font-style:italic;
    line-height:28px;
    margin-left:4px;
}

.review_stars
{
	float:left;
	width:105px;
	height:24px;
	border:none;
	margin-top:10px;
}

.review_stars_count
{
	float:left;
	font-size:11px;
	color:#7e7e7e;
	font-family:verdana;
	line-height:12px;
	margin-left:5px;
	margin-top:17px;
	text-align:left;
}

.review_info
{
    float:left;
    width:600px;
    font-style:normal; 
    margin-top:17px;
    font-family:verdana;
    font-size:12px;
    color:#515151;
    text-align:left;
    line-height:14px;
    margin-left:4px;
}

.review_info strong
{
	font-size:14px;
}

.review_all_link
{
    float:left;
    font-family:Verdana;
    font-size:14px;
    color:#006ab3;
    text-align:center;
    margin-top:25px;
    margin-right:0px;
    cursor:pointer;
    text-decoration:none;
    width:100%;
    margin-bottom:25px;
    line-height:14px;
}

.review_all_link:hover
{
    color:#1e1e1e;
}

.guarantee_wrap
{
	float:left;
	width:134px;
	margin-top:25px;
	margin-left:25px;
}

.guarantee_logo
{
    float:left;
    width:69px;
    height:71px;
    margin-top:-5px;
    margin-left:0px;
    background-image:url(../images/home/guarantee.png);
}

.truste_logo
{
   float:left;
   margin-left:0px; 
   margin-top:30px;
}

.bbb_logo
{
    float:left;
    width:94px;
    height:36px;
    background-image:url(../images/home/nav_home.png);
    background-position:-204px -132px;
    background-repeat:no-repeat;
    text-decoration:none;
    margin-top:25px;
    margin-left:0px;
}

.guarantee_text
{
    float:left;
    width:440px;
    font-size:14px;
    color:#313131;
    text-align:left;
    font-family:Verdana;
    margin:25px 15px 35px 25px;
    line-height:24px;
}

.feature_list_body_border
{
	float:left;
	width:658px;
	background-color:#ffffff;
	border:1px solid #d6d6d6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
}

.feature_list_seperator
{
    float:left;
    width:608px;
    height:1px;
    line-height:1px;
    font-size:0px;
    background-color:#d6d6d6;
    margin-left:25px;
    margin-right:25px;
}

.feature_list_item
{
    float:left;
    width:658px;
    margin-left:0px;
}

.last_item
{
    border-bottom:none;
    margin-bottom:22px;
}

.feature_list_text
{
    float:left;
    width:600px;
    font-size:12px;
    color:#515151;
    text-align:left;
    font-family:Verdana;
    margin-left:25px;
    margin-top:15px;
    margin-bottom:25px;
    line-height:20px;
}

.feature_title
{
    float:left;
    width:620px;
    font-family:Verdana;
    font-size:14px;
    margin-top:25px;
    margin-left:25px;
    color:#515151;
    text-align:left;
}
