/*
Theme Name: Bipstuff
Description: Style for Bipstuff.com
Version: 1.0
Author: Achmad Bisri
Author URI: www.upstylo.com
*/

@charset "utf-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockqusote, 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;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #F4F2E9 url(../images/bg_footer.gif) repeat-x left bottom;
	line-height: 1;
	color: #333;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
a {text-decoration:none;}

a img {border:none;}

/* End CSS Reset */

/* Layout */
#wrap {
	width: 786px;
	background: #fff url(../images/bg_content2.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 754px;	
	margin: 5px auto;
	padding: 0;
	line-height: 1.5; 	
}
#header {
	position: relative;
	height: 155px;
	background: #fff url(../images/bg_header.gif) no-repeat center top;
	padding: 0;	
	color: #fff;	
}

#logo {
	width: 311px;
	height: 86px;
	float: left;
	text-align: center;
}
#logo h1 {
	background: url(../images/bipstuff_logo.gif) no-repeat 40px 40px;
	width: 311px;
	height: 130px;
	float: left;
}
#logo h1 a {
	display: block;
	height: 86px;
	text-indent: -6000px;
}
#illustration {
	width: 425px;
	height: 150px;
	background: url(../images/illustration1.gif) no-repeat 40px 20px;
	float: left;
}

/* Navigation */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #D36B0E url(../images/bg_menu.gif) repeat-x;
	height: 26px;
	width: 754px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 6px 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	text-decoration: none;
	background: url(../images/separator.gif) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #FFFC00;	
}
#menu ul li#current a {	
	color: #FFFC00;
}

/* Main Column */
#main {
	float: right;
	width: 560px;
	margin: 0; 
	padding: 0;
	display: inline;
	background: #fff;
	border: 1px solid #E2DFD2;
}
#main h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	color: #fff;
	background: #806D4F;
	width: 560px;
	line-height: 28px;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;	
}

#main h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 10px;
}

#main p, #main ol, #main ul,
#main blockquote, #main table, #main form {
	margin-left: 10px;
	margin-right: 10px;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 190px;
	padding: 0; 
	margin: 0;
}	
#sidebar h2 {
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #6C4025;
	line-height: 28px;
	text-transform: uppercase;
}
#sidebar p {
	margin-left: 5px;
}

/* Form elements */
form {
	margin: 0px 10px; 
	padding: 10px 0;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input {
	padding:3px;
	border: 1px solid #D5BFB1; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
}
textarea {
	width:300px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #D5BFB1; 
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #E3995C url(button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #ffcc00;
	margin-top: 5px;
}


/* Footer */	
#footer {
	color: #C6DDEE;
	background: url(../images/bg_footer2.gif) no-repeat center top;
	clear: both;
	width: 786px;
	height: 185px;
	text-align: center;	
	font-size: 90%;	
	color: #D66B12;
	font-weight: bold;
}
#footer p.paymentsupport { 
	padding-top: 50px;
	margin: 0;
}
#footer p.footermenu {
	font-weight: bold;
	padding-top: 10px;
}
#footer a {
	color: #D66B12;
	text-decoration: none; 
}
#footer a:hover {
	color: #990000;
}

/* Additional and Hacks */
.clear { clear: both; }
.channel { margin-left: 10px;}


#login, #categories, #search, #informations, #customersupport, #useraccount, #quotation, #partners-link, .sidebar-link {
	border: 1px solid #E2DFD2;
	background-color: #fff;
}
#categories ul li, #informations li, #useraccount li, #quotation li, #partners-link li, .sidebar-link li{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dedede;
	line-height: 24px;
/*	list-style-image: url(../images/bullet.gif); */
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
}

#categories ul li a, #informations ul li a, #useraccount ul li a, #quotation ul li a, #partners-link ul li a, .sidebar-link ul li a{
	color: #6C3F25;
}
#categories ul li a:hover, #informations ul li a:hover, #useraccount  ul li a:hover, #quotation  ul li a:hover, #partners-link ul li a:hover, .sidebar-link ul li a:hover{
	color: #CC6600;
}
#customersupport p {
	margin: 10px;
	text-align: center;
}
#main .productdisplay {
	width: 558px;
	margin:0 auto 0 auto; /* in full to help IE5Mac */
	padding:0;
	border-bottom: 1px solid #E2DFD2;
}

#main .productdisplay ul li {
	float: left;
	list-style-type: none;
	margin: 10px;
	width: 150px;
	text-align: center;
}
.guitarname {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
p.quotetitle {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.form-label {
	float:left;
	margin: 2px;
	width: 150px;
}

.form-control {
	float: left;
	margin: 2px;
}

ul.errorList {
	margin-left: 20px;
	list-style-type: square;
}

.msg-error {
	border-color:#FF3366; 
	background-color:#FF3300; 
	padding:5px; 
	margin: 10px;
	font-weight:bold; 
	color:#FFFFFF
}

.msg-warning {
	border-color:#CCFF00; 
	background-color:#FFCC00; 
	padding:5px; 
	margin: 10px;
	font-weight:bold; 
	color:#FFFFFF
}

.msg-success {
	border-color:#009900; 
	background-color:#009900; 
	padding:5px; 
	margin: 10px;
	font-weight:bold; 
	color:#FFFFFF
}

.product-label{
	font-weight: bold;
	margin-top: 6px;
}

.product-popup-label{
	font-weight: bold;
	margin-top: 12px;
}

.product-popup-value{
	margin-top: 3px;
}

.offering-list{
	margin-left: 20px;
	list-style-type: square;
}

.offering-list li{
	margin-left: 20px;
}

.faq{
	margin: 10px;
}

.faq .question{
	margin-left: 20px;
	font-weight: bold;
}

.faq .answer{
	margin-left: 45px;
}