/* @override http://dev.nichestudio.com.au/paper/css/thrColFixHdr.css */

/* @group template */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #fdd5e9;
}

 #conttop {
	background: url(../images/bg.gif) repeat-x scroll left top;

}

 #header {
	height: 185px;
	margin-right: auto;
	margin-left: auto;
	width: 965px;
	padding-top: 0;
	padding-bottom: 0;

} 

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #maintop {
	text-align: left;
}



 #sidebar1 {

	width: 125px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top: 0;

}

div#search {
	background-color: #F0BCD3;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

 #sidebar2 {
	width: 125px;
		padding-top: 25px;

	padding-bottom: 15px;
}

#mainContent {
	width: 700px;
	background: url(../images/main-bg.gif) repeat-y center;
}

.padder {
	padding-right: 20px;
	padding-left: 24px;
}
#footer { 
		background: url(../images/bg.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.imgadjust {
	position: relative;
	top: -5px;
} 
.imgadjust2 {
	position: relative;
	left: 11px;
	top: 25px;
} 
 #footer p,  #footer a:link, #footer a:visited {
	margin: 0;
	text-align: center;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

div.topcont {
	margin: 0;
	float: right;
}

div.logo {
	background: url(../images/logo.gif) no-repeat scroll left bottom;
	width: 332px;
	height: 100px;
}

#sidebar1 a:link, #sidebar1 a:visited {
	color: gray;
	margin: 0;
	padding: 0;
}

#sidebar1 a:hover {
	color: #dd5f94;
}

th {
	background: #F0BCD3;
	color: white;
	font-size: 13px;
	padding: 5px 5px 2px 10px;
}

#sidebar1 td, #sidebar2 td {
	background-color: white;
	border: 2px solid #F0BCD3;
	padding-top: 5px;
	padding-bottom: 5px;	padding-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
}
tr.alt{
	background-color: silver;
}

#sidebar1 table, #sidebar2 table {
	margin-bottom: 10px;
}


table.featured img.thumb {
	padding: 10px 17px 15px 10px;
	display: block;
	background: white url(../images/shadow_06.gif) right bottom;
	border-style: none;
	width: 80px;
	height: 80px;
}


img.shadow {
	padding: 10px 17px 15px 10px;
	background: white url(../images/shadow_06.gif) right bottom;
	border-style: none;

}

.headimg p {
	color: #dd5f94;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 16px;
	font-style: normal;
	background-color: white;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 120px;

	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;	



}

td.bg1 {
	background: url(../images/bg1.jpg) no-repeat scroll;
	width: 344px;
	height: 165px;
	border-style: none;
	border-right: 12px solid white;
	border-bottom: 12px solid white;
}

td.bg2 {
	background: url(../images/bg2.jpg) no-repeat scroll;
	width: 334px;
	height: 165px;
	
}

td.bg3 {
	background: url(../images/bg3.jpg) no-repeat scroll;
	width: 344px;
	height: 165px;
	border-bottom-style: none;
	border-right: 12px solid white;
}

td.bg4 {
	background: url(../images/bg4.jpg) no-repeat scroll;
	width: 334px;
	height: 165px;
}


/* @end */

/* @group menus */

a.topmenu:link, a.topmenu:visited                { color: #306127; text-decoration: none; text-align: center;
	text-transform: lowercase;
	font: normal 12px/30px "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	
		background: url(../images/menubg-l.gif) no-repeat left top;
	display: block;
}
a.topmenu:hover  {
	text-decoration: none;
	color: #dd5f94;
	font-style: normal;
	font-weight: normal;
}

ul {
    margin:0;
    padding:0;
	list-style-type: none;
}
li.topmenu {
    float:left;
	height: 35px;
	padding-right: 5px;
	margin-left: 15px;
		background: url(../images/menubg-r.gif) no-repeat scroll right top;

}


#sidebar1 ul, #sidebar2 ul{
		list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}
div.cartmenu {
	margin-bottom: 20px;
}

div.cartmenu a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	background-color: #F0BCD3;
	height: 20px;
	display: block;	text-align: left;
	padding: 5px 5px 5px 10px;
	margin: 0 0 5px;
}

div.cartmenu a:hover {
	background-color: #dd5f94;
}

/* @end */

/* @group general styles */



td,tr,p,div   { color: #3f3f3f;
	text-align: left;
	font: 11px/20px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1  { color: #dd5f94;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
		text-transform: capitalize;
}
h2 { color: #dd5f94; font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
		padding-top: 5px;
	text-transform: capitalize;
}
h3 {
	padding-left: 10px;
	color: #dd5f94;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
h4 {
	 color: #306127; 
	font-size: 14px; font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h5 {
	color: #7f7f7f; 
	font-size: 13px; font-weight: normal;
	font-style: normal;
	clear: both;
}

h6 { color: white; font-size: 16px; font-weight: normal; text-align: left;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 20px;
	
}

a:link, a:visited   { color: #dd5f94; text-decoration: none }

a:hover {
	color: #7f7f7f;
	}
	
ul   { margin-left: 15px; padding-top: 0; padding-right: 0; padding-left: 0 }

li   { margin: 0; padding: 0 }

form {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#search label {
	display: block;
	color: white;
	font-size: 12px;
}	
 
.button  {  color: #dd5f94;  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; text-align: center; border-width: 0;
	background-color: #fdd5e9;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 5px;
	width: auto;
}




input{ color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background: #ffffff; border: solid 1px;
	
}

/* @end */

.container {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 965px;
}

.flt4 {
	width: 161px;
	float: right;
	display: block;
	padding-bottom: 20px;
}
.flt3 {
	width: 215px;
	height:440px;
	float: left;
	display: block;
	padding-bottom: 20px;
	overflow:hidden;
}

.flt3_small {
	width: 215px;
	height:300px;
	float: left;
	display: block;
	padding-bottom: 20px;
	overflow:hidden;
}

.invisible_row{ 
display:none; 
} 