/* CSS Document */

#content_section {
	position:absolute;
	width:100%;
	height:480px;
	z-index:4;
	vertical-align: middle;
	top: 0;
	left: 0;
}

#smallContent {
	position:absolute;
	left:0;
	top:10px;
	width:100%;
	height:200px;
	z-index:3;
}
#Main_Content {
	position:absolute;
	left:0;
	top:520px;
	width:100%;
	height:546px;
	z-index:3;
}

#line_break {
	position:relative;
	left:0px;
	top:0px;
	width:750px;
	height:14px;
	z-index:4;
	background-image: url(../images/content_bar.png);
}

#products_content {
	position:relative;
	left:0px;
	top:0px;
	width:730px;
	height:320px;
	z-index:2;
}

#products_content img{ border: thick #FFFFFF}

#line_break2 {
	position:relative;
	left:0px;
	top:5800px;
	width:750px;
	height:14px;
	z-index:1;
	background-image: url(../images/content_bar.png);
}
#second_content {
	position:absolute;
	left:0;
	top:190px;
	width:100%;
	height:300px;
	z-index:3;
}

#footer {
	position:absolute;
	left:0px;
	top:8500px;
	width:100%;
	height:200px;
	z-index:2;
	background-image: url(../images/footer.png);
}
#dotsmise_logo {
	position: relative;
	left:06px;
	top:45px;
	width:25px;
	height:25px;
	z-index:3;
}
#footer_information {
	position:relative;
	left:0px;
	top:-10px;
	width:100%;
	height:110px;
	z-index:2;
}
.style9 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
}
.style11 {font-family: "Century Gothic", "Trebuchet MS", Verdana; font-size: 14px; }

.style12 {font-family: "Century Gothic", "Trebuchet MS", Verdana; font-size: 12px; font-style: italic; }


.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
	margin:5px;
	width:310px;
	margin-bottom:10px;
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 2px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: black; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 150px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}

.ienlarger2 {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
	margin:5px;
	width:310px;
	margin-bottom:10px;
}

.ienlarger2 a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger2 a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger2 span img {
	border: 2px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger2 a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: black; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger2 img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger2 a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	right: 150px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}


/* smart image enlarger ends here */
