/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
	
*/

body {
	letter-spacing:0;
	position:relative;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7;
	font-weight: normal;
	font-variant: normal;
	background-color: #efefef;
	background-image: url(../images/bgrnd_home.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-right: 0;
	padding-left: 0;
	color: #666;
}



#nav {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

h2 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.7;
	font-weight: normal;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
 font-weight: normal;
}

	ul.dropdown li {
	 padding: 7px 10px;
	  color: #3b3b3b;
	  font-size:18px;
	}




	ul.dropdown li.hover,
	ul.dropdown li:hover {
		 color: #3b3b3b;
	 background-color: #44ace8;
	 
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #3b3b3b; text-decoration: none; }
	ul.dropdown a:hover		{ color: #3b3b3b; }
	ul.dropdown a:active	{ color: #3b3b3b; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		  background-color:#aaaaaa;
		}
		
		
		ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;

 background-position: 100% 50%;
 background-repeat: no-repeat;
}



ul.gallery{
	
	
	border: 0px solid red;
	
}

ul.gallery li {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline;
    float: left;
    font-size: 0;
    height: 64px;
    line-height: 0;
    margin-bottom: 10px;
    margin-right: 30px;
    padding: 2px;
	
}



a:link {
	text-decoration: none;
	color: #44ace8;
}
a:visited {
	text-decoration: none;
	color: #44ace8;
}
a:hover {
	text-decoration: underline;
	color: #44ace8;
}
a:active {
	text-decoration: none;
	color: #44ace8;
}
#home_intro a:link {
	text-decoration: none;
	color: #666;
}
#home_intro a:visited {
	text-decoration: none;
	color: #666;
}
#home_intro a:hover {
	text-decoration: underline;
	color: #44ace8;
}
#home_intro a:active {
	text-decoration: none;
	color: #666;
}
#contact_details a:link {
	text-decoration: none;
	color: #666;
}

#floatright{
	float:right;
	
}


#contact_details a:visited {
	text-decoration: none;
	color: #666;
}
#contact_details a:hover {
	text-decoration: none;
	color: #44ace8;
}
#contact_details a:active {
	text-decoration: none;
	color: #666;
}
#content_home a:link {
	text-decoration: none;
	color: #666;
}
#content_home a:visited {
	text-decoration: none;
	color: #666;
}
#content_home a:hover {
	text-decoration: none;
	color: #666;
}
#content_home a:active {
	text-decoration: none;
	color: #666;
}

#footer-service p {
	text-decoration: none;
	color: #fff;
}

#footer-service a:link {
	text-decoration: none;
	color: #fff;
}
#footer-service a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer-service a:hover {
	text-decoration: none;
	color: #fff;
}
#footer-service a:active {
	text-decoration: none;
	color: #FFF;
}

#footer a:link {
	text-decoration: none;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
}

#example {
	width:965px;
	height:467px;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:467px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
	margin-left: 21px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:917px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-top: 18px;
	margin-left: 2px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:917px;
	height:457px;
	display:block;
}
#social {
	float: right;
	margin-right: 30px;
}

#contact_details {
	background-image: url(../images/img_contactdetails_bgrnd.jpg);
	float: left;
	width: 700px;
	height: 250px;
	background-repeat: no-repeat;
	margin-bottom: 200px;
	font-size: 16px;
}
#home_jewellery_text {
	float: left;
	width: 160px;
	margin-top: 114px;
	margin-left: 50px;
}

.slides_container a img {
	display:block;
}

.make_orange_text {
	color: #333333;
}
#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 1450px;
}
#wrapper-gallery {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 2350px;
}





#wrapper_shop {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header {
	margin-top: 0px;
}
#header_home {
	margin-top: 0px;
	height: 91px;
}
#banner {
	background-image: url(../images/bgrnd_banner.png);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-repeat: no-repeat;
	margin: 0 0 0px 0 ;
}

/*


	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/



/*
	Footer
*/

#footer {
	width:400px;
	float: left;
	font-size: 13px;
	color: #FFF;
	text-shadow:0,0,0,0;
	margin-left: 55px;
	line-height: 21px;
}



#footer-service {
	width:400px;
	float: left;
	font-size: 13px;
	color: #FFF;
	text-shadow:0,0,0,0;
	margin:120px 0px 0px 55px;
	line-height: 21px;
}
/*
	Anchors
*/


#logo {
	float: left;
	width: 119px;
	z-index: 200;
	margin-left: 35px;
	position: relative;
}


#logo1 {
	float: left;
	width: 119px;
	z-index: 300;
	margin-left: 70px;
	position: relative;
}


#page_title_gallery{
    float: left;
	margin-top: 20px;
	width: 890px;
	margin-left: 35px;
}

#contact_banner {
	float: right;
	position: relative;
	bottom: 165px;
	left: 2px;
	z-index: 150;
}
#home_intro {
	float: left;
	margin-left: 50px;
	width: 900px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	margin-top: 0px;
}
#home_contempjewell {
	background-image: url(../images/testimonial.jpg);
	float: right;
	background-repeat: no-repeat;
	width: 440px;
	height: 270px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	margin-right: 20px;
	font-size: 12px;
	line-height: 18px;
}
.body_copy_big {
	font-size: 16px;
	display: block;
	margin-top: 9px;
	line-height: 1.6;
}
#content_home {
	margin-top: 0px;
}
#horiz1 {
	float: left;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 15px;
}
#horiz2 {
	float: left;
	width: 965px;
	margin-top: 9px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#horiz55 {
	
	width: 965px;
	margin-top: 9px;
	margin-bottom: 15px;
	margin-left: 15px;
	
}

#horiz2-liners{
	float: left;
	width: 965px;
	margin-top: 9px;
	margin-bottom: 105px;
	margin-left: 15px;
}
#horiz2-new{
	float: left;
	width: 965px;
	margin-top: 9px;
	margin-bottom: 425px;
	margin-left: 15px;
}

#horiz2-tim{
	float: left;
	width: 965px;
	margin-top: 9px;
	margin-bottom: 285px;
	margin-left: 15px;
}

#horiz2-ref{
	float: left;
	width: 965px;
	margin-top: 9px;
	margin-bottom: 170px;
	margin-left: 15px;
}

#horiz2-block{
	float: left;
	width: 965px;
	margin-top: 9px;
	margin-bottom: 170px;
	margin-left: 15px;
}

#horiz3 {
	float: left;
	width: 965px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#horiz_mailer {
	float: left;
	margin-top: 20px;
	margin-bottom: 950px;
	margin-left: 15px;
}
#gallery_vistjoppshop {
	float: left;
	margin-top: 9px;
	margin-bottom: 110px;
	margin-left: 15px;
}
#home_gallery {
	background-image: url(../images/gallery-image.png);
	background-repeat: no-repeat;
	float: left;
	width: 690px;
	height: 288px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
}
#testimonial_promo {
		float: left;
	margin-left: 30px;
	margin-top: 20px;
}
#gallery_text {
	float: left;
	margin-top: 88px;
	margin-left: 392px;
	width: 295px;
}
#page_title {
	float: left;
	margin-top: 80px;
	width: 620px;
}
#about_content1 {
	width: 872px;
	float: left;
	margin-left: 55px;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	z-index: 300;
}
#about_content2 {
	width: 872px;
	float: left;
	margin-left: 55px;
	margin-top: 20px;
	margin-bottom: 112px;
}
#gallery_content1 {
	width: 872px;
	float: left;
	margin-left: 55px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#shop_content1 {
	width: 872px;
	float: left;
	margin-left: 55px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#contact_content1 {
	width: 852px;
	float: left;
	margin-left: 55px;
	margin-top: 20px;
	position: relative;
	z-index: 300;
}
#about_pools {
	float: left;
	width: 460px;
	margin-right: 40px;
}
#about_glassware {
	float: left;
	width: 460px;
	margin-right: 40px;
}
#contact_form {
	float: left;
	width: 500px;
}
#about_pools_image {
	float: left;
}
#about_glassware_image {
	float: left;
}
#contact_vertline {
	float: left;
}
#contact_twitter {
	float: left;
}
#products_example {
	width:600px;
	height:282px;
	position:relative;
}

/*
	Slideshow
*/

#products {
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:680px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	margin-left: 40px;
	margin-top: 25px;
	background-color: #CCC;
	height: 700px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:700px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/arrow-prev.png);
}

#products .next {
	left:398px;
	background:url(../img/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {
	width:130px;
	padding:7px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top: 20px;
	background-color: #FFF;
}

#products .pagination li {
	float:left;
	list-style:none;
	overflow: hidden;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}

#products .pagination li a {
	display:block;
	width:55px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

#products .pagination li.current a {
	border:1px dashed #999;
	margin:0;
}
#form {
}
#contact_details_text {
	float: left;
	margin-top: 85px;
	margin-left: 42px;
}
