/*
Theme Name: Design Online
Theme URI: http://netthink21.com/
Description: Custom designed by NetThink 21.
Version: 1.0
Author: NetThink 21
Author URI: http://netthink21.com/

	Custom designed by NetThink 21.

*/
body {margin: 0px; padding: 0px; background: #fbf5ba url(bg-wrapper.jpg) center top repeat-y; font-size: 16px; font-family: "trebuchet MS", Arial, Helvetica, sans-serif; color: #a1988a;}

#spacer {height: 20px; clear: both;}
#wrapper{width: 950px; margin: 0px auto 0px auto;}

#leftwing {float: left; width: 290px;}
#main {float: right; width: 650px;}
#main p {margin: 0px; padding: 3px 0px 1.3em 0px; line-height: 1.5em; text-align: justify;}
#leftwing p {margin: 0px; padding: 70px 0px 1.3em 0px; line-height: 2.5em;}
.fancy {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 18px; font-weight: bold;}
.highlight {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 17px;}

#footer {clear: both; width: 649px; background: url(bg-footer.jpg) 0px 0px no-repeat; padding: 0px 0px 150px 300px; text-align: center; font-size: 16px;}
#footer p  {margin: 0px; padding: 2px 0px 2px 0px;}
.ibsp {font-size: 27px;}
.ibsp2 {font-size: 21px; color: #acbb1d;}
a:link, a:visited {color: #acbb1d;}
a:hover, a:active {color: #5f5950;}
#footer a:link, #footer a:visited {color: #acbb1d; text-decoration: none;}
#footer a:hover, #footer a:active {color: #acbb1d; text-decoration: underline;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {display: none;}
a img {border: none; text-decoration: none;}
/* End Various Tags & Classes*/



    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

/* Easy Slider */
    #container {width: 585px; margin: 0px 0px 0px 30px; position: relative;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:585x;
		height:360px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:121px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:585px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
