body{
    background:url('../images/background.jpg') no-repeat #dbba75 top center;
    color:#bd8d27;
    font-family:arial;
    font-size:12px;
    line-height:1.5em;
}

img{
    border:0;
}

h1{
    font-size:10px;
    color:#D30000;
}
	h1 a{
		color:#D30000;
		text-decoration:none;	
	}
h2{
    font-size:8px;
    margin:0;
    padding:0;
    height:15px;
}
	h2 a{
		color:#D30000;
		text-decoration:none;	
	}

#container{
    width:960px;
    margin:0 auto 0 auto;
}

#logo{
    float:left;
    width:300px;
    padding:30px 0 30px 25px;
}

#cards{
    float:right;
    padding-top:50px;
    padding-right:25px;
    width:317px;
    text-align:right;
}

#inner-container{
    clear:both;
}
#box-top{
    height:21px;
    background:url('../images/box-top.png') no-repeat;
}
#box-content{
    background:url('../images/box-back.png') repeat-y;
    overflow:hidden;
    padding:35px 20px 0 20px;
}
#box-content h1{
    margin:0;
    padding:0;
}
#box-bottom{
    clear:both;
    height:21px;
    background:url('../images/box-bottom.png') no-repeat;
}

#left-col{
    width:250px;
    float:left;
}

#main-col{
    width:670px;
    float:right;
}

#nav{
    padding:0;
    margin:0;
    list-style:none;
}
#nav li{
    margin:0 0 1px 0;
}
#nav li a{
    display:block;
    width:211px;
    height:36px;
    text-indent:-3000px;
}
#nav li a.home{ background:url('../images/nav/home.png') no-repeat; }
#nav li a.buy-ubuntu{ background:url('../images/nav/buy-ubuntu.png') no-repeat; }
#nav li a.what-is-ubuntu{ background:url('../images/nav/what-is-ubuntu.png') no-repeat; }
#nav li a.t-shirts{ background:url('../images/nav/tshirts.png') no-repeat; }
#nav li a.mugs{ background:url('../images/nav/mugs.png') no-repeat; }
#nav li a.why-buy{ background:url('../images/nav/why-buy.png') no-repeat; }
#nav li a.faq{ background:url('../images/nav/faq.png') no-repeat; }
#nav li a.flavours{ background:url('../images/nav/flavours.png') no-repeat; }
#nav li a.about-us{ background:url('../images/nav/aboutus.png') no-repeat; }
#nav li a.contact-us{ background:url('../images/nav/contactus.png') no-repeat; }

#footer{
    text-align:center;
}

.float_right{
    float:right;
    margin: 0 0 10px 10px;
}
.float_left{
    float:right;
    margin: 0 10px 10px 0;
}

.product_right{
	float:right;
	margin:0 0 10px 30px;
	width:150px;
	text-align:center;
}
	.product_right span{
		font-size:24px;
		font-weight:bold;
		color:#D30000;
		display:block;
	}
	.product_right span em{
		font-size:16px;
		font-weight:normal;
		display:block;
	}