/* Import the jQuery stylesheets */
@import url("pirobox/style.css");

/* Set the background color, and margin */
body{
	margin-top: 9px;
    background-color: black;
}

a{
	color:white;
}

/* Remove the image borders, should they appear */
img{
    border: none;
}

/* Setup the fonts we use a lot */
.americanTypewriter{
	font-family: 'AmericanTypewriter','American Typewriter','Arial',serif;
}

.bankGothic{
	font-family: 'BankGothic-Medium','Bank Gothic','Arial',sans-serif;
	letter-spacing: 1px;
}

.lucidaGrande{
	font-family: 'LucidaGrande','Lucida Grande','Arial',sans-serif;
}

/* We will use this to create a seperator */
hr.seperator{
	color:#BBBBBB;
	width:630px;
	size:1;
}

/* We will use this to center reflected images */
.center{
	margin-left:auto;
	margin-right:auto;
}

/* Setup the style for the menu */
ul.menu{
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	text-align: center;
	line-height: 30px;
	list-style: none;
	display: block;
	
	padding: 0px;
	margin: 0px;
}

ul.menu li{
	display: inline;
	padding: 0px 10px;
	margin: 0px;
	list-style: none;
} 

/* Setup the style for the menu links */
ul.menu li a{
	text-decoration: none;
	color: #A1A1A1;
}

ul.menu li a:hover{
	color: #FFFFFF;
}

ul.menu li.current a{
	font-weight: bold;
	color: #FFFFFF;
}

/* Setup the titles we will use a lot */
.title{
	text-align:center;
	font-weight: normal;
	margin: 15px -20px;
}

.title1{
	font-size: 18px;
	color: #FF593C;
}

.title2{
	font-size: 28px;
	color: #FFFFFF;
}

.title3{
	font-size: 35px;
	font-weight:500;
	color: #FF593C;
}

.title4{
	color: #FF593C;
	font-size: 24px;
}

/* The main container for everything */
.content{
	width: 665px;
	margin-left:auto;
	margin-right:auto;
}

/* Default formatting for text */
.text{
	font-size:14px;
	font-weight:400;
	color:#FFFFFF;
}

table.flooring-samples{
	margin-left:auto;
	margin-right:auto;
}

table.flooring-samples td{
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}

table.flooring-samples td.image{
	vertical-align:top;
	padding-right:7px;
}

table.flooring-pictures{
	margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
}

table.flooring-pictures td{
	vertical-align:top;
	padding-top:10px;
	padding-bootom:10px;
}

table.flooring-pictures img{
	padding:15px;
}