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

body {
     font-size:75%;
	 line-height: 1.3em;
     color: black;
	 font-family: Arial, Helvetica, sans-serif;
	 font-style: normal;
	 font-weight:normal;
     background: white;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: separate;
}

caption, th, td {
     text-align: left;
     font-weight: normal;
}



a img, :link img, :visited img {
	border: none;
	}

:link, :visited {
	text-decoration: none;
	}
	
.center { text-align: center; }

.clear {
	display: block;
	clear: both;
	height: 1%;
	margin: 0;
	padding: 0;
	font-size: 1px; 
	line-height: 1px;
}
.bottom_clear {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	background-color:#e10101;
}

div.clearfix:after {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0; 
}
div.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html div.clearfix { height: 1%; }
div.clearfix { display: block; }
/* End hide from IE-mac */
	
/*fix for safari 3+. An issue with the way it renders light type on the dark background 
--text-shadow: #000 0 0 0; for safari
-moz-opacity: 0.99; for firefox. should be careful with this fix. as it will break any flash element that it touches in firefox. 
*/

P {
	text-shadow: #000000;
	-moz-opacity:0.99;
	}


#page_wrapper {
	width:979px;
	border:0px solid #B7B7B7;
	margin: 0 auto;
	}
#page_header {
	width:100%;
	height:69px;
	}
	
#logo_home {
	background-image:url(../images/logo_home_page.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	height:69px;
	width:30%;
	margin-left:20px;
	float:left;
	display:inline;
	overflow:hidden;
	}

#logo_home a img{
	height:69px;
	width:285px;
	border:0px solid green;
	}
#primary_nav {
	width:66%;
	height:66px;
	float:right;
	display:inline;
	margin:0; padding:0;
	overflow:hidden;
	}
	
#primary_nav ul {
	text-align:right;
	margin-top:25px;
	}
	
#primary_nav li {
	padding:2px 1px;
	display:inline;
	vertical-align:top;
	margin:0px;
	}
	
/* primary navigation (top right links) link styles  start here */	
.home a img{
	height:16px; width:64px;
	}	
.home a{
	background-image:url(../images/link_home.png);
	height:16px; width:64px;
	}
.home a:hover{
	background-image:url(../images/link_home_hover.png);
	height:16px; width:64px;
	}
	
.present_page_home{
	background-image:url(../images/link_home_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px;
	}
	
.why_gifts a img{
	height:16px; width:88px;
	}	
.why_gifts a{
	background-image:url(../images/link_gifts.png);
	height:16px; width:88px;
	}
.why_gifts a:hover{
	background-image:url(../images/link_gifts_hover.png);
	height:16px; width:88px;
	}
	
.present_page_why_gifts{
	background-image:url(../images/link_gifts_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px
	}

.programs a img{
	height:16px; width:85px;
	}	
.programs a{
	background-image:url(../images/link_programs.png);
	height:16px; width:85px;
	}
.programs a:hover{
	background-image:url(../images/link_programs_hover.png);
	height:16px; width:85px;
	}
	

.present_page_programs{
	background-image:url(../images/link_programs_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px
	}	
.solutions a img{
	height:16px; width:84px;
	}	
.solutions a{
	background-image:url(../images/link_solutions.png);
	height:16px; width:84px;
	}
.solutions a:hover{
	background-image:url(../images/link_solutions_hover.png);
	height:16px; width:84px;
	}
	
.present_page_solutions{
	background-image:url(../images/link_solutions_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px
	}
	
.about_us a img{
	height:16px; width:79px;
	}	
.about_us a{
	background-image:url(../images/link_about_us.png);
	height:16px; width:79px;
	}
.about_us a:hover{
	background-image:url(../images/link_about_us_hover.png);
	height:16px; width:79px;
	}
	
.present_page_about_us{
	background-image:url(../images/link_about_us_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px
	}
	
.contact_us a img{
	height:16px; width:88px;
	}	
.contact_us a{
	background-image:url(../images/link_contact_us.png);
	background-repeat:no-repeat;
	height:16px; width:88px;
	}
.contact_us a:hover{
	background-image:url(../images/link_contact_us_hover.png);
	height:16px; width:88px;
	}
	
.present_page_contact_us{
	background-image:url(../images/link_contact_us_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px
	}
	
.testimonials a img{
	height:16px; width:100px;
	}	
.testimonials a{
	background-image:url(../images/link_testimonials.png);
	height:16px; width:100px;
	}
.testimonials a:hover{
	background-image:url(../images/link_testimonials_hover.png);
	height:16px; width:100px;
	}
	
.present_page_testimonials{
	background-image:url(../images/link_testimonials_hover.png);
	vertical-align:bottom;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 2px
	}

/* primary navigation (top right links) link styles  end here */	
	
#page_body {
	width:100%;
	height:369px;
	background-color:#e10101;
	}
#internal_page_top_container {
	width:100%;
	height:167px;
	background-color:#e10101;
	}

#internal_header{
	height:167px;
	width:401px;
	float:left;
	}
	
#internal_image{
	height:167px;
	width:315px;
	float:right;
	}
#top_corners {
	height:5px; width:100%;
	background-image:url(../images/white_top_corner.png);
	background-repeat:repeat-x;
	margin-top:10px;
	font-size:2px;
	}	
.white_corner_left {
	float:left;
	background-image:url(../images/white_corner_top_left.png);
      	background-repeat:no-repeat;
	height:5px; width:5px;
	font-size:2px;
	}
	
.white_corner_right {
	float:right;
	background-image:url(../images/white_corner_top_right.png);
	background-repeat:no-repeat;
	height:5px; width:5px;
	font-size:2px;
	}
	
#bottom_corners {
	height:5px; width:100%;
	background-image:url(../images/white_bottom_corner.png);
	background-repeat:repeat-x;
	margin-bottom:10px;
	font-size:2px;
	}	
.white_corner_left_bottom{
	float:left;
	background-image:url(../images/white_corner_bottom_left.png);
    background-repeat:no-repeat;
	height:5px; width:5px;
	}
	
#internal_page_content {
	margin: 0 auto;
	overflow:hidden;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	display:block;
	height:1%;
	}
	
.white_corner_right_bottom {
	float:right;
	background-image:url(../images/white_corner_bottom_right.png);
	background-repeat:no-repeat;
	height:5px; width:5px;
	}		
.header_programs {
	background-image:url(../images/header_programs.png);
	background-repeat:no-repeat;
	}
	
.header_why_gifts {
	background-image:url(../images/header_why_gifts.png);
	background-repeat:no-repeat;
	}
	
.header_solutions {
	background-image:url(../images/header_solutions.png);
	background-repeat:no-repeat;
	}
	
.header_about_us {
	background-image:url(../images/header_about_us.png);
	background-repeat:no-repeat;
	}
	
.header_contact_us {
	background-image:url(../images/header_contact.png);
	background-repeat:no-repeat;
	}
	
.header_testimonials {
	background-image:url(../images/header_testimonials.png);
	background-repeat:no-repeat;
	}
	
#bread_crumbs {
	margin-top:8px;
	margin-left:15px;
	color:#FFFFFF;
	}
	
#bread_crumbs li {
	display:inline;
	padding:2px;
	overflow:hidden;
	color:#FFFFFF;
	}
	
#bread_crumbs li a:link, #bread_crumbs li a:active, #bread_crumbs li a:hover, #bread_crumbs li a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#bread_crumbs span {
	padding:0px;
	overflow:hidden;
	color:#FFFFFF; 
	}
	
#column_one {
	background-image:url(../images/badge_bg.png);
	background-position:0px 187px;
	background-repeat:no-repeat;
	height:500px;
	width:200px;
	float:left;
	}
	
#column_one ul {
	margin-top:15px; 
	margin-left:5px; 
	border-right:3px solid #e4e4e4;
	padding:10px;
	padding-top:0px;
	font-size:.99em; 
	} 
#column_one ul li {
	margin:1em 0em;
	background-image:url(../images/bullet_red.png);
	background-position:0px 5px; 
	background-repeat:no-repeat;
	padding-left:20px;
	}
	
#column_one ul li.header {
	margin-bottom:-8px;
	padding:0px;
	background-image:none;
	font-weight:bold;
	color:#FF0000;
	padding-top:5px;
	}
	
#column_one ul li a:link, #column_one ul li a:active, #column_one ul li a:visited, #column_one ul li a:hover{
	color:#828282;
	text-decoration:underline;
	}	
#column_two {
	width:498px;
	min-height:300px;
	float:left;
	margin-left:10px;
	padding:12px 0px 5px 5px;
	}
	
.short_top_text {
	margin-bottom:15px;
	font-size:.89em;
	}
	
#column_two h1 {
	font-size:1.3em; 
	font-weight:bold;
	margin-bottom:10px;
	}
	
#column_two h2 {
	font-size:1.2em; 
	font-weight:bold;
	margin-bottom:7px; 
	}
#column_two h3 {
	font-size:1.1em; 
	font-weight:bold;
	margin-bottom:4px;
	}
	
#column_two p {
	margin-bottom:10px;
}
#column_two ol {
	margin-top:5px;
	margin-left:28px;
	margin-bottom:13px;
	}
	
#column_two ol li{
	line-height:1.8em;
	list-style-type:upper-alpha;
	list-style-position:inside;
		}
.plain_list{
	margin-top:15px;
	margin-bottom:15px;
	}
	
.plain_list li{
	list-style-type:square;
	list-style-position:outside;
	line-height:1.8em;
	margin-left:20px;
	}

#partner_logo_container {
	float:left;
	margin-right:15px;
	margin-top:20px;
	display:block;
	}
#partner_logo_container img{
	display:block;
	}
		

/*		
li.first_column {
	width:225px;
	text-indent:0px;
	}
.double_line_left_clear{
	margin-left:15px;
	} 	
li.second_column {
	margin-left:245px;
	}
	
li.reset {
	margin-top:-130px;
	}
	*/
	
	
#column_three {
	margin:15px 0px 15px 10px; 
	border-left:3px solid #e4e4e4;
	width:200px;
	height:500px;
	float:right;
	padding:15px 18px;
	}
#column_three p{
	margin-left:18px;
	}
	
h2.see_online_demo{
	background:url(../images/head_see_online_demo.png) 0px 0px no-repeat;
	height:18px; width:120px;
	}
	
h2.seamless_integration{
	background:url(../images/head_seamless_integration.png) 0px 0px no-repeat;
	height:18px; width:120px;
	}
	
h2.featured_estore{
	background:url(../images/head_featured_estore.png) 0px 0px no-repeat;
	height:18px; width:120px;
	}
	
	
#column_three a:link, #column_three a:active, #column_three a:hover, #column_three a:visited{
	color:#e10101;
	text-decoration:underline;
	font-size:.89em;
	}
	
img.live_demo{
	padding:6px 13px 0px 13px;
	margin-bottom:30px;
	}
	
img.featured_store{
	padding:4px 13px 0px 13px;
	margin-bottom:0px;
	}
.top_gap{
	height:30px;
	}
#column_three h2{
	padding-left:15px;
	padding-bottom:10px;
	}
	
/* top header images */	
.why_gifts_image{
	background-image:url(../images/program_image.png);
	background-repeat:no-repeat;
	}
	
.program_image{
	background-image:url(../images/header_image_program.png);
	background-repeat:no-repeat;
	}
	
.solutions_image{
	background-image:url(../images/header_image_solutions.png);
	background-repeat:no-repeat;
	}
	
	
.about_us_image{
	background-image:url(../images/header_image_about_us.png);
	background-repeat:no-repeat;
	}
	
.contact_us_image{
	background-image:url(../images/header_image_contact.png);
	background-repeat:no-repeat;
	}
	
.testimonials_image{
	background-image:url(../images/header_image_testimonials.png);
	background-repeat:no-repeat;
	}
		
.curvy_top_left {
	background-image:url(../images/curvy_top_left.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:5px;
	width:5px;
	margin:0;
	float:left;
	display:inline;
	overflow:hidden;
	}
.curvy_bottom {
	background-image:url(../images/content_bottom_bg.png);
	background-repeat:repeat-x;
	height:5px;
	margin:0px;
	padding:0px;
	}

	
.curvy_top_right {
	background-image:url(../images/curvy_top_right.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:5px;
	width:5px;
	margin:0px;
	padding:0px;
	float:right;
	display:inline;
	overflow:hidden;
	}
	
.curvy_bottom_left {
	background-image:url(../images/curvy_bottom_left.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:5px;
	width:5px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	overflow:hidden;
	}
	
.curvy_bottom_right {
	background-image:url(../images/curvy_bottom_right.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:5px;
	width:5px;
	margin:0;
	float:right;
	display:inline;
	overflow:hidden;
	}

#page_body_left{
	height:362px;
	width:60%;
	margin:0;
	float:left;
	display:inline;
	overflow:hidden;
	}
	
.punch_line {
	background-image:url(../images/punch_line_home_page.gif);
	background-repeat:no-repeat;
	margin:45px 0px 0px 34px;
	padding:0px;
	height:101px;
	width:457px;
	}
	
.punch_line img {
	margin:0px;
	padding:0px;
	height:101px;
	width:457px;
	border:none;
	}
	
.programs_listing {
	background-image:url(../images/programs_home_page.gif);
	background-repeat:no-repeat;
	height:163px;
	width:494px;
	padding-right:0px;
	margin:52px 0px 0px 45px;
	}
	
.programs_listing img {
	margin:0px;
	padding:0px;
	height:163px;
	width:498px;
	border:none;
	}
	
#page_body_right{
	height:362px;
	width:40%;
	margin:0;
	float:right;
	display:inline;
	overflow:hidden;
	}
	
#page_body_right ul {
	margin-top:43px;
	padding-right:45px;
	float:right;
	}
	
#page_body_right li {
	padding:0px; margin:0px;
	padding:1em .5em;
	display:inline;
	}
.video_container {
	width:353px;
	height:270px;
	padding:0px;
	margin:0px;
	float:right;
	padding-right:32px;
	}
	
.video_container img {
	border:none;
	}
#clients {
	float:left;
	width:48%;
	margin:0px;
	padding:2px;
	}
	
#clients h1, #partners h1{
	color:#0f0f0f;
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
	margin-left:15px;
	padding-bottom:5px;
	}
	
#clients h1 span, #partners h1 span{
	display:none;
	}
#clients h1 {
	background-image:url(../images/we_work_for.png);
	background-position:0 8px;
	background-repeat:no-repeat;
	height:28px;
	}
	
#partners h1 {
	background-image:url(../images/solution_partners.png);
	background-position:0 8px;
	background-repeat:no-repeat;
	height:28px;
	}
	
#clients ul, #partners ul {
	padding-top:5px;
	padding-right:5px;
	}
	
#clients li, #partners li {
	padding:0px; margin:0px;
	padding:1em 1.5em;
	display:inline;
	}
	
#partners li {
	padding:1em .5em;
	}		
#partners {
	float:right;
	width:48%;
	margin:0px;
	padding:2px;
	}

#clients hr, #partners hr {
border:none;
color:#e10101;
background-color:#e10101;
height:3px;
width:98%;
}	

#page_footer {
	width:100%;
	height:40px;
	
	}
	
#page_footer span{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:25px;
	width:217px;
	float:right;
	}
#page_footer p {
	float:right;
	margin:0px;
	padding:1.0em 1.5em;
	padding-top:.69em;
	color:#949494;
	font-size:.89em;
	display:none;
	}
	
#page_footer p span{
	color:#e10101;
	}
/* h1 backgrounds in programs page */	
h1.head_company_store_programs{
	background:url(../images/head_company_stores_program.png) 0px 0px no-repeat;
	height:20px; width:270px;
	}
	
h1.head_appreciation_programs{
	background:url(../images/head_appreciation_program.png) 0px 0px no-repeat;
	height:20px; width:270px;
	}
	
h1.head_custom_designed_programs{
	background:url(../images/head_custom_designed_programs.png) 0px 0px no-repeat;
	height:20px; width:270px;
	}
	
#gifts_table {
	text-align:left;
	width:100%;
	border:1px solid #c8c8c8;
	border-bottom:none;
		}
	
#gifts_table caption {
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
	line-height:2em;
	}

#gifts_table th {
	font-weight:bold;
	}

#gifts_table td, #gifts_table th {
	border-bottom:1px solid #c8c8c8;
	padding:10px;
	}
	
label {
	font-size:.9em;
	}

input {
	font-size:.9em;
	}
.name {
	margin-left:63px; 
	}
	
.email {
	margin-left:51px;
	}
	
.comments{
	margin-left:40px;
	height:40px; 
	width:200px;
	}
	
.submit_button {
	margin-left:96px; 
	font-size:.9em; 
	}

#client_logos {
	border-top:1px solid #e4e4e4;
	padding-top:5px;
	padding-bottom:10px;
	}
	
#client_logos li {
	display:inline; 
	border:none; 
	margin-top:10px; 
	margin-right:30px; 
	margin-bottom:10px; 
	margin-left:0px;
	}
	
#client_logos li img {
	border:none; 
	display:inline;
	margin-bottom:20px;
	}
		
#go_top {
	margin-top:-15px; 
	margin-bottom:10px;
	text-align:right; 
	}	
