/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
ul
{
list-style-type: none;
}
li
{
margin: .7em 0;
}
.grey{ color:#666; }

h1{font: bold 1.2em Arial, Helvetica, sans-serif; color:#666;text-transform:uppercase;}
h2{ font: bold 1.5em Arial, Helvetica, sans-serif; color:#666; }
h3{ font: bold 1.1em Arial, Helvetica, sans-serif; color:#666; text-decoration:underline;  }
a:link {color: #FFFFFF; text-decoration: none; }
a:active {color: #ED1C24; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #ED1C24; text-decoration: none; }

.clearboth { clear: both; height: 0px; margin: 0; padding: 0; display: block; overflow: hidden; }

*{margin:0; padding:0}

body
{
	background-color:#000000;
	color:#FFF;
	font: .8em Arial, Helvetica, sans-serif;
}

#main_container{
width:1048px;
margin:0 auto;

}

#page_content
{
	height:900px;
	width:1030px;
	/*background-image:url(images/content_frame2.png);*/
	margin:10px;
}
#page_content2
{
	height:670px;
	width:1030px;
	/*background-image:url(images/content_frame2.png);*/
	margin:10px;
}
#page_content3
{
	height:750px;
	width:1030px;
	/*background-image:url(images/content_frame2.png);*/
	margin:10px;
}


#narrow_column
{
	margin-top:65px;
	margin-left:50px;
	width:250px;
	display:inline;
	float:left;
	background-color:#000000;
	text-decoration:none;
	list-style-type: none;
}

#shopIntro
{
	margin-top:15px;
	margin-left:20px;
	width:350px;
	float:left;
	background-color:#000000;
}
#shopIntro p
{
	margin:0;
}

#specialFeatures
{
	float:left;
	margin-right:25px;
	margin-top:15px;
	width:630px;
}
#serviceWrapper
{
	width:630px; margin:0; padding:0; text-align:right;
}

#service_content{ margin:15px 0;}
#serviceIntro{ width: 660px; float:left; margin-left:20px;}
#serviceIntro img{ padding: .9em; }
#serviceList{ width: 350px; float:left; font-size:1em; line-height:1.3em; }

#features p { margin-bottom: 10px; text-align:right; }

#aboutUsImages img{ padding: 0 2%; }
#aboutUsImages { margin: 15px 0; width: 100%; }
#aboutUsText{ margin-left: 20px; padding-right: 25px; }

#contactText { margin-top:15px; margin-left:20px; margin-right:10px; width:425px; float:left; }

#shopping_cart{
display:inline;
float:right;
height:536px;
margin-right:25px;
margin-top:65px;
width:700px;
background-image:url(images/shopping_cart.png);
}

#Shopping_cart_scroll{
height:500px;
margin:8px;
overflow-y:scroll;
padding:5px;

}

#shopping_pad{
padding-bottom:10px;
padding-top:10px;
height:516px;
}

#blogFrame { width: 1000px; margin-left:10px; padding:0; }

#nav{
text-align:center;


}


#headerimg 	{
	margin:5px auto;

	}

#footer {
margin:10px;
}
.entry p a:visited {
	color: #b85b5a;
	}
