@charset "utf-8";
body {
	margin : 0;
	font : 8pt Tahoma;
	background : #fffffe;
	height : 100%;
}
.blue_heading{
	margin: 0;
	padding: 5px;
	font : bold 10pt Tahoma;
	background-color: #0294dd;
	color: white;
	width: 350px;
	}
.pink_heading{
	margin: 0;
	padding: 5px;
	font : bold 10pt Tahoma;
	background-color: #df1279;
	color: white;
	width: 350px;
	}
.text {
	font : 8pt Tahoma;
}
img {
	border : 0;
}
a:link, a:visited {
	color : #000000;
	text-decoration : none;
}
a:hover {
	color : gray;
	text-decoration : none;
}
#page {
	position : absolute;
	width : 1000px;
	left : 50%;
	margin-left : -500px;
}
#header {
	width : 100%;
	text-align : left;
}
#topbar {
	width : 100%;
	height : 88px;
	display : inline-block;
}
#left {
	position : relative;
	width : 251px;
	top : 50%;
	margin-left : 5px;
	margin-top : -35px;
}
#right {
	position : relative;
	top : 95%;
	margin-top : -120px;
	float : right;
	text-align : left;
	padding : 5px;
}
#box {
	border : 2px solid #0092dd;
	width : 175px;
	height : 45px;
	padding : 2px;
	padding-top : 8px;
	text-align : center;
}
#box_title {
	background-image : url(images/basket.gif);
	background-position : 3px 3px;
	background-repeat : no-repeat;
	font : 12pt "Trebuchet MS";
	color : #0092df;
	letter-spacing : 2px;
}
#cart_box_text {
	font : 8pt Tahoma;
	color : #afcb29;
	padding-left : 5px;
	text-align : center;
}
#top_links {
	text-align : left;
	padding : 5px;
	text-align : center;
}
a.top_links {
	color : #000000;
	text-decoration : none;
}
a.top_links:hover {
	color : gray;
	text-decoration : none;
}
#button_bar {
	background : #f1f1f1 url(images/button_bar_bg.gif) repeat-x;
	height : 38px;
	padding-top : 2px;
	position : relative;
	border : 1px solid #c6c6c6;
}
.nav_buttons {
	display : inline;
	list-style : none;
	margin-left : 13px;
	margin-right : 13px;
}
a.nav_links {
	font : bold 10pt Tahoma;
	color : black;
	text-decoration : none;
}
a.nav_links:hover {
	font : bold 10pt Tahoma;
	color : gray;
	text-decoration : none;
}
#description {
	position : relative;
	height : 25px;
	text-align : center;
}
#main {
	
	
}
#left_pane {
	width : 200px;
	position : absolute;
}
.menu_blue {
	border-left : 1px solid #0294dc;
	border-right : 1px solid #0294dc;
	border-bottom : 1px solid #0294dc;
}
.menu_pink {
	border-left : 1px solid #df1278;
	border-right : 1px solid #df1278;
	border-bottom : 1px solid #df1278;
}
.menu_list {
	list-style : none;
	margin : 0;
	padding : 0;
}
.menu_heading {
	background : url(images/bullet.gif) no-repeat 10px center;
	width : 170px;
	height : 34px;
	font : bold 10pt Tahoma;
	line-height : 2.5;
	padding-left : 30px;
}
.menu_items {
	background : #f1f1f1;
	height : 35px;
	line-height : 2.5;
	padding-left : 20px;
}
a.menu_links {
	font : 10pt Tahoma;
	color : black;
	text-decoration : none;
}
a.menu_links:hover {
	font : 10pt Tahoma;
	color : gray;
	text-decoration : none;
}
#content {
	width : 790px;
	min-height : 1050px;
	left : 210px;
	position : relative;
}
p {
	font : 10pt Tahoma;
	color : #000;
	letter-spacing : 0.4px;
	line-height : 1.5;
}
h1 {
	line-height : 2.5;
	letter-spacing : 1px;
	color : #0294dc !important;
	font : bold 10pt verdana;
	padding : 5px;
	margin : 0;
}
h2 {
	color : #df1278 !important;
	font : bold 12pt Arial;
	padding : 0;
	margin : 0;
}
h3 {
	color : #b3cf2b !important;
	font : bold 12pt Arial;
	padding : 0;
	margin : 0;
}
h4 {
	color : #0294dc !important;
	font : bold 12pt Arial;
	padding : 0;
	margin : 0;
}
h5 {
	font : bold 12pt Arial;
}
.white_text {
	color : #fff !important;
}
.pink_text {
	color : #df1278 !important;
}
.green_text {
	color : #b3cf2b !important;
}
.blue_text {
	color : #0294dc !important;
}
.pink_bg {
	background-color : #df1279 !important;
}
.green_bg {
	background-color : #b3cf2c !important;
}
.blue_bg {
	background-color : #0294dd !important;
}
#featured_items {
	width : 735px;
	float : right;
}
.product_box {
	width : 240px;
	height : 290px;
	text-align : center;
	display : inline-block;
}
.product_title {
	font : 16pt Tahoma;
}
#bottom_bar {
	background : #f1f1f1 url(images/bottom_bar_bg.gif) repeat-x;
	height : 200px;
	padding-top : 5px;
	position : relative;
	text-align : center;
	border : 1px solid #c6c6c6;
}
a.bottom_links {
	font : 10pt Tahoma;
	color : black;
	text-decoration : none;
}
a.bottom_links:hover {
	font : 10pt Tahoma;
	color : gray;
	text-decoration : none;
}
#copyrights {
	text-align : center;
	line-height : 3;
}
#flags {
	height : 100px;
	text-align : center;
}
#my_account_buttons_area {
	display : inline-block;
	position : relative;
	top : 5px;
	padding-left : 25px;
}
.my_account_buttons {
	display : inline-block;
	width : 163px;
	height : 31px;
	padding : 5px;
	padding-top : 18px;
	line-height : 4;
	background : url(images/my_account_button.gif) no-repeat center;
}
#contact_us_right {
	width : 40%;
	display : inline-block;
	padding-right : 10%;
	position : absolute;
	top : 223px;
	right : 0;
}
#contact_us_left {
	display : inline-block;
/*	padding-right : 10%;
*/	position : absolute;
}
input {
	font : 9pt Tahoma;
}
input[type="text"].contact_us, .contact_us {
	width : 200px;
}
button {
	background : url(images/button_bar_bg.gif);
	height : 30px;
	border : 1px solid black;
	font : bold 9pt Tahoma;
	cursor : pointer;
}
a.button {
	font : bold 9pt Tahoma;
	color: #afcb29;
	cursor : pointer;
}
.button2 {
	background : url(images/button_bar_bg.gif);
	height : 30px;
	border : 1px solid black;
	font : bold 9pt Tahoma;
	cursor : pointer;
}

textarea.contact_us {
	width : 300px;
	height : 100px;
}
.products_coloumn {
	display : inline-block;
	position : relative;
	width : 800px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-right: 25px;
}
.product_small {
	width : 230px;
	height : 175px;
	display : inline-block;
	padding : 7px;
	border: 1px solid #0294dc;
	margin: 7px;
	
}
.small_img {
	display : inline-block;
	text-align : center;
	width : 110px;
	height : 150px;
}
.small_details {
	display : inline-block;
	text-align : center;
	vertical-align : top;
	width : 110px;
	height : 150px;
}
#large_img {
	border : 1px solid gray;
}
#product_detail_left {
	width : 500px;
	padding-left : 10px;
	display : inline-block;
	position : relative;
}
#product_detail_right {
	width : 260px;
	top : 0px;
	display : inline-block;
	position : relative;
}
#product_detail_list {
	border : 1px solid gray;
	padding-top : 15px;
	padding-left : 15px;
	padding-right : 15px;
}
#heading_bg {
	background : url(images/button_bar_bg.gif);
	border : 1px solid gray;
	border-bottom : 0;
	width : 253px;
	height : 34px;
	line-height : 34px;
	padding-left : 5px;
	padding-left : 5px;
}
.heading_bg {
	background : url(images/button_bar_bg.gif);
	border : 1px solid gray;
	width : 253px;
	height : 34px;
	line-height : 34px;
	padding-left : 5px;
}
.coloumns {
	width : 30%;
	display : inline-block;
	padding-top : 30px;
	padding-left : 20px;
}
