@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #000000; /* Font color */
	margin: 0;
	padding: 0;
	background-color:#f4f4f4;
}

h1 { font:normal 24px Verdana, Arial, Helvetica, sans-serif; color:#f8e203; float:left; margin-top:-3px; }
h2 { font:bold 18px Verdana, Arial, Helvetica, sans-serif; float:left; }
h3 { font:bold 12px Verdana, Arial, Helvetica, sans-serif; color:#000000; float:left; }

.bold { font-weight:bold; }
.italic { font-style:italic; }

.centerAlign { text-align:center; }
.leftAlign { text-align:left; }
.rightAlign { text-align:right; }
.justAlign { text-align:justify; }

.left { float:left; }
.clear { clear:both; height:0px; }

a { text-decoration:none; outline:none; border:none; color:#ffffff; }
a.cubeout:hover { color:#083855; }

.white { color:#ffffff; }
.grey { color:#7c7b7b; }
.yellow { color:#f8e203; }
.cubeout { color:#ffffff; }

p { padding:8px 0; line-height:130%; }
p.welcome { font-size:13px; line-height:150%; text-align:justify; padding-top:25px; }

.f-13 { font-size:13px; }

.wrapper {
	width:1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
	background:url(/img/BG.jpg) top left no-repeat;
	background-color:#cfcfcf;

}

#container {
	width:1024px;
	height:100%;
	margin:0 auto; padding-top:50px;
	text-align:center;
}

#navigation {
	width:436px; height:30px;
	float:right;
}

#navigation ul { list-style-type:none; width:436px; height:30px; }
#navigation ul li { display:inline-block; float:left; }
#navigation ul li a { 
	display:block ; 
	width:84px; height:30px; 
	margin-left:4px; padding-top:8px;
	text-align:center; 
	font-size:12px; font-weight:bold; 
	background:url(/img/navBtn.jpg) no-repeat; 
	color:#000000;  
}
#navigation ul li a:hover { background:url(/img/navBtn_RO.jpg) no-repeat; }

#img_container { width:784px; height:268px; position:relative; }
#img_container #welcomeTxt { 
	width:298px; height:268px;
	position:absolute;
	top:0; left:0px;
	text-align:left;
	padding:50px 25px;
	color:#ffffff;
	background:url(/img/transparent.png) no-repeat;
}
#welcomeTxt img { float:left; margin-right:10px; }


/* === LEFT_CONTENT SECTION === */
#left_content {
	width:348px;
	background-color:#212121;
	float:left;
}
.productSlide_container {
	width:328px; height:185px;
	padding:10px 10px;
}
.productSlide_container ul { list-style-type:none; }
.productSlide_container ul li { display:inline-block; float:left; }
.productSlide_container ul li img { margin:0 1px; }
.productSlide_container ul li.arrow { height:36px; position:relative; top:70px; float:left; }


/* === RIGHT_CONTENT SECTION === */
#right_content {
	width:600px;
	padding:20px 30px;
	float:left;
	position:relative;
}
#text_content { color:#424242; text-align:justify; font-size:20px;}
#text_content a { color:#424242; }

#text_content ul { vertical-align:top; }
#text_content ul li { font-size:14px; }
#text_content ul li a { font-size:15px; color:#424242}

#artwork_holder { height:200px; position:relative; top:80px; left:35px; margin-bottom:110px; }

.footer_container, .push { height: 40px; }
.footer_container { display:block; width:1024px; margin:0 auto; position:relative; }
.footer { background-color:#343434; width:804px; height:35px; margin:0 auto; padding:5px 110px 0px; font-size:10px; }
.termPolicy { width:220px; text-align:right; position:relative; top:-20px; float:right; }