/*
	 Style Sheet for Dean Designs Jewelry
*/
/*
	Hex Color Codes Used:

		#b990d9		Light Purple
		#4e1d7a		Dark Purple
		#ffd400		Yellow
		#AAA		Gray
		#666		Dark Gray
*/



*	{ margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body	{ background: #4e1d7a; color: #ffd400; font: normal 16px sans-serif;}

a { color: #ffd400; outline:none;}
a:hover, a:active, a:focus {color: #b990d9; text-decoration: none; }
a img								{ border: none; outline: none; }
::selection                         { background: #ffd400; color: #4e1d7a; /* Safari */ }
::-moz-selection                    { background: #ffd400; color: #4e1d7a; /* Firefox */ }

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

#logo { background: url(../img/dean.jpg) center center no-repeat; width:960px; height: 390px; padding: 0 0 0 30px; }
#logo h3 { display:none; }

#page-wrap { width: 960px; margin: 0 auto; }

li { list-style:none; }




/*
	MAIN NAVIGATION
*/
#menu { height: 52px; width: 700px; padding: 12px 0 0 220px; position: absolute; top: 720px; z-index: 600;}
#menu li { display: inline; }
#menu li a { display: block; z-index: 600; float: left; height: 42px; background: url(../img/dean-linkSprites.jpg) no-repeat; text-indent: -9999px; padding-right: 105px; }

#menu li.home a { width: 100px; background-position: -18px -6px; }
#menu li.contact a { width: 100px; background-position: -18px -95px; }
#menu li.links a { width: 100px; background-position: -18px -52px; }




#image_rotate { margin: 0; padding: 0; list-style: inline; }

/* Slideshow */
#rotate { width: 700px; height: 420px; padding: 5px 15px 5px 5px; margin: 0 auto; background: transparent; overflow: hidden; }






/* Content */

#container { width: 960px; background: url('../img/content_bg.jpg') center bottom no-repeat; padding: 8px 0 0 0; }


.msg_body { padding: 5px; width: 700px; text-align:justify; list-style:none; }


	#main { width: 700px; margin: 0 auto; padding: 5px 0 0 0 ; display: block; }

	#links { width: 700px; margin: 0 auto; padding: 15px 10px 10px 10px; display: none; }
	#links ul li { list-style: none; }


/*** Body Content ***/
#wrapper	{ width:100%; height:100%; overflow:hidden; }

#mask		{ width:400%; height:100%; list-style: none; }

.box		{ width:25%; height:100%; float:left; }

.content	{ width:900px; height:320px; margin: 0 auto;  background: url('../img/content_bg.jpg') center bottom no-repeat;}
				
.inner		{ width:700px; height:260px; margin:5px; padding:60px 15px 15px 90px; }



/* Contact Page Styles */
.dir		{ padding-top: 15px; }
.deep		{ font-weight: bolder; }

.saddr { color:#ffd400; background: #43275C; font: bold 18px sans-serif; padding: 9px; width: 128px; height: 24px; outline: none; border: 1px solid #b990d9; }

/* Links Page Styles */

#fid { width: 700px; height: 100%; text-align:center; vertical-align: middle; padding: 0; margin: 0 auto; }
#tooltip {
	position: absolute; z-index: 3000; border: 1px solid #b990d9; color: #ffd400; background: #43275C; padding: 5px; 
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.90;

  /* Safari 1.x */
  -khtml-opacity: 0.90;

  /* Good browsers */
  opacity: 0.90; }

#tooltip h3, #tooltip div { margin: 0; font: italic 14px sans-serif; }


/*
	Footer Content
*/

#footer { width: 100%; margin: 0 auto; padding: 60px 0 10px 0; }

#inner { width: 700px; margin: 0 auto; }

#footer p { text-indent: 50px; }

#footer p span { padding-left: 20px; font: italic 16px sans-serif; }


/* The End of Styling */

/* hiding stuff on Godaddy */
div#ieoxAdTag {   display: none;}
iframe#conash3D0 {  display: none;}






