body
{
	background-color: #EFEEEE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 76.5% Helvetica, Verdana;
	color: #4A4A4A;
}

a
{
	text-decoration: none;
	color: #4A4A4A;
}

h1
{
	display: block;
	float: left;
	height: 50px;
	width: 500px;
}

a:hover, a:active
{
    font-weight: bold;
    color: #000000;
}

.buy
{
	background: url('/img/cart.gif') top left no-repeat;
	padding-left: 20px;
	height: 16px;
	display: block;
	line-height: 16px;
}

.image_viewer_buy
{
	background: url('/img/cart.gif') top left no-repeat;
	padding-left: 20px;
	height: 16px;
	display: block;
	line-height: 16px;
	float: right;
	margin-top: 18px;
}

.error
{
	color: #FF0000;
}

.successfull
{
	color: #00FF00;
}

.bigText
{
	font-size: 1.2em;
}

.add_icon
{
	float: left;
	height: 16px;
	background: url(../img/add.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 0;
}

.delete_icon
{
	float: left;
	height: 16px;
	background: url(../img/delete.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 0;
}

.edit_icon
{
	float: left;
	height: 16px;
	background: url(../img/edit.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 0;
}

.admin_item 
{
	display: block;
	width: 600px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align: left;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #D9BE2C;
}

.admin_item img
{
	height: 30px;
	float: right;
}

.image_container 
{
	display: block;
	width: 246px;
	height: 180px;
	margin: 0 0 10px 0;
	padding: 3px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.image_item 
{
	width: 246px;
	height: 164px;
	float: left;
	text-align: center;
}

.text_item 
{
	width: 246px;
	height: 15px;
	margin: 0 0 10px 0;
	padding: 3px;
	float: left;
	text-align: center;
}

.image_center
{
	display: block;
	width: 777px;
	float: left;
	padding: 10px 0 10px 0;
	text-align: center;
}

.image_right
{
	float: right;
	padding: 10px 0 10px 10px;
	text-align: center;
}

.image_left
{
	float: left;
	padding: 10px 10px 10px 0;
	text-align: center;
}

form
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}

input
{
	background: #FAFAFA;
	border: 1px solid #A6A6A6;
	font-weight: bold;
	width: 250px;
	height: 20px;
	padding: 5px 0 0 5px;
	float: left;
	color: #999999;
}

select
{
	background: #FAFAFA;
	border: 1px solid #A6A6A6;
	font-weight: bold;
	width: 257px;
	height: 30px;
	padding: 5px 0 0 5px;
	float: left;
	color: #999999;
}

select.gallery_select
{
	background: #FAFAFA;
	border: 1px solid #A6A6A6;
	width: 120px;
	height: 20px;
	padding: 0px;
	margin-left: 15px;
	float: left;
	color: #999999;
}

select.image_viewer_select
{
	background: #FAFAFA;
	border: 1px solid #A6A6A6;
	width: 160px;
	height: 20px;
	padding: 0px;
	margin: 20px 0px 0px 10px;
	float: left;
	color: #999999;
}

input#submit
{
	background: #FAFAFA;
	border: 1px solid #A6A6A6;
	font-weight: bold;
	margin-top: 20px;
	width: 100px;
	height: 30px;
	padding: 0px;
	color: #999999;
	float: left;
}

label
{
	text-align: left;
	display: block;
	float: left;
	width: 240px;
	height: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #6A6A6A;
}

select#multipleSelect
{
	display: block;
	width: 500px;
	height: 300px;
}

div#container
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
}

div#header_container
{
	margin: 0px;
	width: 980px;
	height: 80px;
	padding-top: 10px;
}

div#header
{
	background: url('/img/logo.png') top left no-repeat;
	width: 980px;
	height: 60px;
	margin: 0px;
	text-align: right;
}

div#menu_container
{
	width: 980px;
	height: 35px;
	margin: 0px;
}

div#menu
{
	float: left;
}

div#menu a
{
	display: block;
	float: left;
	width: 118px;
	height: 35px;
}

div#menu a.home { background: url('../img/home.png'); }
div#menu a.home:hover { background: url('../img/home_over.png'); }
div#menu a.home_active { background: url('../img/home_active.png'); }

div#menu a.services { background: url('../img/services.png'); }
div#menu a.services:hover { background: url('../img/services_over.png'); }
div#menu a.services_active { background: url('../img/services_active.png'); }

div#menu a.stock { background: url('../img/stock.png'); }
div#menu a.stock:hover { background: url('../img/stock_over.png'); }
div#menu a.stock_active { background: url('../img/stock_active.png'); }

div#menu a.fine_art { background: url('../img/fine_art.png'); }
div#menu a.fine_art:hover { background: url('../img/fine_art_over.png'); }
div#menu a.fine_art_active { background: url('../img/fine_art_active.png'); }

div#menu a.references { background: url('../img/references.png'); }
div#menu a.references:hover { background: url('../img/references_over.png'); }
div#menu a.references_active { background: url('../img/references_active.png'); }

div#menu a.contact { background: url('../img/contact.png'); }
div#menu a.contact:hover { background: url('../img/contact_over.png'); }
div#menu a.contact_active { background: url('../img/contact_active.png'); }

div#menu .blog { background: url('../img/blog.png'); }
div#menu .blog:hover { background: url('../img/blog_over.png'); }

a.image_gallery
{
	background: url('../img/image_gallery.png') no-repeat;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 125px;
	height: 70px;
}

div#search
{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 154px;
	height: 35px;
	background: url('../img/search.png');
}

div#search input
{
	margin-top: 9px;
	margin-left: 43px;
	width: 85px;
	height: 14px;
	border: 0px;
	border-style: none;
	font-size: 0.87em;
	color: #b7b7b7;
	background: #FFFFFF;
	padding: 0px;
	font-weight: normal;
}

div#content_container
{
	width: 978px;
	float: left;
	background-color: #FFFFFF;
	border-left: #9d9d9d 1px solid;
	border-right: #9d9d9d 1px solid;
}

div#content_container_bottom
{
	float: left;
	width: 980px;
	height: 2px;
	margin: 0px;
}

div#content_container_bottom_left
{
	display: block;
	float: left;
	margin-left: 0;
	width: 2px;
	height: 2px;
	background: url('../img/border_left_bottom.png');
}

div#content_container_bottom_middle
{
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 976px;
	height: 1px;
	background-color: #FFFFFF;
	border-bottom: #9d9d9d 1px solid;
}

div#content_container_bottom_right
{
	display: block;
	margin-left: 978px;
	width: 2px;
	height: 2px;
	background: url('../img/border_right_bottom.png');
}

div#submenu
{
	display: block;
	float: left;
	width: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div#submenu .title
{
	display: block;
	width: 120px;
	padding-left: 30px;
	padding-top: 20px;
	font-weight: bold;
}

div#submenu .clickable
{
	display: block;
	width: 115px;
	padding-left: 35px;
}

div#main_content_container
{
	display: block;
	float: left;
	width: 777px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 1px solid #C5C5C5;
	padding-left: 25px;
	padding-right: 25px;
}

div#content
{
	float: left;
	width: 777px;
	
}

div#iom_content_left_container
{
	float: left;
	text-align: right;
	width: 160px;
	height: 330px;
	padding-bottom: 15px;
}

div#iom_text
{
	float: left;
	text-align: right;
	width: 160px;
	height: 230px;
}

div#iom_content_left_container .title
{
	display: block;
	padding-top: 15px;
	font-weight: bold;
}

div#iom_content_left_container .text
{
	display: block;
	padding-top: 15px;
}

div#iom_content_left_container .textsmall
{
	display: block;
	padding-top: 15px;
	font-size: 0.8em;
}

div#iom_sponsor
{
	float: right;
	text-align: right;
	width: 125px;
	height: 40px;
	margin-top: 3px;
}

div#iom_image
{
	float: left;
	text-align: right;
	width: 617px;
	height: 330px;
	padding-bottom: 15px;
}

a#eCARD
{
	margin-top: 8px;
	display: block;
	background: url('../img/eCARD.png') no-repeat;
	float: left;
	width: 160px;
	height: 56px;
}
a#eCARD:hover { background: url('../img/eCARD_over.png') no-repeat; cursor: pointer; }

div#features_boxes_container
{
	float: left;
	width: 777px;
	height: 220px;
	padding-bottom: 15px;
	margin-top: 5px;
	border-top: 1px solid #C5C5C5;
}

.feature_box_big
{	
	float: left;
	width: 244px;
	height: 205px;
	padding-top: 15px;
	padding-left: 15px;
	text-align: right;
}

.feature_box_small
{
	width: 244px;
	height: 105px;
	text-align: left;
}

.feature_box_small_bottom
{
	padding-top: 11px;
	width: 244px;
	height: 105px;
	text-align: left;
}

a.tl
{
	background: url('../img/fboxes/feature_tl.png') no-repeat;
	float: left;
	width: 244px;
	height: 105px;
}
a.tl:hover { background: url('../img/fboxes/feature_tl_over.png') no-repeat; }
a.tr
{
	background: url('../img/fboxes/feature_tr.png') no-repeat;
	float: left;
	width: 244px;
	height: 105px;
}
a.tr:hover { background: url('../img/fboxes/feature_tr_over.png') no-repeat; }
a.bl
{
	background: url('../img/fboxes/feature_bl.png') no-repeat;
	float: left;
	width: 244px;
	height: 105px;
}
a.bl:hover { background: url('../img/fboxes/feature_bl_over.png') no-repeat; }
a.br
{
	background: url('../img/fboxes/feature_br.png') no-repeat;
	float: left;
	width: 244px;
	height: 105px;
}
a.br:hover { background: url('../img/fboxes/feature_br_over.png') no-repeat; }
a.big
{
	background: url('../img/fboxes/feature_big.png') no-repeat;
	float: left;
	width: 244px;
	height: 220px;
}
a.big:hover { background: url('../img/fboxes/feature_big_over.png') no-repeat; }

div#footer
{
	font-size: 0.87em;
	float: left;
	width: 960px;
	height: 35px;
	margin: 0px;
	line-height: 35px;
	color: #ABABAB;
	padding: 0 10px 20px 10px;
}

div#banner_bottom
{
	float: left;
	width: 960px;
	height: 60px;
	margin: 0px;
	text-align: center;
	padding: 0 10px 0 10px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.line_spacer
{
	display: block;
	width: 620px;
	margin: 8px 0 8px 0;
	float: left;
	text-align: left;
	border: 1px solid #444444;
}

.sidemenu_spacer
{
	display: block;
	width: 140px;
	margin: 8px 0 8px 0;
	float: left;
}

/*Image viewer */

div#image_viewer_container
{
	position: relative;
	float: left;
	display: block;
	width: 780px;
	height: 245px;
	margin-bottom: 10px;
}

div#image_viewer_container_landscape
{
	position: relative;
	float: left;
	display: block;
	width: 780px;
	height: 350px;
	margin-bottom: 10px;
}

div#image_viewer_images
{
	position: relative;
	float: left;
	display: block;
	width: 780px;
	height: 70px;
	overflow: auto;
	margin: 15px 0px 10px 0px;
	white-space:nowrap; 
	overflow-x: scroll; 
	overflow-y: hidden;
}

div#image_viewer_images img
{
	height: 40px;
	margin-right: 4px;
	cursor: pointer;
}

div#image_viewer_landscape1
{
	position: absolute;
	display: block;
	width: 368px;
	height: 350px;
	top: 0px;
	left: 0px;
	text-align: right;

}

div#image_viewer_landscape1 img, div#image_viewer_landscape2 img
{
	margin-top: auto;
	margin-bottom: auto;
}

div#image_viewer_landscape2
{
	position: absolute;
	display: block;
	width: 368px;
	height: 350px;
	top: 0px;
	left: 390px;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
}

div#image_viewer_landscape1 img, div#image_viewer_landscape2 img
{
	border: 1px solid #000000;
}

div#image_viewer_square0
{
	position: absolute;
	display: block;
	width: 245px;
	height: 245px;
	top: 0px;
	left: 0px;
	border: 1px solid #000000;
	background-image: url('../img/image_viewer_placeholder_mini.png');
}

div#image_viewer_square1
{
	position: absolute;
	display: block;
	width: 245px;
	height: 245px;
	top: 0px;
	left: 267px;
	border: 1px solid #000000;
	background-image: url('../img/image_viewer_placeholder_mini.png')
}

div#image_viewer_square2
{
	position: absolute;
	display: block;
	width: 245px;
	height: 245px;
	top: 0px;
	left: 534px;
	border: 1px solid #000000;
	background-image: url('../img/image_viewer_placeholder_mini.png')
}

div#image_viewer_square_text0
{
	text-align: center;
	font-weight: bold;
	position: absolute;
	display: block;
	width: 245px;
	height: 16px;
	top: 247px;
	left: 0px;
}

div#image_viewer_square_text1
{
	text-align: center;
	font-weight: bold;
	position: absolute;
	display: block;
	width: 245px;
	height: 16px;
	top: 247px;
	left: 267px;
}

div#image_viewer_square_text2
{
	text-align: center;
	font-weight: bold;
	position: absolute;
	display: block;
	width: 245px;
	height: 16px;
	top: 247px;
	left: 534px;
}

div#image_viewer_form
{
	width: 400px;
	height: 100px;
	float: left;
}
