/*  
Theme Name: Bespoke USB
Theme URI: http://www.bespokeusb.com

*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #8b8b8b url(../_images/bg.gif) 0 0 repeat;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #595959;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #ce0000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e06a6a;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 946px;
	margin: 0 auto 30px auto;
	text-align: left;
	background: transparent url(../_images/wrapper.gif) 0 0 repeat-y;
}
	#sub #wrapper {
		background: transparent url(../_images/wrapper-sub.gif) 0 0 repeat-y;
	}
	
#container {
	background: transparent url(../_images/container.jpg) 0 0 no-repeat;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	width: 674px;
	float: right;
}

	/* MENU */
	#menu {
		background: url(../_images/menu.jpg) 0 0 no-repeat;
		width: 636px;		/* Width of entire image */ 
		height: 50px;		/* Height of buttons */
		margin: 17px 0 0 25px;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 50px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-home 		{ width: 64px; }
	#menu-products 	{ width: 80px; }
	#menu-services 	{ width: 77px; }
	#menu-support 	{ width: 74px; }
	#menu-pricing 	{ width: 66px; }
	#menu-about 	{ width: 81px; }
	#menu-contact 	{ width: 93px; }
	#menu-quote 	{ width: 101px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-home a:hover			{ background: transparent url(../_images/menu.jpg) 0px -50px no-repeat; }
	#menu-products a:hover		{ background: transparent url(../_images/menu.jpg) -64px -50px no-repeat; }
	#menu-services a:hover		{ background: transparent url(../_images/menu.jpg) -144px -50px no-repeat; }
	#menu-support a:hover		{ background: transparent url(../_images/menu.jpg) -221px -50px no-repeat; }
	#menu-pricing a:hover		{ background: transparent url(../_images/menu.jpg) -295px -50px no-repeat; }
	#menu-about a:hover			{ background: transparent url(../_images/menu.jpg) -361px -50px no-repeat; }
	#menu-contact a:hover		{ background: transparent url(../_images/menu.jpg) -442px -50px no-repeat; }
	#menu-quote a:hover			{ background: transparent url(../_images/menu.jpg) -535px -50px no-repeat; }
	
	

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 272px;
	float: left;
}
#product-list {
	height: 284px;
}
	#product-list li {
		padding: 0 25px 10px 58px;
		list-style: none;
	}
	#product-list li a {
		text-decoration: none;
	}
	
#sidebox {
	background: #FFF url(../_images/sidebox-top.jpg) 0 0 no-repeat;
	width: 239px;
	margin-left: 23px;
	padding-top: 30px;
}
	#sidebox p {
		margin-bottom: 30px;
		text-align: center;
	}
	

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */

/* Banner */
#banner-home {
	height: 319px;
	/*background: transparent url(../_images/banner3.jpg) 0 0 no-repeat;*/
}
/* Bottom */
#bottom {
	clear: both;
	margin: 0 23px;
	background: #FFF url(../_images/bottom-top.gif) 0 0 no-repeat;
	padding: 30px 30px 20px 30px;
}
	#bottom td {
		vertical-align: top;
	}
	#bottom td p {
		margin-right: 25px;
		margin-left: 10px;
		font-size: 11px;
		line-height: 14px;
	}
	#bottom h1 {
		height: 34px;
		text-indent: -3000px;
		background: transparent url(../_images/welcome.gif) 0 0 no-repeat;
	}
	#bottom h2 {
		height: 35px;
		text-indent: -3000px;
		background: transparent url(../_images/examples.gif) 0 0 no-repeat;
	}

/* Footer */
#footer-home {
	height: 133px;
	background: transparent url(../_images/footer-home.gif) 0 0 no-repeat;
}
	.footer p {
		font-size: 11px;
		margin-left: 53px;
		padding-top: 20px;
	}
	.footer a {
		color: #858585;
	}

/* ----------------------------------- */
/* SUB
/* ----------------------------------- */

/* Banner */
#banner-sub {
	height: 127px;
	background: transparent url(../_images/banner-sub.jpg) 0 0 no-repeat;
}

#content {
	width: 591px;
	padding: 30px;
	background: #FFF url(../_images/content-top.jpg) 0 0 no-repeat;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

	#breadcrumb {
		font-size: 10px;
		margin-bottom: 10px;
	}
	#content h1 {
		color: #ce0000;
		font-size: 24px;
		padding-bottom: 5px;
		border-bottom: 1px solid #b5b5b5;
	}
	#content h2 {
		font-size: 18px;
		color: #f27424;
	}
	#content h3 {
		color: #ce0000;
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	a.product-thumb:link img, a.product-thumb:visited img {
		border: 1px solid #ce0000;
		padding: 2px;
		margin: 0 5px;
	}
	a.product-thumb:hover img, a.product-thumb:active img {
		border: 1px solid #e06a6a;
	}	
	
	#content form td {
		padding: 0 15px 15px 0;
		vertical-align: top;
	}
	
	#content li {
		margin-left: 25px;
	}
	
	.products {
		width: 100%;
	}
		.products td {
			padding: 15px 0;
			border-bottom: 1px solid #b5b5b5;
		}
		.products td img {
			height: 100px;
		}
	
	#content th {
		border-bottom: 2px solid #CECECE;
	}
	#content td {
		font-size: 11px;
	}

#footer-sub {
	height: 133px;
	clear: both;
	background: transparent url(../_images/footer-sub.gif) 0 0 no-repeat;
}
	#footer-sub p {
		margin-left: 300px;
	}
	
/* Blog Stuff */	
#sidebox #blog-info {
	padding: 0 30px 10px 30px;
}

#blog-info h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#blog-info ul {
	margin-bottom: 25px;
}
#blog-info li {
	list-style: none;
}

p.postmetadata {
	font-size: 11px;
	font-style: italic;
}

h3#comments {
	border-top: 2px solid #CCC;
	padding-top: 15px;
}
.comment {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}