/*
 *	Text style for Victoria's Interiors
*/ /* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font: 80%/16px tahoma, 'Liberation Sans', FreeSans, sans-serif;
	color: #434343;
}


/* 
------------------------------------------------------------------ Styled Forms
*/
input, textarea, button, select {
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
/*
h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}
*/

/* `Spacing
----------------------------------------------------------------------------------------------------*/

.c ol {
	list-style: decimal;
}

.c ul {
	list-style: none;
}

.c li {
	margin-left: 20px;
}

.c p,.c dl,.c hr,.c h1,.c h2,.c h3,.c ol,.c ul,.c pre,.c table,.c address,.c fieldset {
	margin-bottom: 10px;
}

.c h1, .c h2, .c h3, .tit1, .tit2, .tit3 {
	font-weight: normal;
	line-height: 150%;
}

.c h4,.c h5,.c h6, .tit4, .tit5, .tit6 {
	margin-bottom: 10px;
	line-height: 125%;
}


.tit1 {
	font-size: 24px;
}

.tit2 {
	font-size: 22px;
}

.tit3 {
	font-size: 20px;
}

.tit4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.tit5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.tit6 {
	font-size: 13px;
	margin-bottom: 5px;
}
.tit7 {
	font-size: 11px;
}
.tit8 {
	font-size: 11px;
}


em {
	font-style: normal;
}

/* 
------------------------------------------------------------------ Basic
*/
.bold, .c .bold {
/*	font-weight: bold;*/
}

.left, .c .left {
	text-align: left;
}

.right, .c .right {
	text-align: right;
}

.ctr, .c .ctr {
	text-align: center;
}

.uc, .c .uc {
/*	text-transform: uppercase;*/
}

/*
	Link styles
*/
a:link,a:visited,a:focus {
	color: #434343;
	outline-style: none;
	text-decoration: none;

}

a:hover,a:active {
	text-decoration: none;
}
.pad a{
    border-bottom: 1px dotted #BBBBBB;
}
/*
	Reverse underline
*/
a.rev:link,a.rev:visited,a.rev:focus,.rev a:link,.rev a:visited,.rev a:focus
	{
	text-decoration: none;
}
a.rev:hover,a.rev:active,.rev a:hover,.rev a:active {
	text-decoration: underline;
}


/*
	No underline
*/
a.nul:link, a.nul:visited,
a.nul:focus, .nul a:link,
.nul a:visited, .nul a:focus
{
	text-decoration: none;
}
a.nul:hover,a.nul:active,.nul a:hover,.nul a:active {
	text-decoration: none;
}


/*
	White color
*/
.White {
	color: #4f4f4f;
}
.White a:link, .White a:visited, .White a:focus {
	color: #fff;
}
.White a:hover, .White a:active {
	color: #fff;
}



/*
	Black color
*/
.Black {
	color: #000;
}
.Black a:link, .Black a:visited, .Black a:focus {
	color: #000;
}
.Black a:hover, .Black a:active {
	color: #000;
}



/*
	Red Color
*/
.Red {
	color: red;
}
.Red a:link, a.Red:link,
.Red a:visited, a.Red:visited,
.Red a:focus, a.Red:focus {
	color: #828282;
}
.Red a:hover, a.Red:hover, 
.Red a:active, a.Red:active {
	color: #e12320;
}

/*
	Orange Color
*/
.Orange {
	color: #ef8000;
}
.Orange a:link, .Orange a:visited, .Orange a:focus {
	color: #ef8000;
}
.Orange a:hover, .Orange a:active {
	color: #ef8000;
}


/*
	Green Color
*/
.Green {
	color: #bbbbbb;
}
.Green a:link, .Green a:visited, .Green a:focus {
	color: #5e5e5e;
}
.Green a:hover, .Green a:active {
	color: #3a8d00;
}

/*
	darkGreen Color
*/
.darkGreen {
	color: #1e4200;
}
.darkGreen a:link, .darkGreen a:visited, .darkGreen a:focus {
	color: white;
}
.darkGreen a:hover, .darkGreen a:active {
	color: #1e4200;
}



/*
	Grey color
*/
.Grey {
	color: #6d6d6d;
}
.Grey a:link, .Grey a:visited, .Grey a:focus {
	color: #6d6d6d;
}
.Grey a:hover, .Grey a:active {
	color: #6d6d6d;
}



/*
	Dark Grey color
*/
.darkGrey {
	color: #333;
}
.darkGrey a:link, .darkGrey a:visited, .darkGrey a:focus {
	color: #333;
}
.darkGrey a:hover, .darkGrey a:active {
	color: #333;
}




/*
	Light Grey Color
*/
.lightGrey {
	color: #b1b1b1;
}
.lightGrey a:link,.lightGrey a:visited,.lightGrey a:focus {
	color: #b1b1b1;
}
.lightGrey a:hover,.lightGrey a:active {
	color: #b1b1b1;
}



/* 
----------------------------------------------------------------- Footer
*/
#footer {
	font-size: 12px;
}
