
object {outline:none;}
a {outline:none; text-decoration:none;}
html {width:100%;height:100%;}
img {border:0;}

body {
	font-family: "Georgia", Arial;	
	margin: 0;
	padding: 0;
	color: rgb(102,102,102);
	font-size:14px;
	width:100%;
	height:100%;
	overflow-x:hidden;
	background-color:rgb(126,211,247);
	text-align:left;
}









h1 {
	font-family:"Bowlby One SC", Arial, sans-serif;	
	font-weight:normal;
	font-size:31px;
	letter-spacing:1px;
	color: #fefdeb;
	margin:0px;
	margin-left: -11px;
	top: 20px;
	padding-left:30px;
	padding-top: 3px;
	background-repeat:no-repeat;
}


h2 {
	font-family:"Bowlby One SC", Arial, sans-serif;	
	color:rgb(126,211,247);
	text-transform:uppercase;
	font-size:24px;
    font-weight:normal;
}


p {
	margin-top:0px;
}

a {
	color: #6d6e71;
}

a:hover,
section#gallery a.gall_view_all:hover,
a.d_btn:hover {
	color:#f12183;
}


a.d_btn,
section#gallery a.gall_view_all {
	color:rgb(126,211,247);
	font-family:"Bowlby One SC";
	letter-spacing:1px;
	font-size: 16px;
	position:relative;
}


a.d_btn {
	background-image:url('../images/d_arrow.png');	
	background-repeat:no-repeat;
	background-position:center;
	padding-top:60px;
	left: 560px;
	top: 55px;
}
a.d_btn:hover {
	background-image:url('../images/d_arrow_2.png');	
}


ul {
	margin:0px;
	padding:0px;
}

li {
	margin-left:20px;
}

/*******************************************************************************
/*******************************************************************************
/*******************************************************************************/





#allContent {
	width:100%;
	position:relative;
	padding-top:145px;
	padding-bottom:500px;
	z-index: 11;
}

.content_holder {
	width:800px;
	margin:0px auto;
	position:relative;
	/*padding: 0px 55px;*/
}


article {
	padding-top:28px;
	padding-left:46px;
	line-height: 20px;
}
article p {
	width:580px;
}

.italics,
li,
.italics p ul li {
	font-style:italic;
}




#vid_player_holder {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    position:fixed;
    z-index:999999999;
    display:none;
    top: 0px;
}
#vid_player_holder #vid_player {
    padding:24px;
    background-color:#fefdeb;
    width:700px;
    height:470px;    
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#vid_player_holder #close_vid {
    color: #fff;
    display: block;
    
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    
    left: 746px;
    top: -517px;
    
    width:28px;
    height:28px;
    cursor:pointer;
    background-image:url('../images/close_btn.png');
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* IE 9 */
    -webkit-transform:rotate(0deg); /* Safari and Chrome */
   
    -webkit-transition:  all 0.2s;
    -moz-transition:  all 0.2s;
    transition:  all 0.2s;
    
}

#vid_player_holder #close_vid:hover {
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
}


#clouds {
	width:100%;
	height:100%;
	background-image:url('../images/clouds.png');
	background-position:50% 0px;
	position:fixed;
	z-index: 5;
}
#clouds2 {
	width:100%;
	height:100%;
	background-image:url('../images/clouds2.png');
	background-position:50% 0px;
	background-repeat:no-repeat;
	position:fixed;
	z-index: 6;
}




header {
	background-image:url('../images/header_bg.png');
	background-repeat:repeat-x;
	height:145px;
	margin:0px auto;
	position:fixed;
	z-index:4444;
	width:100%;
}

header #popnodrop_logo {
	margin-top:24px;	
}
header #popnodrop_steps {
	margin-top: 17px;
	margin-left: 50px;	
}


header nav {
	position:absolute;
	top:104px;	
	width:435px;
	right:-20px;
}

header nav a {
	color:rgb(126,211,247);
	font-family:"Bowlby One SC";
	letter-spacing:1px;
	margin-left:10px;
	font-size: 12px;
}

header a.vid_btn {
	width:65px;
	height:52px;
	display: block;
	background-image: url('../images/vid_btn.png');
	background-size: contain;
	position: absolute;
  	right: 0;
  	top: 27px;
}
header a.vid_btn:hover {
	background-image: url('../images/vid_btn_2.png');
}

div#sections_holder {
	position: relative;
	top: 570px;
}

section {
	padding:40px 0px;
	position: relative;
	height:368px;
}
section .content_holder {
	height:368px;
	background-color:#fefdeb;
	z-index:2;
}

section div.drop {
	position:absolute;
	z-index:1;
	display:block;
}


section.extra_content {
	padding:0px 0px;
	width:102%;
	margin-left:-1%;
	background-image:url('../images/grey_bg.png');
	-moz-box-shadow:    inset 0 0 10px #666;
    -webkit-box-shadow: inset 0 0 10px #666;
    box-shadow:         inset 0 0 10px #666;
    /*height:0px;
    margin-top:-1px;*/
}

section.extra_content .content_holder {
	padding:60px 0px;	
}

section.extra_content .closeBtn {
	width:32px;
	height:55px;
	position:absolute;
	right:0px;
	top:-5px;
	cursor:pointer;
}

div#main_icepop_bg {
	background-image:url('../images/bg.png');
	background-repeat:no-repeat;
	background-position: center 0px;
	width:100%;
	position:absolute;
	height:1148px;
	margin-top:170px;
	z-index: 2;
	
}
div#main_icepop {
	
	padding: 0px;
	height: 1148px;
	position:absolute;
	width:100%;
	margin-top:70px;
}

div#main_icepop .content_holder img {
	display:block;
	position:relative;
	margin:0px auto;
}
div#main_icepop .content_holder img#main_image {
	top:-30px;
	z-index: 999999;	
}







section#about {
	
}

section#about .content_holder {
		
}
section#about div.drop {
	background-image:url('../images/drop_red.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:57px;
	height:64px;	
	top: -64px;
	left: 45px;
}

section#about h1 {
	position:relative;
	width:183px;	
	height:56px;	
	background-image:url('../images/about_title.png');
	
}

section#about article img {
	position:absolute;
	right: -21px;
	bottom: 31px;
}

section#vid {
    height:auto;
}
section#vid .content_holder {
    height:97px;
}
section#vid h1 {
    color:#7ed3f7;
    top: 25px;
    position: relative;
    padding-left: 50px;
    width: 100%;
    font-size: 34px;
}
section#vid a:hover h1 {
    color:#333;
}
section#vid a.vid_btn {
    background-image:url('../images/video_btn.png');
    width:75px;
    height:69px;
    position:absolute;
    right:-7px;
    top:10px;    
}
section#vid a.vid_btn:hover {
    background-image:url('../images/video_btn_2.png');
    
}

section#products {
	
}

section#products .content_holder {
	height:100%;
}
section#products div.drop {
	background-image:url('../images/drop_green.png');
	background-repeat:no-repeat;
	background-position: 0px 4px;
	width:46px;
	height:52px;	
	top: -52px;
	right: 65px;
}

section#products h1 {
	position:relative;
	width:252px;	
	height:56px;	
	background-image:url('../images/products_title.png');
	
}
section#products article {
	overflow:hidden;
	padding-top: 15px;

}

section#products article div.main_btns {
	display:inline-block;
	text-align:center;
	cursor:pointer;        
}


section#products article div#prod_homekit {
	margin-left:95px;
}
section#products article div#prod_familykit {
	margin-left:72px;
}



section#products .prod_desc {
	position: relative;
	top: 50px;
}
section#products .prod_desc div.prod_imgs {
	margin-top:100px;
}
section#products .prod_desc div.prod_imgs img {
	display:inline-block;
}

section#products article div#prod_desc_popnodrop img.main {
	position:absolute;
	right: 66px;
	top: -50px;
}

section#products #prod_desc_homekit.prod_desc div.prod_imgs {
	margin-top:5px;
}

section#products #prod_desc_familykit.prod_desc div.prod_imgs {
	margin-top:0px;
}

section#products #prod_desc_homekit.prod_desc p {
	width:610px;
}










section#gallery {
	
}

section#gallery .content_holder {
	height:100%;	
}
section#gallery div.drop {
	background-image:url('../images/drop_blue.png');
	background-repeat:no-repeat;
	background-position: 0px 7px;
	width:52px;
	height:58px;	
	top: -58px;
	left: 48px;
}
section#gallery div.drop.group {
	background-image:url('../images/drops.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:68px;
	height:102px;	
	top: -70px;
	left: 820px;
}

section#gallery h1 {
	position:relative;
	width:252px;	
	height:56px;
	background-image:url('../images/gallery_title.png');
	
}


section#gallery article {
	overflow:hidden;
	height:250px;
	padding-top:18px;
}


section#gallery article ul {
	padding:0px;
	margin:0px;
	margin-left:-24px;
}
section#gallery article ul li {
	height:110px;
	width:133px;
	background-color:#fff;
	text-align:center;
	list-style:none;
	border:1px solid #ead2b7;
	display:inline-block;
	margin:7px;
	cursor:pointer;
}
section#gallery article ul li.current,
section#gallery article ul li:hover {
	border-color:#f12183;
}

section#gallery article ul li img {
	height:110px;
	width:auto;
}
section#gallery a.gall_view_all {
	left: 681px;
	top: 6px;
}




section#purchase {
    height:460px;
    display:none;
}

section#purchase .content_holder {
    height:100%;    
}
section#purchase div.drop {
    background-image:url('../images/drop_blue.png');
    background-repeat:no-repeat;
    background-position: 0px 7px;
    width:52px;
    height:58px;    
    top: -58px;
    left: 48px;
}

section#purchase article {
    overflow:hidden;
    padding-top:18px;
    padding-left: 20px;
}

section#purchase h1 {
    position:relative;
    width:420px;    
    height:56px;
    background-image:url('../images/purchase_title.png');
    
}


section#purchase .purchase_item {
    display:inline-block;
    text-align: center;
    width: 19%;
    vertical-align:top;
    margin-bottom:20px;
}

section#purchase .purchase_item:not(:first-child) {
    border-left:1px solid #e9d3b5;
    margin-left:25px;
    padding-left:25px;
}

section#purchase .purchase_item h2 {
    font-size:15px;
    height:40px;
}
section#purchase .purchase_item .img_holder {
    position:relative;
    margin-bottom:15px;
}
section#purchase .purchase_item .price {
    font-size:15px;
    background-image:url('../images/price_title.png');
    background-repeat:no-repeat;
    color:#fff;
    width:72px;
    height:31px;
    position:absolute;
    top:9px;
    left:-5px;
    font-family:"Bowlby One SC", Arial, sans-serif; 
    font-weight:normal;
    padding-top: 4px;
    padding-left: 8px;
    text-align: left;
}


section#purchase .purchase_item img {
    border:1px solid #e9d3b5;
    width:145px;
    height:145px;
}




section#purchase .purchase_item .pricing {
    text-align:left;
}

section#purchase .purchase_item .pricing select {
    width: 40px;
    text-align: center;
    margin-left: 40px;
    padding-left: 5px;
    border: 1px solid #e9d3b5;
    outline:none;
}

section#purchase .purchase_item .pricing .deliv {
    margin-top:5px;
}
section#purchase .purchase_item .pricing .deliv span {
    width: 35px;
    margin-left: 35px;
}

section#purchase .purchase_item .pricing .deliv {
    font-size:smaller;
}


section#purchase #total {
    border-top:1px solid #1f6c3a;  
    margin-right: 25px;
    padding-top:15px;  
    font-family:"Bowlby One SC", Arial, sans-serif; 
    font-weight:normal;
}


section#purchase #total .msg { 
    font-family: "Georgia", Arial;  
    padding-top:20px;
    font-style:italic;
    font-size:smaller;
}



section#purchase #total .total_price {
    float:right;        
    color:#1f6c3a;
    font-size:18px;
    margin-top: 16px;
}
section#purchase #total .total_price span {
    font-size:32px;    
    margin-left:10px;
}
section#purchase #total .checkout_link {
    float:right;   
    font-size:18px;     
    color:rgb(126,211,247);
    border-left:1px solid #1f6c3a;
    margin-left:20px;
    padding-left:27px;
    padding-right: 25px;
    background-image:url('../images/arrow.png');
    background-repeat:no-repeat;
    background-position:right center;
    
}
section#purchase #total .checkout_link:hover {
    background-image:url('../images/arrow_2.png');
}


    
section#purchase #total .checkout_link a {
    color:rgb(126,211,247);
}

section#purchase #total .checkout_link a:hover {
    color:#333;
}

section#purchase #total .checkout_link  span {
    font-size:22px;     
}


section#contact {
	height:535px;
}

section#contact .content_holder {
	height:535px;	
}
section#contact div.drop {
	background-image:url('../images/yellow_smiley.png');
	background-repeat:no-repeat;
	background-position: 1100px 0px;
	width: 110px;
	height: 69px;
	bottom: 20px;
	left: -110px;
}
section#contact h1 {
	position:relative;
	width:615px;	
	height:98px;	
	background-image:url('../images/contact_title.png');
	text-align:center;
	margin:0px auto;
	top: -10px;
	padding-top: 22px;
	padding-left: 0px;
	
}


/*******************************************************************************
/*******************************************************************************
/*******************************************************************************/
#gallery_popUp_holder {
	position:fixed;
	z-index:555555;
	width:100%;
	height:100%;
	display:none;
}

#gallery_popUp_holder #popup_bg {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url('../images/black_mask.png');
}

#gallery_popUp_holder #gallery_popUp {
	position:relative;
	width:800px;
	height:800px;
	background:#fff;
	margin:0px auto;
	border: 10px solid rgb(126,211,247);
}
#gallery_popUp_holder #gallery_popUp img {	
	position:absolute;	
	margin:0px auto;
}


#gallery_popUp_holder #popup_arrow_left {
	background-image:url('../images/arrow_left.png');
	width:45px;
	height:45px;
	position:absolute;
	top:50%;
	left:50%;
    margin-left: -460px;
	z-index:10;
	cursor:pointer;
}
#gallery_popUp_holder #popup_arrow_left:hover {
	background-image:url('../images/arrow_left_2.png');
}
#gallery_popUp_holder #popup_arrow_right {
	background-image:url('../images/arrow_right.png');
	width:45px;
	height:45px;
	position:absolute;
	top:50%;
	right:50%;
    margin-right: -460px;
	z-index:11;
	cursor:pointer;
}
#gallery_popUp_holder #popup_arrow_right:hover {
	background-image:url('../images/arrow_right_2.png');
}

#gallery_popUp_holder #popup_close_btn {
	background-image:url('../images/closeGal.png');
	width:38px;
	height:38px;
	position:absolute;
	z-index:12;
	cursor:pointer;
	right: 50%;
    margin-right: -460px;
}
#gallery_popUp_holder #popup_close_btn:hover {
	background-image:url('../images/closeGal_2.png');
}


div#footer_rays {
	background-image:url('../images/bg.png');
	background-repeat:no-repeat;
	background-position: center -200px;
	width:100%;
	height:1148px;
	position:relative;
	bottom:1148px;
	z-index:1;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer {
	width:100%;
	height:230px;
	position:relative;
	bottom:0px;
	z-index:19990;
	background-image:url('../images/footer_bg.png');
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	margin-top:70px;
}

footer .sap img.logo {
	width:272px;
	height:38px;
}


footer .sap,
footer .mil {
	display: inline-block;
	vertical-align: top;
	position:relative;
	top:140px;
}
footer .sap {
	width:39%;
	padding-top: 0.8em;
}
footer .mil {
	width:60%;
	font-size: 0.9em;
	color:#000;
    text-align: left;
}
footer .mil a {
	color:#000;
}
footer .mil a:hover {
	text-decoration: underline;
}
footer .mil .content {
	padding-left:80px;
    line-height: 1.5em;
}
footer .mil span.title {
	display: block;
	font-size:1.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
    margin-top: 0.4em;
    font-family: Arial,Helvetica,sans-serif;
}
footer .mil img {
	float:left;
}
footer .pp {
	position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    font-size: 0.9em;
    color: #225220;
    padding: 0.4em;
}
footer .content_holder #flag {
	background-image:url('../images/flag.png');
	background-repeat:no-repeat;
	background-position:0px 10px;
	width:106px;
	height:130px;
	position:absolute;
	right: -25px;
	top: 10px;
}



footer #credit {
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform: rotate(270deg); 
	transform: rotate(270deg);	
	width: 360px;
	position: absolute;
	bottom: 410px;
	right: -161px;
	color:#fff;
	font-size:12px;
	text-align:left;
	font-style:italic;
	
	/*font-size:11px;
	color:#000;
	position: relative;
	top: 140px;
	text-align:center;*/
	
}
footer #credit a {
	color:#fff;
	font-size:12px;
	font-style:italic;
}
footer #credit a:hover {
	color:#f12183;
}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}