@charset "UTF-8";
/* CSS Main style sheet for NickyShane.com */ 

body{
margin:0;
padding:0;
background:#383647;
height: 100%;
font: 12px Verdana, Helvetica, sans-serif;
color: #c8c8c8;
line-height: 1.5em;

}

A:link {font-weight: bold;  text-decoration: none; color: #87a4d1;}
A:visited {text-decoration: none; color: #87a4d1;}
A:active {text-decoration: none; color: #87a4d1;}
A:hover {text-decoration: underline; color: #87a4d1;}


b{font-size: 105%;}
em{color: red;}

h1 {
font: bold 13px Verdana, Helvetica, sans-serif;
border-bottom: 1px solid #266297; 
width: 325px;
}

h2 {
font: bold 13px Verdana, Helvetica, sans-serif;
border-bottom: 1px solid #266297; 
width: 145px;
}

h3 {
font-size: 13px; /* USED FOR MAIN CONTAINER WITHOUT SIDEBAR */
font-weight: bold; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #ffffff;
text-transform: uppercase; 
border-bottom: 1px solid #ffffff; 
width: 790px;
}

h4 { font-size: 13px;  /* USED FOR MAIN CONTAINER W/ SIDEBAR */
font-weight: bold; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #ffffff;
text-transform: uppercase; 
border-bottom: 1px solid #fa3e29; 
width: 440px;
}

h5 { font-size: 13px; font-weight: bold; /* USED FOR SIDEBAR */
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-transform: uppercase; 
border-bottom: 1px solid #266297; 
width: 220px;
}

h6 { font-size: 12px; 
font-weight: bold; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-transform: capitalize;
}

h7 { font-size: 12px; 
font-weight: bold; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-transform: capitalize;
}

SPAN
{
    FLOAT: left;
    POSITION: static
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 135%;
}

SPAN.alt_text
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 75%;
    COLOR: #87a4d1;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial
	
	
}

#maincontainer{
background: url(../images/bg_main.jpg) repeat-y;
width: 870px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white url(../images/headers/home_header.jpg) repeat-x bottom left;
height: 108px; /*Height of top section*/
width: 830px; /*Width of main container*/
margin-left: 20px; /*Set left margin to -(MainContainerWidth)*/
text-align: center;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 508px; /*Set left margin to LeftColumnWidth*/
min-height: 575px;
height: 100%;
}

#leftcolumn{
float: left;
background: url(../images/home_bg_left.jpg) no repeat-x top left;
width: 508px; /*Width of left column*/
height: 100%;
margin-left: -870px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
background:  url(../images/footer.jpg) repeat-x top left;
clear: left;
width: 100%;
width: 870px;/*Set left margin to -(MainContainerWidth) minus the shadows on either side.*/
margin-left: 0px; /*(20 for shadow)*/
color: #FFF;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
padding: 0px 0;
height: 40px; /*Height of footer section*/
}

.innertube_main_underheader{
margin-left: 71px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  -22px;
margin-right: 0px;
}

.innertube_top{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  0px;
margin-right: 0px;
}

.innertube_pics{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  35px;
margin-right: 0px;
}

.innertube_main_pic{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  10px;
margin-right: 0px;
}

.innertube_left{
margin-left: 40px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 20px;
margin-top: 0px;
margin-bottom: 20px;
}

.paypal{
margin-left: 40px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 0px;
margin-top: 100px;
margin-bottom: 20px;
}

.innertube_cal{
margin-left: 45px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 0px;
margin-top: 35px;
margin-bottom: 0px;
}

.innertube_none{
margin-left:  0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.innertube_form{
margin-left:  40px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 0px;
margin-top: 20px;
margin-bottom: 0px;
}

ul{list-style-type: square;}


/*FEEDBACK FORM */

.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 700px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 240px; /*width of label (left column)*/
font-size: 12px; 
font-weight: normal; 
color: #FFFFFF; 
/*text-transform: uppercase; */
border-bottom: 1px solid #fa3e29; 
margin-right: 0px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-left: 30px
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield2{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-left: 30px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 320px;
margin-left: 30px
}

div.fieldwrapper div.thefield input[type="file"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 320px;
margin-left: 7px
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 320px;
height: 150px;
margin-left: 30px
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 15px; /*space above buttonsdiv*/
margin-bottom: 20px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 63px;
background: #e1dfe0;
}

/* MULTI COLUMN */

#divSizer {
	position: absolute;
	visibility:	hidden;
}

/* #divContent/ {
	position: absolute;
	top: 100px;
	left: 250px;
	font: 0.9em/1.1em tahoma, verdana;
	color: #000;
	visibility:	hidden;
}*/

#divContent {
	position: relative;
	top: -20px;
	left: -25px;
	margin: 0px 0px 0px 0px
	font: 0.9em/1.1em tahoma, verdana;
	color: #FFF;
	visibility:	hidden;
}


/* FIREFOX FIX */

a.extLink 
{
background: url(../images/extlink.gif) no-repeat right; 
padding-right:18px;
}

/* KILL THE FF OUTLINE */

a
{
  outline: none;
}

a img {
border: none;
}
