/* main styles */

html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}

body {
	background-image: url(/images/main_bckgrnd.jpg);
}

body, td {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#main_container {
	width: 900px;
	height: 100%;
}


#header {
	background-image: url(/images/header_bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;	
	height: 213px;
}

#slogan {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	position: absolute;
	left: 260px;
	top: 144px;
}

#main_menu {
	position: absolute;
	left: 230px;
	top: 177px;
}

	.menu_item {
		background-image: url(/images/menu_bckgrnd.jpg);
		background-repeat: repeat-x;
		background-position: top;
		height: 32px;
		float: left;
		
		font-size: 12px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		line-height: 29px;
		text-align: center;
	}
	
	.menu_left {
		background-image: url(/images/menu_left.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 10px;
		height: 32px;
		float: left;

	}
	
	.menu_right {
		background-image: url(/images/menu_right.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 10px;
		height: 32px;
		float: left;
	}

#left_column {
	width: 276px;
}

	#left_column_top {
		background-image: url(/images/left_column_top.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-color: #FFFFFF;		
		height: 45px;
	}
	
	#left_column_left {
		background-image: url(/images/left_column_left.jpg);
		background-repeat: repeat-y;
		background-position: left;
	}
	
	#left_column_content {
		background-image: url(/images/left_column_bckgrnd.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		
		padding-top: 20px;
		padding-left: 47px;
	}
	
	#bottom_logo2 {
		background-image: url(/images/bottom_logo1.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 82px;
		width: 227px;
	}

.box {
	width: 209px;
	margin-bottom: 15px;
}

	.box_title, .box_title_cart {
		background-repeat: no-repeat;
		background-position: top;
		height: 30px;
		padding-left: 12px;
		line-height: 30px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	.box_title {
		background-image: url(/images/box_title_bckgrnd.jpg);
	}
	
	.box_title_cart {
		background-image: url(/images/box_title_cart.jpg);
	}
	
	.box_content {
		background-color: #D2D2D2;
		border-left: 2px solid #8F8F8F;
		border-right: 2px solid #8F8F8F;
		color: #000000;
		font-size: 11px;
		padding: 10px;
	}
	
	.box_item {
		background-image: url(/images/box_arrow.jpg);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 13px;
		border-bottom: 1px solid #B9B9B9;
		line-height: 22px;
	}
	
	.box_bottom {
		background-image: url(/images/box_bottom.jpg);
		background-repeat: no-repeat;
		background-position: top;
		height: 11px;
	}

#main_content {
	padding-top: 4px;
	padding-right: 35px;
	padding-bottom: 20px;
	height: 100%;
	width: 100%;
}

	#content_box {
		width: 100%;
		border: none;
	}
	
	#content_box_top {
		background-image: url(/images/content_top_bckgrnd.jpg);
		background-repeat: repeat-x;
		background-position: top;
		height: 13px;
	}
	
	#content_box_top_left {
		background-image: url(/images/content_top_left_crnr.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		height: 13px;
		width: 20px;
	}
	
	#content_box_top_right {
		background-image: url(/images/content_top_right_crnr.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		height: 13px;
		width: 20px;
	}
	
	#content_box_brdr_left {
		border-left: 3px solid #E6E6E6;
	}
	
	#content_box_brdr_right {
		border-right: 3px solid #E6E6E6;
	}
			
	#content_box_bttm_left {
		background-image: url(/images/content_bttm_left_crnr.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		height: 43px;
		width: 20px;
	}
	
	#content_box_bttm_right {
		background-image: url(/images/content_bttm_right_crnr.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 43px;
		width: 20px;
	}
	
	#content_box_bttm{
		background-image: url(/images/content_bttm_bckgrnd.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		height: 43px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		vertical-align: bottom;
		line-height: 35px;
	}
	
	#content_title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFCA00;
		line-height: 22px;
		margin-bottom: 10px;
		
		background-image: url(/images/title_border.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
.product {
	text-align: left;
}
	
	#product_cell_left {
		text-align: left;
		border-right: 1px solid #E6E6E6;
		padding-right: 20px;
	}
	
	#product_cell_right {
		text-align: right;
		padding-left: 20px;
	}
	
	#product_cell_right_more {
		text-align: left;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	
	.product_title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #7A7A7A;
		margin-bottom: 5px;
	}
	
	.product_body {
		position: relative;
		height: 115px;
	}
	
	.product_img {
		float: left;
		height: 115px;
		width: 130px;	
	}
	
	.product_price {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #FF2C3D;
		float: right;
		margin-top: 40px;
		width: 120px;
		text-align: right;
	}
	
	.product_price_more {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #FF2C3D;
		margin-top: 15px;
		margin-bottom: 5px;
		width: 120px;
	}
	
	.product_buy {
		float: right;
		margin-top: 5px;
	}
	
	.product_dscrptn {
		font-size: 10px;
		line-height: 14px;
		color: #8F8F8F;	
	}
	
	.product_dscrptn_more {
		color: #8F8F8F;
		text-align: left;		
	}
	
	.product_more {
		text-align: left;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;	
	}
	
	.product_brdr {
		border-bottom: 2px solid #E6E6E6;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.product_zoom {
		background-image: url(/images/magnifier.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		padding-left: 18px;
	}


#footer {
	background-image: url(/images/footer_bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFD600;
	height: 87px;
}

#copyrights {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	float: left;
	margin-top: 25px;
}

#bottom_logo {
	background-image: url(/images/bottom_logo2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 77px;
	width: 276px;
	float: left;
}

#outmind_design {
	background-image: url(/images/outmind_design.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 72px;
	width: 376px;
	float: right;
	padding-right: 55px;
	margin-top: 5px;
}

#odt {
	margin-top: 20px;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
}

/*table*/

.table_titles {
     background-color: #FFD600;
     font-weight: bold;
}

.table_cells_light {
     background-color: #F5F5F5;
     font-weight: normal;
}

.table_cells_dark {
     background-color: #E6E6E6;
     font-weight: normal;
}

.table_input {
     width: 50px;
}

.table_delete_btn {
     background-image: url(images/delete_btn.gif);
     background-repeat: no-repeat;
     background-position: left;
     padding-left: 20px;
     margin-left: 10px;
}

/*layers*/

#form, #form_cart  {
	position: absolute;
	top: 51px;
	left: 619px;
	
	background-repeat: no-repeat;
	background-position: top left;
	
	height: 151px;
	width: 265px;
	
	font-size: 11px;
	color: #FFFFFF;
}

	#form {
		background-image: url(/images/form_bckgrnd.jpg);
	}
	
	#form_cart {
		background-image: url(/images/form_bckgrnd_cart.jpg);
	}

	#form_login {
		text-align: right;
		margin-top: 22px;
		margin-right: 36px;
	}
	
	#form_links {
		position: absolute;
		bottom: 12px;
		left: 30px;
		color: #FFD600;
		text-align: left;
	}
	
	#form_cart_text {
		font-weight: bold;
		text-align: left;
		margin-left: 140px;
		margin-top: 33px;
	}
	
	#form_cart_info {
		position: absolute;
		top: 55px;
		left: 50px;
		text-align: left;
		line-height: 14px;
	}

/* links */

a:link, a:visited {
	color: #FF2C3D;
	text-decoration: underline;
}

a:hover {
	color: #FFD600;
	text-decoration: underline;
}

a.menu_link:link, a.menu_link:visited {
	color: #333333;
	text-decoration: none;
}

a.menu_link:hover {
	color: #FF2C3D;
	text-decoration: none;
}

a.box_link:link, a.box_link:visited {
	color: #000000;
	text-decoration: none;
}

a.box_link:hover {
	color: #FF2C3D;
	text-decoration: underline;
}

a.page_link:link, a.page_link:visited {
	color: #4E4E4E;
	text-decoration: none;
}

a.page_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


a.more_link:link, a.more_link:visited {
	color: #FF2C3D;
	text-decoration: none;
}

a.more_link:hover {
	color: #FF2C3D;
	text-decoration: underline;
}


a.footer_link:link, a.footer_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.form_link:link, a.form_link:visited {
	color: #FFD600;
	text-decoration: underline;
	line-height: 14px;
}

a.form_link:hover {
	color: #FFD600;
	text-decoration: none;
	line-height: 14px;
}

a.navi_link:link, a.navi_link:visited {
	color: #7F7F7F;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}

a.navi_link:hover {
	color: #FFD600;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}

a.zoom_link:link, a.zoom_link:visited {
	color: #7F7F7F;
	text-decoration: none;
}

a.zoom_link:hover {
	color: #FF2C3D;
	text-decoration: none;
}
