/*  
Theme Name: ComputerPlugin Plasma
Description: Theme for the ComputerPlugin. This is the beta release... not for the public or re-use.
Author: Justin Menkveld
Author URI: http://www.computerplugin.com/justin
Version: 0.1
.
Copyright 2009, Computerplugin.com</a>.
.
*/
/* Top Content */

#page_wrapper {
   margin: 15px 0 15px 0;
   clear: both;
}
#coupons_container {
   margin: 0;
   padding: 0;
   width: 370px;
   float: left;
}
#coupons {
   margin: 0;
   padding: 0 0 0 9px;
   text-align: center; 
}
#flag {
   clear: both;
   margin: -875px 12px 0 0;
   padding: 0;
   float: right;
   width: 500px;
}
#tax_container {
   margin: 70px 0 0 0;
   float: right;
   width: 490px;
}
#tax_content {
   color: #8fafde;
   font-size: 12px;
   margin: 0;
   padding: 200px 40px 10px 35px;
}
#tax_content h3 {
   font-size: 20px;
   text-align: center;
   color: #c3bb1f;
}
#tax_content h2 {
   margin: 15px 0 5px 0;
   font-size: 16px;
   color: #999;
   border-bottom: #999 1px solid;
}
#tax_content ul {
   padding: 0 0 0 15px;
}
.small {
   margin: 0 0 20px 0;
   font-size: 10px;
   color: #fff;
}
.couponsT {
   background: url(../images/coupon_t.png) top left no-repeat;
   padding: 15px 0 0 0;
}
.couponsM {
   background: url(../images/coupon_m.png) top left repeat-y;
}
.couponsB {
   background: url(../images/coupon_b.png) bottom left no-repeat;
   padding: 0 0 23px 0;
}
.taxT {
   background: url(../images/taxCredit_t.png) top left no-repeat;
   padding: 25px 0 0 0;
}
.taxM {
   background: url(../images/taxCredit_m.png) top left repeat-y;
   padding: 0 0 0 0;
}
.taxB {
   background: url(../images/taxCredit_b.png) bottom left no-repeat;
   padding: 0 0 27px 0;
}

