/*
-----------------------------------------------
Style Sheet 
author:   Adam Blakey
version:  1.0  2008-04-09
----------------------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/bg.jpg);
	background-position:top;
	background-position:center;
	background-color:#151517;
	background-repeat:repeat-x;
	font-weight:normal;
	font-size:12px;
	color:#000;
	margin-top:0px;
	padding-top:0px;
}

/* Links 
----------------------------------------------------------------*/

a:link, a:active { color:#EC008B; text-decoration: underline;}
a:visited { color:#EC008B; text-decoration: underline;}
a:hover { color:#ED1B24; text-decoration: underline;}
a img {border:0 !important;}

#nav {height:10px; font-size:13px; text-align:center;}
#nav ul {margin:0; padding:5px; }
#nav li { display:inline; padding:0px; }
#nav li a { color:#333333; font-weight:bold; text-decoration:none; padding:10px 0 10px 0; }
#nav li a:hover { color:#fff; background-color:#EA068D; padding:0px; }
	

/* MAIN 
----------------------------------------------------------------*/

#main {width: 900px; margin: 0 auto; position: relative; padding:0px; margin-top:20px; border:6px solid #FFFFFF;}

#navigation {height:102px; width:462px; background-image:url(../../images/index_02.jpg); margin:0px;
	padding:0px; float:left;}
	#nav_box {margin-top:40px;}
	
#logo {height:102px; width:438px; background-image:url(../../images/daler-rowney-supplies-logo.jpg); margin:0px;
	padding:0px; float:left; display:block;}

#body { background-image:url(../../images/daler-rowney-be-creative.jpg); height:578px; width:900px;}
#body_supplies { background-image:url(../../images/daler-rowney-be-inspired.jpg); height:578px; width:900px;}
#body_system { background-image:url(../../images/daler-rowney-be-passionate.jpg); height:578px; width:900px;}
#body_contact { background-image:url(../../images/daler-rowney-be-optimistic.jpg); height:578px; width:900px;}
#body_sitemap { background-image:url(../../images/daler-rowney-be-creative.jpg); height:578px; width:900px;}

	
	
	#body_text {
		position: relative;
	    width:300px;
		padding:10px;
		margin:10px;
		line-height:20px;
		float:left;
		background:url(../../images/cellbk.png);
		background-repeat: repeat; behavior: url(iepngfix.htc);
		}
		
	#body_text2 {
		position: relative;
	    width:300px;
		padding:10px;
		margin:10px;
		line-height:20px;
		float:right;
		background:url(../../images/cellbk.png);
		background-repeat: repeat; behavior: url(iepngfix.htc);
		}
		
			
		
	img, #body_text, #body_text2, .class, blockquote { behavior: url(includes/css/iepngfix.htc); }
		
	#body_text h1 {font-size:24px; font-weight:normal; color:#EC008B; padding:0px; margin:0px;}
	#body_text h2 {font-size:16px; font-weight:normal; color:#ED1B24; padding:0px; margin:0px;}
	#body_text img { padding-right:10px;}
	
	#body_text2 h1 {font-size:24px; font-weight:normal; color:#EC008B; padding:0px; margin:0px;}
	#body_text2 h2 {font-size:16px; font-weight:normal; color:#ED1B24; padding:0px; margin:0px;}
	#body_text2 img { padding-right:10px;}
	
#footer {height:80px; text-align:center; background-color:#0E0E0E;   }
	#footer p { padding-top:25px; color:#FFFFFF; }
	
#clearer {
	clear:both;
	line-height: 1px;
	font-size: 1px;
}


/* FORM 
----------------------------------------------------------------*/

INPUT {padding-top:3px; margin-top:5px; margin-bottom:5px; }
TEXTAREA {padding-top:3px; margin-top:5px; margin-bottom:5px; }

/* BULLET LIST
----------------------------------------------------------------*/
	
UL	{list-style-image:url(../../images/bullet.png); margin-left:15px; padding-left:15px; }
LI  { margin-left:15px; padding-left:15px; }
