@charset "utf-8";
/* CSS Document */

/* Colours
grey text; #666;
pink text; #f797a2;
mouseover darker pink; #f66;
pink background; #ffc0c0;
*/

/* TOC 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks ze
*/


/* 1 HTML */
body {
	margin:0 auto;
	padding:0;
	background: #f0f0f0 url(../images/build/background2.jpg) no-repeat top right fixed;
	width:960px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1em;
	font-weight:normal;
	color:#666;
}
img {
	border:0;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#f66;
}
h1 {
	font-weight:normal;
	font-size:1.4em;
	padding:8px 0 7px 5px;
	margin:0;
	background:repeat-x url(../images/build/horizontalinepink.gif) bottom;
}
h2, th {
	font-weight:normal;
	font-size:1.2em;
	/*padding:2px 0 2px 3px;*/
	padding:2px 0 2px 0;
	margin:0;
	color: #f66;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.header {
	width:960px;
	height:130px;
	padding:15px 0 0 0;
	margin:0;
}
div.headerleft, div.footerleft {
	padding:0;
	margin:0;
	float:left;
	display: inline;
}
div.footerleft, div.footerright, div.footerright img{
	padding-top:6px;
}
div.headerleft {
	height:100px;
}
div.headerright, div.footerright {
	margin:0;
	float:right;
	text-align: right;
	display: inline;
}
div.headerright {
	float: right;
	text-align: right;
	margin-left: auto;
}
div.frostedbox,div.frostedbox_small, div.itemsbox {
	padding:10px 15px;
	background-image:url(../images/build/70transparent.png);
	margin: 0;
}
div.frostedbox_small {
	min-height: 40px;
}
div.itemsbox {
	width: 250px;
}
div.frostedpinkbox {
	padding:10px 15px;
	background-image:url(../images/build/nav/pinktransparent.png);
}
div.frostedpinkboxright {
	padding:10px 15px;
	background-image:url(../images/build/nav/pinktransparent.png);
	text-align: right;
	margin: 5px 0 10px 0;
}
div.frostedpinkboxleft {
	padding:10px 15px;
	background-image:url(../images/build/nav/pinktransparent.png);
}
div.frostedpinkbox p{
	margin:0;
	padding:8px 0 0 0;
}
div.associateditem {
	margin: 10px 10px 0 0;
	float: left;
	width: 215px;
}
div.searchbox {
	padding:10px 0;
	text-align:right;
}
div.mainbody, div.footer {
	width:960px;
	padding:0;
	margin:0;
	text-align:left;
	clear:both;
}
div.footer {
	font-size:80%;
	background:repeat-x url(../images/build/horizontaline.gif) top left;
	padding: 10px 0 0 0;
}
div.footer ul {
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	background:repeat-x url(../images/build/horizontalinepink.gif) bottom;
}
div.footer li {
	display:inline;
	padding:0 10px;
	background:repeat-y url(../images/build/verticaline.gif) left;
}
.nobackground {
	background:none!important;
}
div.fullcolumn {
	float:right;
	text-align:left;
	width:750px;
}
div.fullcolumn h1 {
	margin:0 0 10px 0;
}
div.fullcolumnfrosted {
	float:right;
	text-align:left;
	padding:10px 15px;
	background-image:url(../images/build/70transparent.png);
	width:720px;
}
div.fullcolumnfrosted p{
	padding:7px 0;
}
div.singlecolumn {
	width:240px;
	margin:0 10px 10px 0;
	padding:0;
	float: left;
	display: inline;
}
div.doublecolumn {
	width:490px;
	margin:0 10px 0 0;
	padding:0;
	float: right;
	display: inline;
}
div.doublecolumnSearch {
	width:450px;
	margin:0 10px 0 0;
	padding:0;
	float: right;
	display: inline;
}

.imageright {
	float:right;
	margin:0 0 4px 15px;
}
.imageleft {
	float:left;
	margin:0 15px 4px 0;
}
.thumbholder {
	text-align:right;
	background-position:center;
	/*height: 315px;*/
}
div.bottomnav {
	text-align:right;
	padding-right:10px;
}
.textlist {
	margin:0;
	padding:0 0 8px 0;
}
.textlist ul{
	padding:0;
	margin:0;
}
.textlist li{
	list-style:none;
	padding-left:16px;
	background:no-repeat url(../images/build/bullet.gif) top left;
	margin: 0;
}
div.gallery {
	width: 270px;
	float: right;
	background: #FFF;	
}
div.miniholder {
	margin:0;
	padding:0;
}
div.miniholder ul, div.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
}
div.miniholder li, div.gallery li{
	margin:0;
	padding:0;
	display:inline;
}
div.miniholder img, div.gallery img{
	margin:10px 10px 0 0;
	padding:0;
}
div.miniholder img.nopadding{
	margin-right:0 !important;
}

/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */

div#navigation {
	width:190px;
	float:left;
	text-align:left;
	background: url(../images/build/70transparent.png) repeat;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	
}

div#navigation ul li a {
	padding: 10px 0 10px 15px;
	display: block;
	width: 175px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	margin: 0;
	background: repeat-x url(../images/build/horizontaline.gif) bottom;
	clear: both;
	font-size: 130%;
}

div#navigation ul li a.active, div#navigation ul li a:hover {
	background: url(../images/build/nav/curly.gif) no-repeat bottom right #ffc0c0;
	color: #fff;
	border-bottom:none;
}

div#navigation ul li ul li a {	
	/*background:repeat url(../images/build/nav/pinktransparent.png) top left;*/
		background:repeat-x url(../images/build/horizontalinepink.gif) bottom;
		
	font-size: 100%;
	padding: 5px 0 5px 15px;
}
div#navigation ul li ul li a.active, div#navigation ul li ul li a:hover {
	color: #f66;
	background:repeat url(../images/build/nav/pinktransparent.png) top left;
}
	
/*.vertical_accordion_content, .vertical_container, .vertical_accordion_toggle, .vertical_accordion_toggle_active {

}
.accordion_toggle {
	display: block;
	height: 40px;
	width: 190px;
	padding: 0;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	cursor: default;
	margin: 0;
	text-indent: 10px;
	background: repeat-x url(../images/build/horizontaline.gif) bottom;
	clear: both;
}
.accordion_toggle a{
	display:block;
	width:190px;
}
.accordion_toggle a:hover{
	display:block;
	background:repeat url(../images/build/nav/pinktransparent.png) top left;
	text-decoration:none;
}
.accordion_toggle_active {
	background: url(../images/build/nav/curly.gif) no-repeat bottom right #ffc0c0;
	color: #fff;
	border-bottom:none;
}
.accordion_toggle_active a{
	color: #fff;
}
.accordion_content {
	overflow: hidden;
}		
.accordion_content ul {
	margin:0;
	padding:0;
	width:190px;
}		
.accordion_content li {
	list-style:none;
	margin:0;
	padding:0;
}
.accordion_content ul li a{
	width:175px;
	margin:0;
	padding:7px 0 7px 15px;
	display:block;
	text-decoration:none;
	background:repeat-x url(../images/build/horizontalinepink.gif) bottom;
}
.accordion_content ul li a:hover, .accordion_content ul li a.on {
	background:repeat url(../images/build/nav/pinktransparent.png) top left;
	text-decoration:none;
}*/
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
.pinktext {
	color:#f797a2;
}
span.pinktextsmall {
	color:#f797a2;
	font-size: 80%;
}
h2.associated {
	width: 100%;
	clear: both;
}
.homelist {
	 list-style:none;
	 font-size:150%;
}
.homelist li {
	height:65px;
	list-style:none;
	}
.homelist li a{
	background:url(../images/build/frostedpink.png) repeat;
	color:#FFF;
	margin:0;
	padding:15px 30px;
	width:auto;
	}
.homelist li a:hover{
	color:#666;
	}
/*4 TEXT ENDS*/


/*5 FORMS*/
.searchbox form {
	float: right;
	padding: 0;
}
div.searchbox form input.button {
	vertical-align: middle;
	margin: 0;
	background:#ffc0c0 repeat-x url(../images/build/buttonslice.gif) bottom;
	color:#fff;
	padding: 0 5px;
	height:22px;
	border:none;
	width: auto;
}
div.searchbox form input {
	vertical-align: middle;
	background: url(../images/build/70transparent.png) repeat;
	height:20px;
	padding: 2px 0 0 3px;
	color:#666;
	float: left;
	border: 1px solid #f797a2;
	margin: 0 10px;
}
div.mainbody form {
	padding:8px 0;
	margin:0;
}
div.mainbody form select, div.mainbody form textarea, div.mainbody form input[type='text'], input.text {
	color:#666;
	margin-bottom:10px;
	background-color:#ffe3e3;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	border: 1px solid #f797a2;
}
div.mainbody form input[type='text'],input.text {
	width:300px;
	height:20px;
	}
div.mainbody form textarea {
	width:300px;
}
input.styledbutton, a.styledbutton {
	margin:0;
	background:#ffc0c0 repeat-x url(../images/build/buttonslice.gif) bottom;
	color:#fff !important;
	margin:0;
	height:22px!important;
	width:auto !important;
	border:none;
	font-family:"Times New Roman", Times, serif!important;
	font-size: 90%;
	font-style: italic;
	padding:0 10px !important;
	border:0!important;
	line-height: 22px;
}
a.styledbutton {
	font-size: 110%;
}
form.formstyle label{
	width:90px;
	float:left;
	text-align:right;
	padding:1px 15px 0 0;
	clear:left;
	display:block;
}
form.formstyle input.checkbox {
	text-align: left;
	float:left;
	padding-left: 0px;
	margin-left: 0px;
	width:auto !important;
}
div.formrow {
	padding: 0 0 20px 0;	
}
/*5 FORMS ENDS*/


/*6 TABLES*/
table.trolley td {
padding: 2px;
border: 0;
}
table.trolley td.total{
	/*border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;*/
	font-size: 120%;
	padding: 10px 2;
	background:repeat url(../images/build/nav/pinktransparent.png) top left;
}
/*6 TABKES ENDS/


/*7 HACKS */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.rowclear {
	clear:both;
	height:10px;
	line-height:10px;
	padding:0;
	margin:0;
}
/*7 HACKS ENDS */
