body, html {
	margin:0px auto;
}

*, body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#29ABE2;
	text-decoration:underline;
}

a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1A6D89;
	text-decoration:underline;
}

img {
	border:0px;	
}

h2 {
	color:#00AEEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	margin:15px 0px;
	/*padding:15px 0px;*/
}

ul {
	padding:0px 0px 0px 17px;
	margin:25px 0px;
	list-style-image:url(../images/bullet.gif);
}

form {
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	padding:0px;
}

/* Layout */

#ie6Warning {
	margin:0px auto;
	background:#fff;
	padding:15px;
	clear:both;
	border:5px solid #C00;
}

#wrapper_blue {
	width:960px;
	margin:0px auto;
	background:#009EE0;
	padding-bottom:25px;
}

#wrapper_white {
	width:910px;
	overflow:auto;
	margin:0px auto;
	background:url(../images/text_bg.jpg);
}

#wrapper_white_home {
	width:910px;
	margin:0px auto;
	background:#ffffff;
}

#left_content, #right_content {
	float:left;
	width:405px;
	padding:25px;
}

#left_content_cards {
	float:left;
	width:464px;
	padding:25px;
}

#right_content_cards {
	float:left;
	width:345px;
	padding:25px;
	border-left:1px solid #bfeafb;
}

/* Header */

#header {
	height:108px;	
}

#header_logo {
	padding-left:25px;	
	float:left;
}

#header_menu {
	float:right;
	width:400px;
	height:54px;
	margin-top:25px;
	padding:0px 25px 0px 0px;
	background:url(../images/menu_bg.png) no-repeat top left;
}

/* Menu */

#header_menu a {
	float:left;
	width:127px; /* minus 8px */
	height:54px;
	padding:5px 0px 0px 8px;

	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#header_menu #menu_cards {
	width:122px;
}

#header_menu #menu_index:hover {
	background:url(../images/menu_bg_hover.png) -0px 0px no-repeat;
}

#header_menu #menu_howtobuy:hover {
	background:url(../images/menu_bg_hover.png) -135px 0px no-repeat;
}

#header_menu #menu_cards:hover {
	background:url(../images/menu_bg_hover.png) -270px 0px no-repeat;
}

/* Footer */

#footer {
	width:910px;
	height:30px;
	margin:0px auto;
	padding:12px 0px;
}

#footer_right {
	float:right;
}

#footer_left {
	float:left;
}

/* Cards */

.card_frame {
	float:left;
	width:138px;
	height:198px; /* minus 7 */
	background:url(../images/bg_cards.gif) no-repeat top left;
	margin:0px 25px 25px 0px;
	padding:7px 0px 0px 0px;
	text-align:center;
}

.last_card {
	margin:0px 0px 25px 0px;
}

/* Order details */

#current_items {
	width:345px;
	overflow:auto;
}

.ci_row_normal {
	float:left;
	width:100px;
	height:15px;
	padding:3px 0px;
	border-bottom:1px solid #bfe3d0;
	text-align:center;
}

.ci_row_small {
	width:45px;
}

.ci_header {
	color:#59a454;
	font-weight:bold;
	border-bottom:2px solid #59a454;
}

.ci_empty {
	float:left;
	padding:8px;
	color:#F90;
	text-align:center;
}

.ci_totals {
	float:left;
	padding:8px 0px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.ci_total_price {
	color:#00AEEF;
	font-size:14px;
}

#addassorted {
	width:345px;
	height:56px;
	background:url(../images/bg_addbydozens.gif);
	margin:15px 0px;
	text-align:center;
	line-height:56px;
}

/* Card details */

#cards_details {
	width:470px;
	height:355px;
	margin:0px auto;
	margin-top:25px;
	background:url(../images/bg_cards_details.gif) no-repeat top left;
}

.card_side {
	float:left;
	width:235px;
	text-align:center;
}

.card_side img {
	border:2px solid #666;	
}

.card_side div {
	width:180px; /* minus padding */
	height:260px; /* minus padding */
	margin:0px auto;
	padding:10px;
	border:2px solid #666;	
}

#addtocart {
	width:470px;
	height:150px;
	margin:0px auto;
}

#addtocart_details {
	float:left;
	width:305px;	
	padding:15px;
}

#addtocart_price {
	float:left;
	width:105px;	
	padding:15px;
	
	color:#00AEEF;
	font-size:12px;
	font-weight:bold;
}

.bigprice {
	font-size:28px;
	color:#6DC067;
	font-weight:bold;
	line-height:30px;
}


/* Forms */

.text {
	border:1px solid #333;	
}

#madeby {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F6822A;
	font-weight:bold;
	text-decoration:none;
}
