/*--------------- CSS DOCUMENT FOR DALTONNUNEZ.COM ---------------
- AUTHOR - ORGANICUMDESIGN.COM
- DEVELOPER - NETH DAVILA
- INCEPTION - 07/11/10
- VERSION - CSS 2.1
/*--------------- 

RESET STYLES

-----------------*/
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,
b, u, i, center,
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;
	background: transparent;
}

ul {list-style: none;}
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

img, input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="image"] {cursor: pointer;}

/*////HTML TAGS____*/

body {
	color: #dbcfe8;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #271e31 url(bg_07.jpg) 0 0 repeat;
}

h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h2 { 
	font-size: 45px; 
	letter-spacing: 2px;
	font-weight: lighter;
	padding-bottom: 10px;
	border-bottom: 1px solid #9b8aae;
	margin-bottom: 10px;
	margin-right: 15px;
	text-shadow: 2px 2px 5px #000;
	}
	
h2.no_border { border: none; }	
	
h5 {
	color: #7999CB;
	font-size: 14px;
	line-height: 20px;
	}	
	
p { line-height: 16px; padding: 7px 0; }

a { color: #9B8AAE; text-decoration: none }

/*////END HTML TAGS____*/
/*////DIV IDs____*/
#header {
	height: 127px;
	background: url(bg_01.jpg) 0 0 repeat-x;
	text-align: center;
}

.contentWrap {
	background: url(bg_02.jpg) 0 0 repeat-x;
	width: 100%;
}

#contentContain {
	width: 100%;
	position: relative;
	height: 649px;
}

#content {
	height: 649px;
	position:relative;
	overflow:hidden;
	width: 100%;
}

#slidingDivs {
	width:9999em;
	position:absolute;
	height:589px;
}

#slidingDivsContainer {
	height:589px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:1180px;
}

.slidingDiv {
	float: left;
	width: 1180px;
}

.slidingContain {
	width: 1180px;
	margin: 0 auto;
}

#mainContent {
	width: 1180px;
	float: left;
}

#leftCol {
	width: 328px;
	float: left;
	padding-top: 50px;
}

#rightCol {
	width: 852px;
	height: 628px;
	float: left;
	position: relative;
}

#copyArea {
	float: left;
	width: 792px;
	height: 483px;
	padding: 30px;
	margin-top: 40px;
}

.Cols3 {
	float: left;
	width: 792px;
}

.Cols3 h5 {
	margin: 5px 0;
}

.Cols3 strong {
	color: #ccc;
}

.Col1, .Col2 {
	float: left;
	width: 243px;
	margin: 5px;
	padding: 5px;
	border-right: 1px solid #9b8baf;
	height: 460px;
}
.Col3 {
	float: left;
	width: 254px;
	margin-left: 10px;
	height: 473px;
}


.Col3 ul {
	list-style-type: circle;
	padding-left: 5px;
}

.Col3 ul li {
	margin-bottom: 7px;
}

.contactInfo  {
	width: 400px;
	padding-top: 6px;
	margin-left: 20px;
}

/*////MAIN NAV____*/

#t0 {
	float: left;
	height: 12px;
	width: 98px;
	cursor: pointer;
}

#thumbsNav {
	height: 25px;
	background: url(bg_03.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #9b8baf;
	padding-top: 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
}


.navi {
width: 772px;
margin: 0 auto;
height: 21px;
}

.navi a {
	height: 21px;
	text-decoration: none;
	float: left;
	cursor: pointer;
}

.navi a.services {background: url(nav.png) 0 0 no-repeat; width: 126px;}
.navi a.portfolio {background: url(nav.png) -126px 0 no-repeat; width: 159px;}
.navi a.clients {background: url(nav.png) -285px 0 no-repeat; width: 130px;}
.navi a.links {background: url(nav.png) -415px 0 no-repeat; width: 105px;} 
.navi a.profile {background: url(nav.png) -520px 0 no-repeat; width: 132px;}
.navi a.contact {background: url(nav.png) -652px 0 no-repeat; width: 120px;}

.navi a.services:hover {background: url(nav-hover.png) 0 0 no-repeat; width: 126px;}
.navi a.portfolio:hover {background: url(nav-hover.png) -126px 0 no-repeat; width: 159px;}
.navi a.clients:hover {background: url(nav-hover.png) -285px 0 no-repeat; width: 130px;}
.navi a.links:hover {background: url(nav-hover.png) -415px 0 no-repeat; width: 105px;} 
.navi a.profile:hover {background: url(nav-hover.png) -520px 0 no-repeat; width: 132px;}
.navi a.contact:hover {background: url(nav-hover.png) -652px 0 no-repeat; width: 120px;}

#footSpace {
	height: 79px;
	background: url(bg_05.jpg) 0 0 repeat-x;
}

#footer {
	height: 25px;
	text-align: center;
	padding-top: 20px;
	color: #2ac7c5;
	background-color: #271e31;
}

#intro {
padding-top: 70px;
}

#homeFlash, #intro {
	width: 944px;
	margin: 0 auto;
	text-align: center;
}

#homeFlash {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

#daltonPic {
margin-left: -40px;
}
/*////END DIV IDs____*/
/*////CLASSES____*/

ul.clients {
	padding-left: 15px;
	list-style: circle;
	padding-right: 10px;
	/*border-right: 1px solid #9b8aae;*/
	width: auto;
	height: 473px;
	float: left;
}

ul.clients li {
	margin: 10px 0;
}


.servicesWrap {
	background: url(Services_bg.jpg) 0 0 no-repeat;
}

.clientsWrap {
	background: url(clients-bg_03.png) 0 0 no-repeat;
}

.linksWrap {
	background: url(links-bg_03.png) 0 0 no-repeat;
}

.profileWrap {
	background: url(profile-bg_03.png) 0 0 no-repeat;
}

.contactWrap {
	background: url(contact-bg_03.png) 0 0 no-repeat;
}

.colorPeach {
	color: #eeb075;
}

.colorOrangeRed {
	color: #f78d47;
}

.colorLavender {
	color: #a360b9;
}

.colorBlue {
	color: #5f88c0;
}

.colorRed {
	color: #f66547;
}

.colorTeal {
	color: #2ac7c5;
}

a.goHome {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: lighter;
	background: url(triangle_05.png) left center no-repeat;
	padding-left: 15px;
	color: #eeb075;
	text-decoration: none;
	}	
	
a.goHome:hover {
	text-decoration: underline;
}	

.textCenter {text-align: center;}

.borderNone {
border: 0;
border: none;
}

#musicControls {
float: left;
width: 100px;
margin-left: 100px;
}
/*////END CLASSES____*/