/*============================================================
	Miscellaneous
============================================================*/
*
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}

a img
{
	border: 0;
}

a
{
	color: #999;
}

a:hover
{
	color: #666;
}




/*============================================================
	Headings
============================================================*/
h1
{
	width: 264px;
	height: 66px;
	margin-top: 10px;
	margin-left: 25px;
	background: url(/share/images/site/logo.jpg) no-repeat;
}

h2
{
	font: bold 16px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 25px;
	color: #666666;
	border-bottom: 2px dashed #CCCCCC;
}

h3
{
	margin-bottom: 10px;
	padding-bottom: 0px;
	height: 25px;
	color: #666666;
	font: bold 13px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}

h4
{
	height: 25px;
	color: #666666;
	font: bold 13px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}









/*============================================================
	Paragraphs
============================================================*/
p
{
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
}









/*============================================================
	Body
============================================================*/
body
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #F2F2F2;
	color: #666;
	text-align: center;
}














/*============================================================
	Overall container
============================================================*/
#container
{
	background: url('/share/images/site/container_bg.jpg');
	background-position: 675px 30px;
	background-repeat: no-repeat;
	width: 900px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}









/*============================================================
	Column structures
============================================================*/
#col_left
{
	float: left;
	width: 160px;
	margin-top: 124px;
}

#col_main
{
	float: left;
	width: 580px;
}

#col_right
{
	float: left;
	width: 160px;
	margin-top: 124px;
}










/*============================================================
	Header
============================================================*/
#header
{
	width: 100%;
	height: 90px;
}

#header a.logo {
	width: 264px;
	height: 66px;
	float: left;
	text-indent: -9000px;
}










/*============================================================
	Navigation
============================================================*/
#navigation
{
	float: left;
	width: 100%;
	height: 52px;
	background: url('/share/images/site/navigation_bg_home.jpg') bottom left repeat-x;
	font-family: "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 10px;
	
}

#navigation ul
{
	list-style: none;
	height: 44px;
	float: left;
}

#navigation ul li
{
	height: 34px;
	width: 86px;
	margin-right: 1px;
	float: left;
	overflow: hidden;
}

#navigation ul li.left
{
	height: 44px;
	background: url('/share/images/site/navigation_left_home.jpg');
	width: 27px;
	margin: 0;
	margin-right: 2px;
	margin-top: 8px;
}

#navigation ul li.right
{
	height: 44px;
	background: url('/share/images/site/navigation_right_home.jpg');
	width: 27px;
	margin: 0;
	margin-left: 2px;
	margin-top: 8px;
}

#navigation ul li a
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	line-height: 42px;
	float: left;
	width: 85px;
	height: 34px;
}

#navigation ul li a.about
{
	background: url('/share/images/site/navigation_about_bg.gif') top left no-repeat;
}

#navigation ul li a.shop
{
	background: url('/share/images/site/navigation_shop_bg.gif') top left no-repeat;
}

#navigation ul li a.retail
{
	background: url('/share/images/site/navigation_retail_bg.gif') top left no-repeat;
}

#navigation ul li a.corporate
{
	background: url('/share/images/site/navigation_corporate_bg.gif') top left no-repeat;
}

#navigation ul li a.timewasting
{
	background: url('/share/images/site/navigation_tw_bg.gif') top left no-repeat;
}

#navigation ul li a.contact
{
	background: url('/share/images/site/navigation_con_bg.gif') top left no-repeat;
}

#navigation ul li a:hover
{
	background-position: 0 -34px;
	line-height: 28px;
}













/*============================================================
	Column right
============================================================*/
#col_right div.blog
{
	background: url('/share/images/site/right_blog_bg.jpg');
	background-repeat: no-repeat;
	height: 219px;
}

#col_right div.blog div.inner
{
	width: 120px;
	margin-top: 90px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

#col_right div.blog div.inner p
{
	margin: 0;
	color: #808080;
}















/*============================================================
	Main page
============================================================*/
#page
{
	background: url('/share/images/site/page_bg_home.jpg');
	float: left;
	width: 100%;
}

#page div.inner
{
	background: url('/share/images/site/page_bottom_bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-left: 26px;
}









/*============================================================
	Puzzle box
============================================================*/
#puzzle
{
	background: url('/var/images/puzzle_bg.jpg');
	background-repeat:no-repeat;
	float: left;
	/*width: 528px;*/  
	width: 566px;
	height: 203px;
	margin-top: 5px;
	margin-left: 2px;
}

#puzzle p.big
{
	color: #818181;
	margin-left: 20px;
	margin-top: 45px;
	font-size: 14px;
	padding-right: 200px;
	float: left;
	margin-bottom: 0;
}

#puzzle p.small
{
	color: #818181;
	margin-left: 45px;
	margin-top: 121px;
	font-size: 10px;
	float: left;
	width: 310px;
	line-height: 16px;
}










/*============================================================
	Content holder sub-page
============================================================*/
#content
{
	float: left;
}

#content img.top
{
	float: left;
}











/*============================================================
	Sub-page column structure
============================================================*/
#inside_left
{
	float: left;
	width: 310px;
	margin-left: 15px;
	margin-bottom: 15px;
}
/* added margin top */
#inside_right
{
	float: left;
	width: 168px;
	margin-left: 27px;
	margin-bottom: 15px;
	margin-top: 25px;
}

/* added this */
#inside_right img {}

#inside_no_columns /*width 497 to 300 */
{
	float: left;
	width: 497px;
	margin-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}









/*============================================================
	Sub-page right column
============================================================*/
#inside_right div.featured
{
	background: url('/share/images/site/inside_r_featured_bg.gif') no-repeat;
	margin-bottom: 30px;
}

#inside_right div.featured p
{
	margin: 0;
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#inside_right div.featured h3
{
	margin: 0;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}

#inside_right ul
{
	list-style: none;
	margin: 10px;
}

#inside_right ul li
{
	line-height: 20px;
}

#inside_right a
{
	color: #999;
}

#inside_right a:hover
{
	color: #666;
}

#inside_right ul li a
{
	font-weight: bold;
	width: 135px;
	padding: 0 5px 0 10px;
	height: 31px;
	float: left;
	color: #fff;
	background: url('/share/images/site/internal-nav.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 28px;
}

#inside_right ul li a:hover
{
	color: #fefefe;
	background-position: 0 -31px;
}






/*============================================================
	Sub-page left column
============================================================*/
#inside_left ul,
#inside_no_columns ul
{
	
	padding-left: 15px;
	padding-bottom: 20px;
	color: #666;
}


#inside_left .sitemap,
#inside_no_columns .sitemap
{
	padding-bottom: 0px;
}

#inside_left ul li,
#inside_no_columns ul li
{
	line-height: 20px;
}

#inside_left a,
#inside_left ul li a,
#inside_no_columns ul li a
{
	color: #999;
}

#inside_left a:hover,
#inside_left ul li a:hover,
#inside_no_columns ul li a:hover
{
	color: #666; 
}

#inside_no_columns a:hover {
	color:#FF9933;
	text-decoration: underline;
}














/*============================================================
	Sub-page specific reset: index, blog
============================================================*/

#blog #page div.inner,
#index #page div.inner
{
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#blog #content,
#index #content
{
	margin-left: 27px;
	margin-right: 26px;
}








/*============================================================
	Sub-page specific reset: about
============================================================*/
#about #navigation
{
	background: url('/share/images/site/navigation_bg_about.jpg') bottom left repeat-x;
}

#about #navigation ul li.left
{
	background: url('/share/images/site/navigation_left_about.jpg');
}

#about #navigation ul li.right
{
	background: url('/share/images/site/navigation_right_about.jpg');
}

#about #navigation ul li a.about
{
	background-position: 0 -34px;
	line-height: 28px;
}

#about #page
{
	background: url('/share/images/site/page_bg_about.jpg');
	
}

#about #page div.inner
{
	background: url('/share/images/site/page_bottom_bg_about.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#about #content
{
	background: url('/share/images/site/content_bottom_about.jpg') #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 27px;
	margin-right: 26px;
}


/*============================================================
	Sub-page specific reset: shop
============================================================*/
#shop #navigation
{
	background: url('/share/images/site/navigation_bg_shop.gif') bottom left repeat-x;
}

#shop #navigation ul li.left
{
	background: url('/share/images/site/navigation_left_shop.gif');
}

#shop #navigation ul li.right
{
	background: url('/share/images/site/navigation_right_shop.gif');
}

#shop #navigation ul li a.shop
{
	background-position: 0 -34px;
	line-height: 28px;
}

#shop #page
{
	background: url('/share/images/site/page_bg_shop.gif');
	
}

#shop #page div.inner
{
	background: url('/share/images/site/page_bottom_bg_shop.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#shop #content
{
	background: url('/share/images/site/content_bottom_shop.gif') #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 27px;
	margin-right: 26px;
}



/*============================================================
	Sub-page specific reset: retail
============================================================*/
#retail #navigation
{
	background: url('/share/images/site/navigation_bg_retail.gif') bottom left repeat-x;
}

#retail #navigation ul li.left
{
	background: url('/share/images/site/navigation_left_retail.gif');
}

#retail #navigation ul li.right
{
	background: url('/share/images/site/navigation_right_retail.gif');
}

#retail #navigation ul li a.retail
{
	background-position: 0 -34px;
	line-height: 28px;
}

#retail #page
{
	background: url('/share/images/site/page_bg_retail.gif');
	
}

#retail #page div.inner
{
	background: url('/share/images/site/page_bottom_bg_retail.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#retail #content
{
	background: url('/share/images/site/content_bottom_retail.gif') #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 27px;
	margin-right: 26px;
}




/*============================================================
	Sub-page specific reset: corporate
============================================================*/
#corporate #navigation
{
	background: url('/share/images/site/navigation_bg_corporate.gif') bottom left repeat-x;
}

#corporate #navigation ul li.left
{
	background: url('/share/images/site/navigation_left_corporate.gif');
}

#corporate #navigation ul li.right
{
	background: url('/share/images/site/navigation_right_corporate.gif');
}

#corporate #navigation ul li a.corporate
{
	background-position: 0 -34px;
	line-height: 28px;
}

#corporate #page
{
	background: url('/share/images/site/page_bg_corporate.gif');
	
}

#corporate #page div.inner
{
	background: url('/share/images/site/page_bottom_bg_corporate.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#corporate #content
{
	background: url('/share/images/site/content_bottom_corporate.gif') #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 27px;
	margin-right: 26px;
}





/*============================================================
	Sub-page specific reset: timewasting
============================================================*/
#timewasting #navigation
{
	background: url('/share/images/site/navigation_bg_timewasting.gif') bottom left repeat-x;
}

#timewasting #navigation ul li.left
{
	background: url('/share/images/site/navigation_left_timewasting.gif');
}

#timewasting #navigation ul li.right
{
	background: url('/share/images/site/navigation_right_timewasting.gif');
}

#timewasting #navigation ul li a.timewasting
{
	background-position: 0 -34px;
	line-height: 28px;
}

#timewasting #page
{
	background: url('/share/images/site/page_bg_timewasting.gif');
	
}

#timewasting #page div.inner
{
	background: url('/share/images/site/page_bottom_bg_timewasting.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#timewasting #content
{
	background: url('/share/images/site/content_bottom_timewasting.gif') #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 27px;
	margin-right: 26px;
}






/*============================================================
	Sub-page specific reset: contact
============================================================*/
#contact #navigation
{
	background: url('/share/images/site/navigation_bg_contact.gif') bottom left repeat-x;
}

#contact #navigation ul li.left
{
	background: url('/share/images/site/navigation_left_contact.gif');
}

#contact #navigation ul li.right
{
	background: url('/share/images/site/navigation_right_contact.gif');
}

#contact #navigation ul li a.contact
{
	background-position: 0 -34px;
	line-height: 28px;
}

#contact #page
{
	background: url('/share/images/site/page_bg_contact.gif');
	
}

#contact #page div.inner
{
	background: url('/share/images/site/page_bottom_bg_contact.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	padding-bottom: 30px;
	float: left;
}

#contact #content
{
	background: url('/share/images/site/content_bottom_contact.gif') #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 27px;
	margin-right: 26px;
}






/*============================================================
	Galleries
============================================================*/
.gallery-images a
{
	margin: 5px;
	border: 2px dashed #CCCCCC;
	float: left;
}

.gallery-images a img
{
	padding: 2px;
	float: left;
}







/*============================================================
	Forms
============================================================*/
.formManager label
{
	width: 130px;
	float: left;
}

.formManager input,
.formManager select,
.formManager textarea
{
	width: 175px;
	float: left;
	border: 2px solid #CCCCCC;
}

.formManager input.button
{
	width: auto;
	padding: 0 20px;
	margin-left: 130px;
	color: #ffffff;
	background: #c0c0c0;
}

.formManager .clear
{
	padding-top: 3px;
}













/*============================================================
	Other
============================================================*/
.dashed-border
{
	margin: 5px;
	border: 2px dashed #CCCCCC;
}

.dashed-border img { margin: 7px; }

/* ---------------------------------------
added styles
--------------------------------------- */ 

/* added to shop */

#shop-item  { width: 300px; float:left; display:block; border: 2px dashed #ccc; padding: 7px; margin: 10px 10px 10px 5px;}
#shop-item img.shop-image, #retail-item img { float:left; margin-right: 5px; }
#shop-item h3, #timewasting-teaser h3, #retail-item h3, #shop-detail2 h3 {font: bold 1.3em "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;  }
#shop-item h3, #shop-detail2 h3 {line-height: 1.2em; margin-bottom: 3px; padding-bottom: 7px; margin-top: 10px; }
#shop-item p { font-size: 9px; padding: 0; }
#shop-item a.orange, #shop-item a.orange:hover { color:#f9a03a;}
#shop-item a.orange:hover { text-decoration:underline; }

/* detail of shop item page - sub page */

#shop-detail { width: 285px; float:left; display:block; border: 2px dashed #ccc; padding: 7px; margin: 10px 10px 10px 5px; }
#shop-detail img.main { float:left; margin-right: 5px;}
#shop-detail img.sub1 { float:left; margin-bottom: 5px; }
#shop-detail img.sub2 { float:left; }

#shop-detail2 { width: 285px; float:left; border: 2px dashed #ccc; padding: 7px; margin: 10px 10px 10px 5px; }
#shop-detail2 p { margin-bottom: 5px;}
#shop-detail2 p.red-item { color:#e44044;  }

/* added to timewaster page */

#timewasting-teaser { float:left; display:block; border: 2px dashed #ccc; padding: 7px;  width: 460px; margin: 5px;}
#timewasting-teaser img.teaser-image { float:left; margin-right: 10px;}
#timewasting-teaser p { line-height: 15px; padding: 5px 10px 0px 10px;}
#timewasting-teaser .play-button a:link { float:right; background:url(images/play-hvoer.png) 0 0 no-repeat; width: 77px; height: 29px; display:block;}
#timewasting-teaser .play-button:hover { background:url(images/play-hvoer.png) no-repeat; }


/* added to blog */

.entry-blog { border: 2px dashed #ccc; padding: 7px; margin: 5px;}

/* added to retail */

#retail-item { float:left; border: 2px dashed #ccc; padding: 7px; margin: 5px; width: 460px;}
#retail-item img { float:left; margin-right: 5px; }
#retail-item p { margin-bottom: 5px;}
#retail-item p.red-item { color:#e44044; line-height:normal;}

#delivery { float:left; background:url('/share/images/delivery-logo.png') no-repeat; padding: 7px; padding-top: 25px; margin: 5px; width: 290px; }
#delivery h3.delivery { font-size: 1em; line-height:normal; margin-bottom:2px;}
#delivery p { font-size: 9px; line-height: normal; }

#content-description {}
