/* CSS Document
alexanderkatlan.com 

colors: 

*/

/* type and color settings */
html, body, div, span, h1, h2, h3, h4, h5, h6 ul, li, {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
body {
background-color: #1d231f;
color: #fff;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
line-height: 130%;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/* ---------------------------------------- Typography */
h1, h2, h3, h4, h5, h6 {
color: #fff;
line-height: 110%;
padding: 0;
margin:0 0 0 0;
font-weight:normal;
}
h1 {font-size: 18px; margin: 0 0 15px 0; text-align:justify;}
h2 {font-size: 22px; font-weight:bold;}
h3 {font-size: 16px;}
h4 {font-size: 16px;}
h5 {font-size: 16px; margin:0 60px; text-align:center;}
h6 {font-size: 12px; line-height: 120%; margin:5px 0 0 0;}

p {
color:#fff;
font-size: 14px;
line-height: 120%;
padding:0 0 14px 0;
margin:0;
text-align:justify;
}


/*  classes */
.indent{margin:0 0 0 170px; font-size:14px;}
.noborder {border:none;}
.gold {color: #ffd800;}
.tuck {margin:0; padding:0;}


a, a:link, a:visited { color: #ffe400; font-weight:bold; outline:none; border:none; text-decoration:none;}
a:hover  { color: #ffb; font-weight:bold; outline:none; border:none; text-decoration:underline; }


ol {margin:0 0 20px 20px; padding:0;}

/* ---------------------------------------- display framework DIVs */

#outerWrapper {
margin: 0 auto 0 auto;
text-align: left;
width: 812px;
background: url(images/simplegifts-identity_06.jpg) repeat-y top center;
}
#outerWrapper #header {
background: url(images/simplegifts-identity_02.jpg) no-repeat center;
height: 237px;
}
#outerWrapper #contentWrapper {
background: url(images/simplegifts-identity_05.jpg) no-repeat top center;
}
#outerWrapper #contentWrapper #side {
float: right;
margin: 20px 20px 0px 0px;
width: 200px;
}

#outerWrapper #contentWrapper #content {
margin: 0 250px 0 50px;
padding:20px 0 10px  0;
}
#outerWrapper #contentWrapper .clearFloat {
clear: right;
display: block;
}
#outerWrapper #footer {
clear:both;
padding: 5px 10px 15px 10px;
background: url(images/simplegifts-identity_08.jpg) no-repeat bottom center;
border-top: 1px solid #000;
text-align:center;
font-size:12px;
}

#outerWrapper #footer a {
text-decoration:none;
font-weight:normal;
color:#bbaf4a;	
}

#outerWrapper #footer a:hover {
text-decoration:none;
color:#fff;	
}


/* ---------------------------------------- navigation box*/
#navcontainer {
margin: 0;
background: url(images/simplegifts-identity_04.jpg) repeat-y top center;
}
#navcontainer ul {
list-style-type: none;
text-align: center;
margin:0;
padding: 7px 9px 7px 0;
position: relative;
color:#fff;
font-size:16px;
font-weight:bold;
}
#navcontainer li {
display: inline;
text-align: center;
margin: 0 4px;
}
#navcontainer li a {
padding: 2px 5px;
text-decoration: none;
color: #ffd800;
outline:none;
}
#navcontainer li a:hover {
color:#fff;
}
#current a:link, #current a:visited, #current a:hover {
color: #fff;
font-weight:bold;
}





/* ---------------------------------------- contact form styling */  
.fText, .fTextArea, .fTextHear {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;padding:3px;
background-color:#fff !important;
border:1px solid #454037;
color:#000;
}
.fText {width:295px}
.fTextHear {width:385px}
.fTextArea {width:385px; height:120px}
