/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:url(/img/bg.jpg) no-repeat #333;
}

a{
	color:inherit;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
a:focus{ outline: 1px dotted invert; }
a.emphasis{
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkti-border-radius:5px;
	background-color:#CECECE;
	border-bottom:medium none;
	color:#FFFFFF;
	margin:6px 4px 0 0;
	padding:4px 6px;
}
a.emphasis:hover{ 
	background-color:#F5D61C; 
	color:#CCC;
}

hr{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

form td{ vertical-align:top; padding:2px; }

.show{ background:#f00; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{ font-family:georgea; font-weight:normal; }
h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 12px; }
h5{ font-size: 11px; }
h6{ font-size: 11px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol{ list-style: decimal; }
ul{ list-style: disc; }
li{ margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset{ margin-bottom: 20px; }

/* `Header
----------------------------------------------------------------------------------------------------*/
#header{ /*background:url(/img/headerBg.jpg) repeat-x; height:128px; border-bottom:3px solid #EAC3D6;8*/ }
#right{ text-align:right; margin-top:40px; }
.coolBox {color:#666666;padding:2px;border:1px solid #F0B7F7;background-color:#FFFFFF;width:150px;background-image:url(/img/searchBtn.jpg);background-repeat:no-repeat;background-position:right;font-size:11px;}
*html input.coolBox {color:#FFFFFF;overflow: visible;padding:2px;}

#search{ margin:5px; }
#categories{ margin-top:10px; }

#categories a.emphasis:hover, 
#categories a.emphasis.current{ 
	background-color:#F5D61C; 
	color:#000;
}
#categories a.emphasis{
	background-color:#2A2A2A;
	color:#FFFFFF;
}

#menu{ font-size:12px; margin:5px; text-align:right; }
#menu ul{ padding:3px 0; margin:0; text-align:right; overflow:hidden; }
#menu ul li{ display:inline; padding:3px; margin-left:0px; color:#FFF; }
#menu ul li a{ color:#ededed; padding:5px; margin:0; text-decoration:none; }
#menu ul li a:hover{ color:#FFF; }

/* `Content
----------------------------------------------------------------------------------------------------*/ 
#content{ 
	background:url(/img/contentBg.jpg) repeat-x #fff; 
	margin-left:0; 
}

#content .text{ margin:5px; }

ul.ui-accordion-container li{ list-style:none; }
#ContactForm fieldset{ padding:20px 0 10px 50px; }
#ContactForm fieldset legend{ margin-left:-40px }
#ContactForm input{ margin-bottom:3px; margin-left:10px; }
#ContactForm label{ width:250px; }
#ContactForm label.error{ width:auto; float:none; display:inline }

#stepForm .ui-widget-content{ background:none; border:none; height:auto; }
#stepForm .ui-accordion-link{ display:none; visibility:hidden; }
#stepForm textarea{ width:90%; height:100px; }

/* `Display Box
----------------------------------------------------------------------------------------------------*/ 
#displayBox{ background:#303030; height:410px; width:940px; }
#displayBox .imgBox{ margin:2px; float:left; }
#displayBox a.tb{ padding:3px; height:110px; display:block; }
#displayBox a.tb:hover{ background:#4F4F4F; padding:3px; clear:all; }
#displayBox p{ padding:10px; color:#fff; }
#displayBox .scrollBox{ height:410px; }
#displayDetails p{ margin:5px; } 
#displayDetails img{ display:block; margin:5px; } 
#displayDetails .p1{ 
	background:none; 
	color:#fff; 
	border:1px solid #ededed;
	height:310px;
}
#displayDetails .p2{ 
	background:#ededed;
	padding:15px; 
	color:#303030; 
	text-transform:uppercase;
	font-size:10px;
}

/* Notices and Errors */
div.message,div.error-message{
	background-color: #FFFFE1;
	background-image:url('../img/errormessage.gif');
	background-repeat:no-repeat;
	background-position:10px center;
	border: 1px dashed #CFCFCF;
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 10px;
	padding:6px 6px 6px 30px;
}

.paging_bar{ }
.paging_bar span a{
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #AAAAAA;
	cursor:pointer;
	margin:0 3px;
	padding:2px 5px;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer{ 
	padding:5px 0; 
	color:#666;
	background:#525252;
}
#footer a{
	color:#ededed; 
	padding: 5px; 
	margin: 0; 
	text-decoration: none; 
}
#footer a:hover{ text-decoration: underline; }

/* `Footer2
----------------------------------------------------------------------------------------------------*/
#footer2{
	color:#ededed; 
	font-size:11px; 
	line-height:35px;
}
#footer2 a{color: #fff; }