/* Global Styles */

html, body {
	background: #fff url(../images/bkg.gif) 0 0 repeat;
	font:13px/1.331 georgia, times, serif;
	*font-size:small;
	*font:x-small;
	margin: 0; 
	padding: 0;
	color: #333;
}

p {
	line-height: 1.4;
	margin-bottom: 21px;
}

h1, h2 { 
	font-weight: normal;
}

h1 { 
	font-size: 43px; 
	color: #000;
	margin: 0 0 0 30px;
}

h2 {
	font-size: 29px;
	margin: 0 0 20px 30px;
}

ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul li { 
	background: url(../images/bullet.gif) 0 8px no-repeat;
	margin-bottom: 16px;
	padding-left: 12px;
}

a {
	outline: none;
}


/* Structure 
------------------------------*/
#container {
	background: #fff;
	width: 790px;
	border: 10px solid #ddc595;
	padding: 5px;
	margin: 25px auto;
}

#inner-container {
	width: 786px;
	border: 2px solid #ddc595;
	padding: 30px 0;
}

#col1 {
	float: left; 
	width: 295px;
}

#col2 {
	width: 450px;
	margin-left: 295px;
}

a#order {
	background: url(../images/btn_order.gif) 0 0 no-repeat;
	width: 116px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 150px;
}

a#order:hover { background: url(../images/btn_order.gif) 0 -32px no-repeat; }

/* clearfix 
-------------------------*/
.clearfix:after {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
}  
.clearfix {  
    display: inline-block;  
}  
html[xmlns] .clearfix {  
    display: block;  
}  
* html .clearfix {  
    height: 1%;  
}
