/*  
Theme Name: CanDoCanGo
Theme URI: http://www.wpsmart.com/
Description: Theme for Wordpress not based on the famous Kubrick Theme.

Version: 2.0
Author: Kay & Dave McMahon
Author URI: http://www.ukwebdev.com/
*/

/*Shop page specific CSS*/

body {
    width: 1000px;
}

/* Index main body */

#headerArea {
	background-image: url(../images/cdcg_bg_shop.png);
}

#outerbox {
	height: 1290px;
	background-image: url(../images/cdcg_bg_shop.png);
	width: 980px;
}

#mainshop {
	margin: 0;
	padding: 0;
	float: left;
	color: inherit;
	background-color: #FFF;
}

#rightNavigation {
	width: 170px !important;
}

#footer, #headerNav {
	background-image: url(../images/cdcg_shop_blue.png);
	width: 980px;
}
